Skip to content

Commit 2241425

Browse files
chore: update npm dependencies
1 parent eb646e0 commit 2241425

File tree

2 files changed

+93
-93
lines changed

2 files changed

+93
-93
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@
4040
"devDependencies": {
4141
"@commitlint/cli": "^16.2.1",
4242
"@commitlint/config-conventional": "^16.2.1",
43-
"@technote-space/github-action-test-helper": "^0.7.38",
43+
"@technote-space/github-action-test-helper": "^0.7.39",
4444
"@testing-library/react-hooks": "^7.0.2",
4545
"@types/jest": "^27.4.1",
4646
"@types/node": "^17.0.21",
4747
"@types/react": "^17.0.39",
48-
"@typescript-eslint/eslint-plugin": "^5.12.1",
49-
"@typescript-eslint/parser": "^5.12.1",
48+
"@typescript-eslint/eslint-plugin": "^5.13.0",
49+
"@typescript-eslint/parser": "^5.13.0",
5050
"eslint": "^8.10.0",
5151
"husky": "^7.0.4",
5252
"jest": "^27.5.1",
5353
"jest-circus": "^27.5.1",
54-
"lint-staged": "^12.3.4",
54+
"lint-staged": "^12.3.5",
5555
"pinst": "^3.0.0",
5656
"react": "^17.0.2",
5757
"react-test-renderer": "^17.0.2",
5858
"ts-jest": "^27.1.3",
59-
"typescript": "^4.5.5"
59+
"typescript": "^4.6.2"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 88 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -841,10 +841,10 @@
841841
dependencies:
842842
"@sinonjs/commons" "^1.7.0"
843843

844-
"@technote-space/github-action-test-helper@^0.7.38":
845-
version "0.7.38"
846-
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.38.tgz#f0dbe8431243614025005aa68dd2b854afc67d49"
847-
integrity sha512-G5L8TmpoXEaLSyqffLVkKXfykKXGGZZ8NoA/YfaaYklix95pK9VRdzE6TuyUzjg4fIQjAGSmU/K7oM/85pn7WA==
844+
"@technote-space/github-action-test-helper@^0.7.39":
845+
version "0.7.39"
846+
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.7.39.tgz#1acc53739ae660cfd3775a23c86e8f1454339a08"
847+
integrity sha512-94Ff6LuCCGuKwTcYb0EXqXVoIMSCZYEcP9YOUW7sQmM7MmUgxyqYsd5fFQ0VeY4Xn5ymkmkM+iytT4yyV28Jvg==
848848
dependencies:
849849
"@actions/core" "^1.6.0"
850850
"@actions/github" "^5.0.0"
@@ -990,9 +990,9 @@
990990
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==
991991

992992
"@types/react-dom@>=16.9.0":
993-
version "17.0.11"
994-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.11.tgz#e1eadc3c5e86bdb5f7684e00274ae228e7bcc466"
995-
integrity sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==
993+
version "17.0.13"
994+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.13.tgz#a3323b974ee4280070982b3112351bb1952a7809"
995+
integrity sha512-wEP+B8hzvy6ORDv1QBhcQia4j6ea4SFIBttHYpXKPFZRviBvknq0FRh3VrIxeXUmsPkwuXVZrVGG7KUVONmXCQ==
996996
dependencies:
997997
"@types/react" "*"
998998

@@ -1023,9 +1023,9 @@
10231023
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
10241024

10251025
"@types/yargs-parser@*":
1026-
version "20.2.1"
1027-
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
1028-
integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
1026+
version "21.0.0"
1027+
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.0.tgz#0c60e537fa790f5f9472ed2776c2b71ec117351b"
1028+
integrity sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==
10291029

10301030
"@types/yargs@^16.0.0":
10311031
version "16.0.4"
@@ -1034,84 +1034,84 @@
10341034
dependencies:
10351035
"@types/yargs-parser" "*"
10361036

1037-
"@typescript-eslint/eslint-plugin@^5.12.1":
1038-
version "5.12.1"
1039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.12.1.tgz#b2cd3e288f250ce8332d5035a2ff65aba3374ac4"
1040-
integrity sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==
1037+
"@typescript-eslint/eslint-plugin@^5.13.0":
1038+
version "5.13.0"
1039+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.13.0.tgz#2809052b85911ced9c54a60dac10e515e9114497"
1040+
integrity sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==
10411041
dependencies:
1042-
"@typescript-eslint/scope-manager" "5.12.1"
1043-
"@typescript-eslint/type-utils" "5.12.1"
1044-
"@typescript-eslint/utils" "5.12.1"
1042+
"@typescript-eslint/scope-manager" "5.13.0"
1043+
"@typescript-eslint/type-utils" "5.13.0"
1044+
"@typescript-eslint/utils" "5.13.0"
10451045
debug "^4.3.2"
10461046
functional-red-black-tree "^1.0.1"
10471047
ignore "^5.1.8"
10481048
regexpp "^3.2.0"
10491049
semver "^7.3.5"
10501050
tsutils "^3.21.0"
10511051

1052-
"@typescript-eslint/parser@^5.12.1":
1053-
version "5.12.1"
1054-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.12.1.tgz#b090289b553b8aa0899740d799d0f96e6f49771b"
1055-
integrity sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==
1052+
"@typescript-eslint/parser@^5.13.0":
1053+
version "5.13.0"
1054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
1055+
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
10561056
dependencies:
1057-
"@typescript-eslint/scope-manager" "5.12.1"
1058-
"@typescript-eslint/types" "5.12.1"
1059-
"@typescript-eslint/typescript-estree" "5.12.1"
1057+
"@typescript-eslint/scope-manager" "5.13.0"
1058+
"@typescript-eslint/types" "5.13.0"
1059+
"@typescript-eslint/typescript-estree" "5.13.0"
10601060
debug "^4.3.2"
10611061

1062-
"@typescript-eslint/scope-manager@5.12.1":
1063-
version "5.12.1"
1064-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.12.1.tgz#58734fd45d2d1dec49641aacc075fba5f0968817"
1065-
integrity sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==
1062+
"@typescript-eslint/scope-manager@5.13.0":
1063+
version "5.13.0"
1064+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.13.0.tgz#cf6aff61ca497cb19f0397eea8444a58f46156b6"
1065+
integrity sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==
10661066
dependencies:
1067-
"@typescript-eslint/types" "5.12.1"
1068-
"@typescript-eslint/visitor-keys" "5.12.1"
1067+
"@typescript-eslint/types" "5.13.0"
1068+
"@typescript-eslint/visitor-keys" "5.13.0"
10691069

1070-
"@typescript-eslint/type-utils@5.12.1":
1071-
version "5.12.1"
1072-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.12.1.tgz#8d58c6a0bb176b5e9a91581cda1a7f91a114d3f0"
1073-
integrity sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==
1070+
"@typescript-eslint/type-utils@5.13.0":
1071+
version "5.13.0"
1072+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
1073+
integrity sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==
10741074
dependencies:
1075-
"@typescript-eslint/utils" "5.12.1"
1075+
"@typescript-eslint/utils" "5.13.0"
10761076
debug "^4.3.2"
10771077
tsutils "^3.21.0"
10781078

1079-
"@typescript-eslint/types@5.12.1":
1080-
version "5.12.1"
1081-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.12.1.tgz#46a36a28ff4d946821b58fe5a73c81dc2e12aa89"
1082-
integrity sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==
1079+
"@typescript-eslint/types@5.13.0":
1080+
version "5.13.0"
1081+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
1082+
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
10831083

1084-
"@typescript-eslint/typescript-estree@5.12.1":
1085-
version "5.12.1"
1086-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.12.1.tgz#6a9425b9c305bcbc38e2d1d9a24c08e15e02b722"
1087-
integrity sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==
1084+
"@typescript-eslint/typescript-estree@5.13.0":
1085+
version "5.13.0"
1086+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.13.0.tgz#b37c07b748ff030a3e93d87c842714e020b78141"
1087+
integrity sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==
10881088
dependencies:
1089-
"@typescript-eslint/types" "5.12.1"
1090-
"@typescript-eslint/visitor-keys" "5.12.1"
1089+
"@typescript-eslint/types" "5.13.0"
1090+
"@typescript-eslint/visitor-keys" "5.13.0"
10911091
debug "^4.3.2"
10921092
globby "^11.0.4"
10931093
is-glob "^4.0.3"
10941094
semver "^7.3.5"
10951095
tsutils "^3.21.0"
10961096

1097-
"@typescript-eslint/utils@5.12.1":
1098-
version "5.12.1"
1099-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.12.1.tgz#447c24a05d9c33f9c6c64cb48f251f2371eef920"
1100-
integrity sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==
1097+
"@typescript-eslint/utils@5.13.0":
1098+
version "5.13.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.13.0.tgz#2328feca700eb02837298339a2e49c46b41bd0af"
1100+
integrity sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==
11011101
dependencies:
11021102
"@types/json-schema" "^7.0.9"
1103-
"@typescript-eslint/scope-manager" "5.12.1"
1104-
"@typescript-eslint/types" "5.12.1"
1105-
"@typescript-eslint/typescript-estree" "5.12.1"
1103+
"@typescript-eslint/scope-manager" "5.13.0"
1104+
"@typescript-eslint/types" "5.13.0"
1105+
"@typescript-eslint/typescript-estree" "5.13.0"
11061106
eslint-scope "^5.1.1"
11071107
eslint-utils "^3.0.0"
11081108

1109-
"@typescript-eslint/visitor-keys@5.12.1":
1110-
version "5.12.1"
1111-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.12.1.tgz#f722da106c8f9695ae5640574225e45af3e52ec3"
1112-
integrity sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==
1109+
"@typescript-eslint/visitor-keys@5.13.0":
1110+
version "5.13.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.13.0.tgz#f45ff55bcce16403b221ac9240fbeeae4764f0fd"
1112+
integrity sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==
11131113
dependencies:
1114-
"@typescript-eslint/types" "5.12.1"
1114+
"@typescript-eslint/types" "5.13.0"
11151115
eslint-visitor-keys "^3.0.0"
11161116

11171117
JSONStream@^1.0.4:
@@ -1422,9 +1422,9 @@ camelcase@^6.2.0:
14221422
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
14231423

14241424
caniuse-lite@^1.0.30001312:
1425-
version "1.0.30001312"
1426-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz#e11eba4b87e24d22697dae05455d5aea28550d5f"
1427-
integrity sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==
1425+
version "1.0.30001313"
1426+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001313.tgz#a380b079db91621e1b7120895874e2fd62ed2e2f"
1427+
integrity sha512-rI1UN0koZUiKINjysQDuRi2VeSCce3bYJNmDcj3PIKREiAmjakugBul1QSkg/fPrlULYl6oWfGg3PbgOSY9X4Q==
14281428

14291429
chalk@^2.0.0:
14301430
version "2.4.2"
@@ -1596,12 +1596,12 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
15961596
safe-buffer "~5.1.1"
15971597

15981598
cosmiconfig-typescript-loader@^1.0.0:
1599-
version "1.0.5"
1600-
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.5.tgz#22373003194a1887bbccbdfd05a13501397109a8"
1601-
integrity sha512-FL/YR1nb8hyN0bAcP3MBaIoZravfZtVsN/RuPnoo6UVjqIrDxSNIpXHCGgJe0ZWy5yImpyD6jq5wCJ5f1nUv8g==
1599+
version "1.0.6"
1600+
resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-1.0.6.tgz#6d879cece8063b15ec8a3258f55a8e94893c7cca"
1601+
integrity sha512-2nEotziYJWtNtoTjKbchj9QrdTT6DBxCvqjNKoDKARw+e2yZmTQCa07uRrykLIZuvSgp69YXLH89UHc0WhdMfQ==
16021602
dependencies:
16031603
cosmiconfig "^7"
1604-
ts-node "^10.5.0"
1604+
ts-node "^10.6.0"
16051605

16061606
cosmiconfig@^7, cosmiconfig@^7.0.0:
16071607
version "7.0.1"
@@ -1646,9 +1646,9 @@ cssstyle@^2.3.0:
16461646
cssom "~0.3.6"
16471647

16481648
csstype@^3.0.2:
1649-
version "3.0.10"
1650-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.10.tgz#2ad3a7bed70f35b965707c092e5f30b327c290e5"
1651-
integrity sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==
1649+
version "3.0.11"
1650+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.11.tgz#d66700c5eacfac1940deb4e3ee5642792d85cd33"
1651+
integrity sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw==
16521652

16531653
dargs@^7.0.0:
16541654
version "7.0.0"
@@ -1763,9 +1763,9 @@ eastasianwidth@^0.2.0:
17631763
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
17641764

17651765
electron-to-chromium@^1.4.71:
1766-
version "1.4.73"
1767-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.73.tgz#422f6f514315bcace9615903e4a9b6b9fa283137"
1768-
integrity sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA==
1766+
version "1.4.76"
1767+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.76.tgz#a0494baedaf51094b1c172999919becd9975a934"
1768+
integrity sha512-3Vftv7cenJtQb+k00McEBZ2vVmZ/x+HEF7pcZONZIkOsESqAqVuACmBxMv0JhzX7u0YltU0vSqRqgBSTAhFUjA==
17691769

17701770
emittery@^0.8.1:
17711771
version "0.8.1"
@@ -2984,10 +2984,10 @@ lines-and-columns@^1.1.6:
29842984
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
29852985
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
29862986

2987-
lint-staged@^12.3.4:
2988-
version "12.3.4"
2989-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.4.tgz#4b1ff8c394c3e6da436aaec5afd4db18b5dac360"
2990-
integrity sha512-yv/iK4WwZ7/v0GtVkNb3R82pdL9M+ScpIbJLJNyCXkJ1FGaXvRCOg/SeL59SZtPpqZhE7BD6kPKFLIDUhDx2/w==
2987+
lint-staged@^12.3.5:
2988+
version "12.3.5"
2989+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.5.tgz#8048ce048c3cac12f57200a06344a54dc91c8fa9"
2990+
integrity sha512-oOH36RUs1It7b9U/C7Nl/a0sLfoIBcMB8ramiB3nuJ6brBqzsWiUAFSR5DQ3yyP/OR7XKMpijtgKl2DV1lQ3lA==
29912991
dependencies:
29922992
cli-truncate "^3.1.0"
29932993
colorette "^2.0.16"
@@ -3812,9 +3812,9 @@ string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
38123812
strip-ansi "^6.0.1"
38133813

38143814
string-width@^5.0.0:
3815-
version "5.1.1"
3816-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.1.tgz#8825ca5f6b8dd5566a674e4f85001475a4b9c46e"
3817-
integrity sha512-V4jFFhDoJzUOpG491nUrDginBuZi+wKtG+omlT5hgdBLYGPNNVT/o75JWwsSqClbrYMEV9Dvm3fXjZzxyOjk2w==
3815+
version "5.1.2"
3816+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
3817+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
38183818
dependencies:
38193819
eastasianwidth "^0.2.0"
38203820
emoji-regex "^9.2.2"
@@ -4008,10 +4008,10 @@ ts-jest@^27.1.3:
40084008
semver "7.x"
40094009
yargs-parser "20.x"
40104010

4011-
ts-node@^10.5.0:
4012-
version "10.5.0"
4013-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
4014-
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
4011+
ts-node@^10.6.0:
4012+
version "10.7.0"
4013+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
4014+
integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
40154015
dependencies:
40164016
"@cspotcode/source-map-support" "0.7.0"
40174017
"@tsconfig/node10" "^1.0.7"
@@ -4100,10 +4100,10 @@ typedarray-to-buffer@^3.1.5:
41004100
dependencies:
41014101
is-typedarray "^1.0.0"
41024102

4103-
typescript@^4.4.3, typescript@^4.5.5:
4104-
version "4.5.5"
4105-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
4106-
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
4103+
typescript@^4.4.3, typescript@^4.6.2:
4104+
version "4.6.2"
4105+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
4106+
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
41074107

41084108
universal-user-agent@^6.0.0:
41094109
version "6.0.0"
@@ -4305,9 +4305,9 @@ [email protected], yargs-parser@^20.2.2, yargs-parser@^20.2.3:
43054305
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
43064306

43074307
yargs-parser@^21.0.0:
4308-
version "21.0.0"
4309-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.0.tgz#a485d3966be4317426dd56bdb6a30131b281dc55"
4310-
integrity sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==
4308+
version "21.0.1"
4309+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
4310+
integrity sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==
43114311

43124312
yargs@^16.2.0:
43134313
version "16.2.0"

0 commit comments

Comments
 (0)