Skip to content

Commit 2949d09

Browse files
committed
Upgrade packages
1 parent 9bb5398 commit 2949d09

File tree

2 files changed

+87
-79
lines changed

2 files changed

+87
-79
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"build": "yarn clean && microbundle && yarn copy"
4343
},
4444
"devDependencies": {
45-
"@typescript-eslint/eslint-plugin": "5.45.0",
46-
"@typescript-eslint/parser": "5.45.0",
47-
"eslint": "8.28.0",
45+
"@typescript-eslint/eslint-plugin": "5.45.1",
46+
"@typescript-eslint/parser": "5.45.1",
47+
"eslint": "8.29.0",
4848
"eslint-config-prettier": "8.5.0",
4949
"microbundle": "0.15.1",
50-
"typescript": "4.9.3"
50+
"typescript": "4.9.4"
5151
},
5252
"type": "module",
5353
"source": "src/is-touch.ts",

yarn.lock

+83-75
Original file line numberDiff line numberDiff line change
@@ -1189,9 +1189,9 @@
11891189
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
11901190

11911191
"@types/node@*":
1192-
version "18.11.10"
1193-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34"
1194-
integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==
1192+
version "18.11.11"
1193+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
1194+
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
11951195

11961196
"@types/parse-json@^4.0.0":
11971197
version "4.0.0"
@@ -1210,87 +1210,87 @@
12101210
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
12111211
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
12121212

1213-
"@typescript-eslint/[email protected].0":
1214-
version "5.45.0"
1215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.45.0.tgz#ffa505cf961d4844d38cfa19dcec4973a6039e41"
1216-
integrity sha512-CXXHNlf0oL+Yg021cxgOdMHNTXD17rHkq7iW6RFHoybdFgQBjU3yIXhhcPpGwr1CjZlo6ET8C6tzX5juQoXeGA==
1213+
"@typescript-eslint/[email protected].1":
1214+
version "5.45.1"
1215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.45.1.tgz#ee5b51405f6c9ee7e60e4006d68c69450d3b4536"
1216+
integrity sha512-cOizjPlKEh0bXdFrBLTrI/J6B/QMlhwE9auOov53tgB+qMukH6/h8YAK/qw+QJGct/PTbdh2lytGyipxCcEtAw==
12171217
dependencies:
1218-
"@typescript-eslint/scope-manager" "5.45.0"
1219-
"@typescript-eslint/type-utils" "5.45.0"
1220-
"@typescript-eslint/utils" "5.45.0"
1218+
"@typescript-eslint/scope-manager" "5.45.1"
1219+
"@typescript-eslint/type-utils" "5.45.1"
1220+
"@typescript-eslint/utils" "5.45.1"
12211221
debug "^4.3.4"
12221222
ignore "^5.2.0"
12231223
natural-compare-lite "^1.4.0"
12241224
regexpp "^3.2.0"
12251225
semver "^7.3.7"
12261226
tsutils "^3.21.0"
12271227

1228-
"@typescript-eslint/[email protected].0":
1229-
version "5.45.0"
1230-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.0.tgz#b18a5f6b3cf1c2b3e399e9d2df4be40d6b0ddd0e"
1231-
integrity sha512-brvs/WSM4fKUmF5Ot/gEve6qYiCMjm6w4HkHPfS6ZNmxTS0m0iNN4yOChImaCkqc1hRwFGqUyanMXuGal6oyyQ==
1228+
"@typescript-eslint/[email protected].1":
1229+
version "5.45.1"
1230+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.1.tgz#6440ec283fa1373a12652d4e2fef4cb6e7b7e8c6"
1231+
integrity sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==
12321232
dependencies:
1233-
"@typescript-eslint/scope-manager" "5.45.0"
1234-
"@typescript-eslint/types" "5.45.0"
1235-
"@typescript-eslint/typescript-estree" "5.45.0"
1233+
"@typescript-eslint/scope-manager" "5.45.1"
1234+
"@typescript-eslint/types" "5.45.1"
1235+
"@typescript-eslint/typescript-estree" "5.45.1"
12361236
debug "^4.3.4"
12371237

1238-
"@typescript-eslint/[email protected].0":
1239-
version "5.45.0"
1240-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.0.tgz#7a4ac1bfa9544bff3f620ab85947945938319a96"
1241-
integrity sha512-noDMjr87Arp/PuVrtvN3dXiJstQR1+XlQ4R1EvzG+NMgXi8CuMCXpb8JqNtFHKceVSQ985BZhfRdowJzbv4yKw==
1238+
"@typescript-eslint/[email protected].1":
1239+
version "5.45.1"
1240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.1.tgz#5b87d025eec7035d879b99c260f03be5c247883c"
1241+
integrity sha512-D6fCileR6Iai7E35Eb4Kp+k0iW7F1wxXYrOhX/3dywsOJpJAQ20Fwgcf+P/TDtvQ7zcsWsrJaglaQWDhOMsspQ==
12421242
dependencies:
1243-
"@typescript-eslint/types" "5.45.0"
1244-
"@typescript-eslint/visitor-keys" "5.45.0"
1243+
"@typescript-eslint/types" "5.45.1"
1244+
"@typescript-eslint/visitor-keys" "5.45.1"
12451245

1246-
"@typescript-eslint/[email protected].0":
1247-
version "5.45.0"
1248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.45.0.tgz#aefbc954c40878fcebeabfb77d20d84a3da3a8b2"
1249-
integrity sha512-DY7BXVFSIGRGFZ574hTEyLPRiQIvI/9oGcN8t1A7f6zIs6ftbrU0nhyV26ZW//6f85avkwrLag424n+fkuoJ1Q==
1246+
"@typescript-eslint/[email protected].1":
1247+
version "5.45.1"
1248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.45.1.tgz#cb7d300c3c95802cea9f87c7f8be363cf8f8538c"
1249+
integrity sha512-aosxFa+0CoYgYEl3aptLe1svP910DJq68nwEJzyQcrtRhC4BN0tJAvZGAe+D0tzjJmFXe+h4leSsiZhwBa2vrA==
12501250
dependencies:
1251-
"@typescript-eslint/typescript-estree" "5.45.0"
1252-
"@typescript-eslint/utils" "5.45.0"
1251+
"@typescript-eslint/typescript-estree" "5.45.1"
1252+
"@typescript-eslint/utils" "5.45.1"
12531253
debug "^4.3.4"
12541254
tsutils "^3.21.0"
12551255

1256-
"@typescript-eslint/[email protected].0":
1257-
version "5.45.0"
1258-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
1259-
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
1256+
"@typescript-eslint/[email protected].1":
1257+
version "5.45.1"
1258+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.1.tgz#8e1883041cee23f1bb7e1343b0139f97f6a17c14"
1259+
integrity sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==
12601260

1261-
"@typescript-eslint/[email protected].0":
1262-
version "5.45.0"
1263-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.0.tgz#f70a0d646d7f38c0dfd6936a5e171a77f1e5291d"
1264-
integrity sha512-maRhLGSzqUpFcZgXxg1qc/+H0bT36lHK4APhp0AEUVrpSwXiRAomm/JGjSG+kNUio5kAa3uekCYu/47cnGn5EQ==
1261+
"@typescript-eslint/[email protected].1":
1262+
version "5.45.1"
1263+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.1.tgz#b3dc37f0c4f0fe73e09917fc735e6f96eabf9ba4"
1264+
integrity sha512-76NZpmpCzWVrrb0XmYEpbwOz/FENBi+5W7ipVXAsG3OoFrQKJMiaqsBMbvGRyLtPotGqUfcY7Ur8j0dksDJDng==
12651265
dependencies:
1266-
"@typescript-eslint/types" "5.45.0"
1267-
"@typescript-eslint/visitor-keys" "5.45.0"
1266+
"@typescript-eslint/types" "5.45.1"
1267+
"@typescript-eslint/visitor-keys" "5.45.1"
12681268
debug "^4.3.4"
12691269
globby "^11.1.0"
12701270
is-glob "^4.0.3"
12711271
semver "^7.3.7"
12721272
tsutils "^3.21.0"
12731273

1274-
"@typescript-eslint/[email protected].0":
1275-
version "5.45.0"
1276-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.45.0.tgz#9cca2996eee1b8615485a6918a5c763629c7acf5"
1277-
integrity sha512-OUg2JvsVI1oIee/SwiejTot2OxwU8a7UfTFMOdlhD2y+Hl6memUSL4s98bpUTo8EpVEr0lmwlU7JSu/p2QpSvA==
1274+
"@typescript-eslint/[email protected].1":
1275+
version "5.45.1"
1276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.45.1.tgz#39610c98bde82c4792f2a858b29b7d0053448be2"
1277+
integrity sha512-rlbC5VZz68+yjAzQBc4I7KDYVzWG2X/OrqoZrMahYq3u8FFtmQYc+9rovo/7wlJH5kugJ+jQXV5pJMnofGmPRw==
12781278
dependencies:
12791279
"@types/json-schema" "^7.0.9"
12801280
"@types/semver" "^7.3.12"
1281-
"@typescript-eslint/scope-manager" "5.45.0"
1282-
"@typescript-eslint/types" "5.45.0"
1283-
"@typescript-eslint/typescript-estree" "5.45.0"
1281+
"@typescript-eslint/scope-manager" "5.45.1"
1282+
"@typescript-eslint/types" "5.45.1"
1283+
"@typescript-eslint/typescript-estree" "5.45.1"
12841284
eslint-scope "^5.1.1"
12851285
eslint-utils "^3.0.0"
12861286
semver "^7.3.7"
12871287

1288-
"@typescript-eslint/[email protected].0":
1289-
version "5.45.0"
1290-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.0.tgz#e0d160e9e7fdb7f8da697a5b78e7a14a22a70528"
1291-
integrity sha512-jc6Eccbn2RtQPr1s7th6jJWQHBHI6GBVQkCHoJFQ5UreaKm59Vxw+ynQUPPY2u2Amquc+7tmEoC2G52ApsGNNg==
1288+
"@typescript-eslint/[email protected].1":
1289+
version "5.45.1"
1290+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.1.tgz#204428430ad6a830d24c5ac87c71366a1cfe1948"
1291+
integrity sha512-cy9ln+6rmthYWjH9fmx+5FU/JDpjQb586++x2FZlveq7GdGuLLW9a2Jcst2TGekH82bXpfmRNSwP9tyEs6RjvQ==
12921292
dependencies:
1293-
"@typescript-eslint/types" "5.45.0"
1293+
"@typescript-eslint/types" "5.45.1"
12941294
eslint-visitor-keys "^3.3.0"
12951295

12961296
acorn-jsx@^5.3.2:
@@ -1507,9 +1507,9 @@ caniuse-api@^3.0.0:
15071507
lodash.uniq "^4.5.0"
15081508

15091509
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426:
1510-
version "1.0.30001435"
1511-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001435.tgz#502c93dbd2f493bee73a408fe98e98fb1dad10b2"
1512-
integrity sha512-kdCkUTjR+v4YAJelyiDTqiu82BDr4W4CP5sgTA0ZBmqn30XfS2ZghPLMowik9TPhS+psWJiUNxsqLyurDbmutA==
1510+
version "1.0.30001436"
1511+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001436.tgz#22d7cbdbbbb60cdc4ca1030ccd6dea9f5de4848b"
1512+
integrity sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==
15131513

15141514
chalk@^1.0.0, chalk@^1.1.3:
15151515
version "1.1.3"
@@ -1840,16 +1840,17 @@ error-ex@^1.3.1:
18401840
is-arrayish "^0.2.1"
18411841

18421842
es-abstract@^1.19.0, es-abstract@^1.20.4:
1843-
version "1.20.4"
1844-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
1845-
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
1843+
version "1.20.5"
1844+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.5.tgz#e6dc99177be37cacda5988e692c3fa8b218e95d2"
1845+
integrity sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==
18461846
dependencies:
18471847
call-bind "^1.0.2"
18481848
es-to-primitive "^1.2.1"
18491849
function-bind "^1.1.1"
18501850
function.prototype.name "^1.1.5"
18511851
get-intrinsic "^1.1.3"
18521852
get-symbol-description "^1.0.0"
1853+
gopd "^1.0.1"
18531854
has "^1.0.3"
18541855
has-property-descriptors "^1.0.0"
18551856
has-symbols "^1.0.3"
@@ -1865,8 +1866,8 @@ es-abstract@^1.19.0, es-abstract@^1.20.4:
18651866
object.assign "^4.1.4"
18661867
regexp.prototype.flags "^1.4.3"
18671868
safe-regex-test "^1.0.0"
1868-
string.prototype.trimend "^1.0.5"
1869-
string.prototype.trimstart "^1.0.5"
1869+
string.prototype.trimend "^1.0.6"
1870+
string.prototype.trimstart "^1.0.6"
18701871
unbox-primitive "^1.0.2"
18711872

18721873
es-to-primitive@^1.2.1:
@@ -1931,10 +1932,10 @@ eslint-visitor-keys@^3.3.0:
19311932
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
19321933
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
19331934

1934-
eslint@8.28.0:
1935-
version "8.28.0"
1936-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.28.0.tgz#81a680732634677cc890134bcdd9fdfea8e63d6e"
1937-
integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==
1935+
eslint@8.29.0:
1936+
version "8.29.0"
1937+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
1938+
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
19381939
dependencies:
19391940
"@eslint/eslintrc" "^1.3.3"
19401941
"@humanwhocodes/config-array" "^0.11.6"
@@ -2061,9 +2062,9 @@ fast-levenshtein@^2.0.6:
20612062
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
20622063

20632064
fastq@^1.6.0:
2064-
version "1.13.0"
2065-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
2066-
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
2065+
version "1.14.0"
2066+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.14.0.tgz#107f69d7295b11e0fccc264e1fc6389f623731ce"
2067+
integrity sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==
20672068
dependencies:
20682069
reusify "^1.0.4"
20692070

@@ -2277,6 +2278,13 @@ globrex@^0.1.2:
22772278
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
22782279
integrity sha512-uHJgbwAMwNFf5mLst7IWLNg14x1CkeqglJb/K3doi4dw6q2IvAAmM/Y81kevy83wP+Sst+nutFTYOGg3d1lsxg==
22792280

2281+
gopd@^1.0.1:
2282+
version "1.0.1"
2283+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
2284+
integrity sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==
2285+
dependencies:
2286+
get-intrinsic "^1.1.3"
2287+
22802288
graceful-fs@^4.1.6, graceful-fs@^4.2.0:
22812289
version "4.2.10"
22822290
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
@@ -3652,7 +3660,7 @@ string.prototype.matchall@^4.0.6:
36523660
regexp.prototype.flags "^1.4.3"
36533661
side-channel "^1.0.4"
36543662

3655-
string.prototype.trimend@^1.0.5:
3663+
string.prototype.trimend@^1.0.6:
36563664
version "1.0.6"
36573665
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
36583666
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
@@ -3661,7 +3669,7 @@ string.prototype.trimend@^1.0.5:
36613669
define-properties "^1.1.4"
36623670
es-abstract "^1.20.4"
36633671

3664-
string.prototype.trimstart@^1.0.5:
3672+
string.prototype.trimstart@^1.0.6:
36653673
version "1.0.6"
36663674
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
36673675
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
@@ -3740,9 +3748,9 @@ svgo@^2.7.0:
37403748
stable "^0.1.8"
37413749

37423750
terser@^5.0.0, terser@^5.7.0:
3743-
version "5.16.0"
3744-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.0.tgz#29362c6f5506e71545c73b069ccd199bb28f7f54"
3745-
integrity sha512-KjTV81QKStSfwbNiwlBXfcgMcOloyuRdb62/iLFPGBcVNF4EXjhdYBhYHmbJpiBrVxZhDvltE11j+LBQUxEEJg==
3751+
version "5.16.1"
3752+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.1.tgz#5af3bc3d0f24241c7fb2024199d5c461a1075880"
3753+
integrity sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==
37463754
dependencies:
37473755
"@jridgewell/source-map" "^0.3.2"
37483756
acorn "^8.5.0"
@@ -3803,10 +3811,10 @@ type-fest@^0.20.2:
38033811
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
38043812
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
38053813

3806-
[email protected].3, typescript@^4.1.3:
3807-
version "4.9.3"
3808-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
3809-
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
3814+
[email protected].4, typescript@^4.1.3:
3815+
version "4.9.4"
3816+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
3817+
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
38103818

38113819
unbox-primitive@^1.0.2:
38123820
version "1.0.2"

0 commit comments

Comments
 (0)