Skip to content

Commit 14c8c33

Browse files
chore: update npm dependencies
1 parent 5346ffc commit 14c8c33

File tree

2 files changed

+82
-82
lines changed

2 files changed

+82
-82
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
"@textlint/ast-node-types": "^12.1.1",
5555
"@types/jest": "^27.4.1",
5656
"@types/node": "^17.0.21",
57-
"@typescript-eslint/eslint-plugin": "^5.12.1",
58-
"@typescript-eslint/parser": "^5.12.1",
57+
"@typescript-eslint/eslint-plugin": "^5.13.0",
58+
"@typescript-eslint/parser": "^5.13.0",
5959
"eslint": "^8.10.0",
6060
"husky": "^7.0.4",
6161
"jest": "^27.5.1",
6262
"jest-circus": "^27.5.1",
63-
"lint-staged": "^12.3.4",
63+
"lint-staged": "^12.3.5",
6464
"ts-jest": "^27.1.3",
65-
"typescript": "^4.5.5"
65+
"typescript": "^4.6.2"
6666
},
6767
"publishConfig": {
6868
"access": "public"

yarn.lock

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -890,9 +890,9 @@
890890
integrity sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==
891891

892892
"@types/yargs-parser@*":
893-
version "20.2.1"
894-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
895-
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
893+
version "21.0.0"
894+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
895+
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
896896

897897
"@types/yargs@^16.0.0":
898898
version "16.0.4"
@@ -901,84 +901,84 @@
901901
dependencies:
902902
"@types/yargs-parser" "*"
903903

904-
"@typescript-eslint/eslint-plugin@^5.12.1":
905-
version "5.12.1"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
907-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
904+
"@typescript-eslint/eslint-plugin@^5.13.0":
905+
version "5.13.0"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
907+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
908908
dependencies:
909-
"@typescript-eslint/scope-manager" "5.12.1"
910-
"@typescript-eslint/type-utils" "5.12.1"
911-
"@typescript-eslint/utils" "5.12.1"
909+
"@typescript-eslint/scope-manager" "5.13.0"
910+
"@typescript-eslint/type-utils" "5.13.0"
911+
"@typescript-eslint/utils" "5.13.0"
912912
debug "^4.3.2"
913913
functional-red-black-tree "^1.0.1"
914914
ignore "^5.1.8"
915915
regexpp "^3.2.0"
916916
semver "^7.3.5"
917917
tsutils "^3.21.0"
918918

919-
"@typescript-eslint/parser@^5.12.1":
920-
version "5.12.1"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
922-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
919+
"@typescript-eslint/parser@^5.13.0":
920+
version "5.13.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
922+
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
923923
dependencies:
924-
"@typescript-eslint/scope-manager" "5.12.1"
925-
"@typescript-eslint/types" "5.12.1"
926-
"@typescript-eslint/typescript-estree" "5.12.1"
924+
"@typescript-eslint/scope-manager" "5.13.0"
925+
"@typescript-eslint/types" "5.13.0"
926+
"@typescript-eslint/typescript-estree" "5.13.0"
927927
debug "^4.3.2"
928928

929-
"@typescript-eslint/scope-manager@5.12.1":
930-
version "5.12.1"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
932-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
929+
"@typescript-eslint/scope-manager@5.13.0":
930+
version "5.13.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
932+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
933933
dependencies:
934-
"@typescript-eslint/types" "5.12.1"
935-
"@typescript-eslint/visitor-keys" "5.12.1"
934+
"@typescript-eslint/types" "5.13.0"
935+
"@typescript-eslint/visitor-keys" "5.13.0"
936936

937-
"@typescript-eslint/type-utils@5.12.1":
938-
version "5.12.1"
939-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
940-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
937+
"@typescript-eslint/type-utils@5.13.0":
938+
version "5.13.0"
939+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
940+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
941941
dependencies:
942-
"@typescript-eslint/utils" "5.12.1"
942+
"@typescript-eslint/utils" "5.13.0"
943943
debug "^4.3.2"
944944
tsutils "^3.21.0"
945945

946-
"@typescript-eslint/types@5.12.1":
947-
version "5.12.1"
948-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
949-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
946+
"@typescript-eslint/types@5.13.0":
947+
version "5.13.0"
948+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
949+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
950950

951-
"@typescript-eslint/typescript-estree@5.12.1":
952-
version "5.12.1"
953-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
954-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
951+
"@typescript-eslint/typescript-estree@5.13.0":
952+
version "5.13.0"
953+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
954+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
955955
dependencies:
956-
"@typescript-eslint/types" "5.12.1"
957-
"@typescript-eslint/visitor-keys" "5.12.1"
956+
"@typescript-eslint/types" "5.13.0"
957+
"@typescript-eslint/visitor-keys" "5.13.0"
958958
debug "^4.3.2"
959959
globby "^11.0.4"
960960
is-glob "^4.0.3"
961961
semver "^7.3.5"
962962
tsutils "^3.21.0"
963963

964-
"@typescript-eslint/utils@5.12.1":
965-
version "5.12.1"
966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
967-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
964+
"@typescript-eslint/utils@5.13.0":
965+
version "5.13.0"
966+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
967+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
968968
dependencies:
969969
"@types/json-schema" "^7.0.9"
970-
"@typescript-eslint/scope-manager" "5.12.1"
971-
"@typescript-eslint/types" "5.12.1"
972-
"@typescript-eslint/typescript-estree" "5.12.1"
970+
"@typescript-eslint/scope-manager" "5.13.0"
971+
"@typescript-eslint/types" "5.13.0"
972+
"@typescript-eslint/typescript-estree" "5.13.0"
973973
eslint-scope "^5.1.1"
974974
eslint-utils "^3.0.0"
975975

976-
"@typescript-eslint/visitor-keys@5.12.1":
977-
version "5.12.1"
978-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
979-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
976+
"@typescript-eslint/visitor-keys@5.13.0":
977+
version "5.13.0"
978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
979+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
980980
dependencies:
981-
"@typescript-eslint/types" "5.12.1"
981+
"@typescript-eslint/types" "5.13.0"
982982
eslint-visitor-keys "^3.0.0"
983983

984984
JSONStream@^1.0.4:
@@ -1289,9 +1289,9 @@ camelcase@^6.2.0:
12891289
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
12901290

12911291
caniuse-lite@^1.0.30001312:
1292-
version "1.0.30001312"
1293-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"
1294-
integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==
1292+
version "1.0.30001313"
1293+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001313.tgz#a380b079db91621e1b7120895874e2fd62ed2e2f"
1294+
integrity sha512-rI1UN0koZUiKINjysQDuRi2VeSCce3bYJNmDcj3PIKREiAmjakugBul1QSkg/fPrlULYl6oWfGg3PbgOSY9X4Q==
12951295

12961296
ccount@^1.0.0:
12971297
version "1.1.0"
@@ -1483,12 +1483,12 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
14831483
safe-buffer "~5.1.1"
14841484

14851485
cosmiconfig-typescript-loader@^1.0.0:
1486-
version "1.0.5"
1487-
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.5.tgz#22373003194a1887bbccbdfd05a13501397109a8"
1488-
integrity sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==
1486+
version "1.0.6"
1487+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.6.tgz#6d879cece8063b15ec8a3258f55a8e94893c7cca"
1488+
integrity sha512-2nEotziYJWtNtoTjKbchj9QrdTT6DBxCvqjNKoDKARw+e2yZmTQCa07uRrykLIZuvSgp69YXLH89UHc0WhdMfQ==
14891489
dependencies:
14901490
cosmiconfig "^7"
1491-
ts-node "^10.5.0"
1491+
ts-node "^10.6.0"
14921492

14931493
cosmiconfig@^7, cosmiconfig@^7.0.0:
14941494
version "7.0.1"
@@ -1670,9 +1670,9 @@ eastasianwidth@^0.2.0:
16701670
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
16711671

16721672
electron-to-chromium@^1.4.71:
1673-
version "1.4.73"
1674-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.73.tgz#422f6f514315bcace9615903e4a9b6b9fa283137"
1675-
integrity sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA==
1673+
version "1.4.76"
1674+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.76.tgz#a0494baedaf51094b1c172999919becd9975a934"
1675+
integrity sha512-3Vftv7cenJtQb+k00McEBZ2vVmZ/x+HEF7pcZONZIkOsESqAqVuACmBxMv0JhzX7u0YltU0vSqRqgBSTAhFUjA==
16761676

16771677
emittery@^0.8.1:
16781678
version "0.8.1"
@@ -2961,10 +2961,10 @@ lines-and-columns@^1.1.6:
29612961
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
29622962
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
29632963

2964-
lint-staged@^12.3.4:
2965-
version "12.3.4"
2966-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.4.tgz#4b1ff8c394c3e6da436aaec5afd4db18b5dac360"
2967-
integrity sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==
2964+
lint-staged@^12.3.5:
2965+
version "12.3.5"
2966+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
2967+
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
29682968
dependencies:
29692969
cli-truncate "^3.1.0"
29702970
colorette "^2.0.16"
@@ -3940,9 +3940,9 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
39403940
strip-ansi "^6.0.1"
39413941

39423942
string-width@^5.0.0:
3943-
version "5.1.1"
3944-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.1.tgz#8825ca5f6b8dd5566a674e4f85001475a4b9c46e"
3945-
integrity sha512-V4jFFhDoJzUOpG491nUrDginBuZi+wKtG+omlT5hgdBLYGPNNVT/o75JWwsSqClbrYMEV9Dvm3fXjZzxyOjk2w==
3943+
version "5.1.2"
3944+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
3945+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
39463946
dependencies:
39473947
eastasianwidth "^0.2.0"
39483948
emoji-regex "^9.2.2"
@@ -4141,10 +4141,10 @@ ts-jest@^27.1.3:
41414141
semver "7.x"
41424142
yargs-parser "20.x"
41434143

4144-
ts-node@^10.5.0:
4145-
version "10.5.0"
4146-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
4147-
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
4144+
ts-node@^10.6.0:
4145+
version "10.7.0"
4146+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
4147+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
41484148
dependencies:
41494149
"@cspotcode/source-map-support" "0.7.0"
41504150
"@tsconfig/node10" "^1.0.7"
@@ -4228,10 +4228,10 @@ typedarray-to-buffer@^3.1.5:
42284228
dependencies:
42294229
is-typedarray "^1.0.0"
42304230

4231-
typescript@^4.4.3, typescript@^4.5.5:
4232-
version "4.5.5"
4233-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
4234-
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
4231+
typescript@^4.4.3, typescript@^4.6.2:
4232+
version "4.6.2"
4233+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4234+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
42354235

42364236
unified@^9.2.2:
42374237
version "9.2.2"
@@ -4470,9 +4470,9 @@ [email protected], yargs-parser@^20.2.2, yargs-parser@^20.2.3:
44704470
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
44714471

44724472
yargs-parser@^21.0.0:
4473-
version "21.0.0"
4474-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55"
4475-
integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==
4473+
version "21.0.1"
4474+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
4475+
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
44764476

44774477
yargs@^16.2.0:
44784478
version "16.2.0"

0 commit comments

Comments
 (0)