Skip to content

Commit 5f24d6e

Browse files
committed
chore: update dependencies and devDependencies
@typescript-eslint/eslint-plugin ^5.49.0 → ^5.54.1 @typescript-eslint/parser ^5.49.0 → ^5.54.1 eslint ^8.32.0 → ^8.35.0 rollup ^3.11.0 → ^3.18.0 typescript ^4.9.4 → ^4.9.5
1 parent 65df972 commit 5f24d6e

File tree

2 files changed

+97
-90
lines changed

2 files changed

+97
-90
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"devDependencies": {
4444
"@rollup/plugin-replace": "^5.0.2",
4545
"@rollup/plugin-typescript": "^11.0.0",
46-
"@typescript-eslint/eslint-plugin": "^5.49.0",
47-
"@typescript-eslint/parser": "^5.49.0",
48-
"eslint": "^8.32.0",
49-
"rollup": "^3.11.0",
50-
"typescript": "^4.9.4"
46+
"@typescript-eslint/eslint-plugin": "^5.54.1",
47+
"@typescript-eslint/parser": "^5.54.1",
48+
"eslint": "^8.35.0",
49+
"rollup": "^3.18.0",
50+
"typescript": "^4.9.5"
5151
}
5252
}

yarn.lock

Lines changed: 92 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,30 @@
22
# yarn lockfile v1
33

44

5-
"@eslint/eslintrc@^1.3.3":
6-
version "1.3.3"
7-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
8-
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
5+
"@eslint/eslintrc@^2.0.0":
6+
version "2.0.0"
7+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.0.tgz#943309d8697c52fc82c076e90c1c74fbbe69dbff"
8+
integrity sha512-fluIaaV+GyV24CCu/ggiHdV+j4RNh85yQnAYS/G2mZODZgGmmlrgCydjUcV3YvxCm9x8nMAfThsqTni4KiXT4A==
99
dependencies:
1010
ajv "^6.12.4"
1111
debug "^4.3.2"
1212
espree "^9.4.0"
13-
globals "^13.15.0"
13+
globals "^13.19.0"
1414
ignore "^5.2.0"
1515
import-fresh "^3.2.1"
1616
js-yaml "^4.1.0"
1717
minimatch "^3.1.2"
1818
strip-json-comments "^3.1.1"
1919

20-
"@humanwhocodes/config-array@^0.11.6":
21-
version "0.11.7"
22-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
23-
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
20+
21+
version "8.35.0"
22+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.35.0.tgz#b7569632b0b788a0ca0e438235154e45d42813a7"
23+
integrity sha512-JXdzbRiWclLVoD8sNUjR443VVlYqiYmDVT6rGUEIEHU5YJW0gaVZwV2xgM7D4arkvASqD0IlLUVjHiFuxaftRw==
24+
25+
"@humanwhocodes/config-array@^0.11.8":
26+
version "0.11.8"
27+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
28+
integrity sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==
2429
dependencies:
2530
"@humanwhocodes/object-schema" "^1.2.1"
2631
debug "^4.1.1"
@@ -70,10 +75,10 @@
7075
"@rollup/pluginutils" "^5.0.1"
7176
magic-string "^0.27.0"
7277

73-
"@rollup/plugin-typescript@^10.0.1":
74-
version "10.0.1"
75-
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-10.0.1.tgz#270b515b116ea28320e6bb62451c4767d49072d6"
76-
integrity sha512-wBykxRLlX7EzL8BmUqMqk5zpx2onnmRMSw/l9M1sVfkJvdwfxogZQVNUM9gVMJbjRLDR5H6U0OMOrlDGmIV45A==
78+
"@rollup/plugin-typescript@^11.0.0":
79+
version "11.0.0"
80+
resolved "https://registry.yarnpkg.com/@rollup/plugin-typescript/-/plugin-typescript-11.0.0.tgz#f136272d1df5209daca0cb6f171c574b1d505545"
81+
integrity sha512-goPyCWBiimk1iJgSTgsehFD5OOFHiAknrRJjqFCudcW8JtWiBlK284Xnn4flqMqg6YAjVG/EE+3aVzrL5qNSzQ==
7782
dependencies:
7883
"@rollup/pluginutils" "^5.0.1"
7984
resolve "^1.22.1"
@@ -102,87 +107,88 @@
102107
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
103108
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
104109

105-
"@typescript-eslint/eslint-plugin@^5.46.0":
106-
version "5.46.0"
107-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0"
108-
integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==
110+
"@typescript-eslint/eslint-plugin@^5.54.1":
111+
version "5.54.1"
112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.1.tgz#0c5091289ce28372e38ab8d28e861d2dbe1ab29e"
113+
integrity sha512-a2RQAkosH3d3ZIV08s3DcL/mcGc2M/UC528VkPULFxR9VnVPT8pBu0IyBAJJmVsCmhVfwQX1v6q+QGnmSe1bew==
109114
dependencies:
110-
"@typescript-eslint/scope-manager" "5.46.0"
111-
"@typescript-eslint/type-utils" "5.46.0"
112-
"@typescript-eslint/utils" "5.46.0"
115+
"@typescript-eslint/scope-manager" "5.54.1"
116+
"@typescript-eslint/type-utils" "5.54.1"
117+
"@typescript-eslint/utils" "5.54.1"
113118
debug "^4.3.4"
119+
grapheme-splitter "^1.0.4"
114120
ignore "^5.2.0"
115121
natural-compare-lite "^1.4.0"
116122
regexpp "^3.2.0"
117123
semver "^7.3.7"
118124
tsutils "^3.21.0"
119125

120-
"@typescript-eslint/parser@^5.46.0":
121-
version "5.46.0"
122-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.0.tgz#002d8e67122947922a62547acfed3347cbf2c0b6"
123-
integrity sha512-joNO6zMGUZg+C73vwrKXCd8usnsmOYmgW/w5ZW0pG0RGvqeznjtGDk61EqqTpNrFLUYBW2RSBFrxdAZMqA4OZA==
126+
"@typescript-eslint/parser@^5.54.1":
127+
version "5.54.1"
128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.1.tgz#05761d7f777ef1c37c971d3af6631715099b084c"
129+
integrity sha512-8zaIXJp/nG9Ff9vQNh7TI+C3nA6q6iIsGJ4B4L6MhZ7mHnTMR4YP5vp2xydmFXIy8rpyIVbNAG44871LMt6ujg==
124130
dependencies:
125-
"@typescript-eslint/scope-manager" "5.46.0"
126-
"@typescript-eslint/types" "5.46.0"
127-
"@typescript-eslint/typescript-estree" "5.46.0"
131+
"@typescript-eslint/scope-manager" "5.54.1"
132+
"@typescript-eslint/types" "5.54.1"
133+
"@typescript-eslint/typescript-estree" "5.54.1"
128134
debug "^4.3.4"
129135

130-
"@typescript-eslint/scope-manager@5.46.0":
131-
version "5.46.0"
132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
133-
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
136+
"@typescript-eslint/scope-manager@5.54.1":
137+
version "5.54.1"
138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.1.tgz#6d864b4915741c608a58ce9912edf5a02bb58735"
139+
integrity sha512-zWKuGliXxvuxyM71UA/EcPxaviw39dB2504LqAmFDjmkpO8qNLHcmzlh6pbHs1h/7YQ9bnsO8CCcYCSA8sykUg==
134140
dependencies:
135-
"@typescript-eslint/types" "5.46.0"
136-
"@typescript-eslint/visitor-keys" "5.46.0"
141+
"@typescript-eslint/types" "5.54.1"
142+
"@typescript-eslint/visitor-keys" "5.54.1"
137143

138-
"@typescript-eslint/type-utils@5.46.0":
139-
version "5.46.0"
140-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3"
141-
integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==
144+
"@typescript-eslint/type-utils@5.54.1":
145+
version "5.54.1"
146+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.1.tgz#4825918ec27e55da8bb99cd07ec2a8e5f50ab748"
147+
integrity sha512-WREHsTz0GqVYLIbzIZYbmUUr95DKEKIXZNH57W3s+4bVnuF1TKe2jH8ZNH8rO1CeMY3U4j4UQeqPNkHMiGem3g==
142148
dependencies:
143-
"@typescript-eslint/typescript-estree" "5.46.0"
144-
"@typescript-eslint/utils" "5.46.0"
149+
"@typescript-eslint/typescript-estree" "5.54.1"
150+
"@typescript-eslint/utils" "5.54.1"
145151
debug "^4.3.4"
146152
tsutils "^3.21.0"
147153

148-
"@typescript-eslint/types@5.46.0":
149-
version "5.46.0"
150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
151-
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
154+
"@typescript-eslint/types@5.54.1":
155+
version "5.54.1"
156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.1.tgz#29fbac29a716d0f08c62fe5de70c9b6735de215c"
157+
integrity sha512-G9+1vVazrfAfbtmCapJX8jRo2E4MDXxgm/IMOF4oGh3kq7XuK3JRkOg6y2Qu1VsTRmWETyTkWt1wxy7X7/yLkw==
152158

153-
"@typescript-eslint/typescript-estree@5.46.0":
154-
version "5.46.0"
155-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
156-
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
159+
"@typescript-eslint/typescript-estree@5.54.1":
160+
version "5.54.1"
161+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.1.tgz#df7b6ae05fd8fef724a87afa7e2f57fa4a599be1"
162+
integrity sha512-bjK5t+S6ffHnVwA0qRPTZrxKSaFYocwFIkZx5k7pvWfsB1I57pO/0M0Skatzzw1sCkjJ83AfGTL0oFIFiDX3bg==
157163
dependencies:
158-
"@typescript-eslint/types" "5.46.0"
159-
"@typescript-eslint/visitor-keys" "5.46.0"
164+
"@typescript-eslint/types" "5.54.1"
165+
"@typescript-eslint/visitor-keys" "5.54.1"
160166
debug "^4.3.4"
161167
globby "^11.1.0"
162168
is-glob "^4.0.3"
163169
semver "^7.3.7"
164170
tsutils "^3.21.0"
165171

166-
"@typescript-eslint/utils@5.46.0":
167-
version "5.46.0"
168-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31"
169-
integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==
172+
"@typescript-eslint/utils@5.54.1":
173+
version "5.54.1"
174+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.1.tgz#7a3ee47409285387b9d4609ea7e1020d1797ec34"
175+
integrity sha512-IY5dyQM8XD1zfDe5X8jegX6r2EVU5o/WJnLu/znLPWCBF7KNGC+adacXnt5jEYS9JixDcoccI6CvE4RCjHMzCQ==
170176
dependencies:
171177
"@types/json-schema" "^7.0.9"
172178
"@types/semver" "^7.3.12"
173-
"@typescript-eslint/scope-manager" "5.46.0"
174-
"@typescript-eslint/types" "5.46.0"
175-
"@typescript-eslint/typescript-estree" "5.46.0"
179+
"@typescript-eslint/scope-manager" "5.54.1"
180+
"@typescript-eslint/types" "5.54.1"
181+
"@typescript-eslint/typescript-estree" "5.54.1"
176182
eslint-scope "^5.1.1"
177183
eslint-utils "^3.0.0"
178184
semver "^7.3.7"
179185

180-
"@typescript-eslint/visitor-keys@5.46.0":
181-
version "5.46.0"
182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
183-
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
186+
"@typescript-eslint/visitor-keys@5.54.1":
187+
version "5.54.1"
188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.1.tgz#d7a8a0f7181d6ac748f4d47b2306e0513b98bf8b"
189+
integrity sha512-q8iSoHTgwCfgcRJ2l2x+xCbu8nBlRAlsQ33k24Adj8eoVBE0f8dUeI+bAa8F84Mv05UGbAx57g2zrRsYIooqQg==
184190
dependencies:
185-
"@typescript-eslint/types" "5.46.0"
191+
"@typescript-eslint/types" "5.54.1"
186192
eslint-visitor-keys "^3.3.0"
187193

188194
acorn-jsx@^5.3.2:
@@ -350,13 +356,14 @@ eslint-visitor-keys@^3.3.0:
350356
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
351357
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
352358

353-
eslint@^8.29.0:
354-
version "8.29.0"
355-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
356-
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
359+
eslint@^8.35.0:
360+
version "8.35.0"
361+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.35.0.tgz#fffad7c7e326bae606f0e8f436a6158566d42323"
362+
integrity sha512-BxAf1fVL7w+JLRQhWl2pzGeSiGqbWumV4WNvc9Rhp6tiCtm4oHnyPBSEtMGZwrQgudFQ+otqzWoPB7x+hxoWsw==
357363
dependencies:
358-
"@eslint/eslintrc" "^1.3.3"
359-
"@humanwhocodes/config-array" "^0.11.6"
364+
"@eslint/eslintrc" "^2.0.0"
365+
"@eslint/js" "8.35.0"
366+
"@humanwhocodes/config-array" "^0.11.8"
360367
"@humanwhocodes/module-importer" "^1.0.1"
361368
"@nodelib/fs.walk" "^1.2.8"
362369
ajv "^6.10.0"
@@ -369,13 +376,13 @@ eslint@^8.29.0:
369376
eslint-utils "^3.0.0"
370377
eslint-visitor-keys "^3.3.0"
371378
espree "^9.4.0"
372-
esquery "^1.4.0"
379+
esquery "^1.4.2"
373380
esutils "^2.0.2"
374381
fast-deep-equal "^3.1.3"
375382
file-entry-cache "^6.0.1"
376383
find-up "^5.0.0"
377384
glob-parent "^6.0.2"
378-
globals "^13.15.0"
385+
globals "^13.19.0"
379386
grapheme-splitter "^1.0.4"
380387
ignore "^5.2.0"
381388
import-fresh "^3.0.0"
@@ -404,10 +411,10 @@ espree@^9.4.0:
404411
acorn-jsx "^5.3.2"
405412
eslint-visitor-keys "^3.3.0"
406413

407-
esquery@^1.4.0:
408-
version "1.4.0"
409-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
410-
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
414+
esquery@^1.4.2:
415+
version "1.5.0"
416+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.5.0.tgz#6ce17738de8577694edd7361c57182ac8cb0db0b"
417+
integrity sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==
411418
dependencies:
412419
estraverse "^5.1.0"
413420

@@ -547,10 +554,10 @@ glob@^7.1.3:
547554
once "^1.3.0"
548555
path-is-absolute "^1.0.0"
549556

550-
globals@^13.15.0:
551-
version "13.18.0"
552-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.18.0.tgz#fb224daeeb2bb7d254cd2c640f003528b8d0c1dc"
553-
integrity sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==
557+
globals@^13.19.0:
558+
version "13.20.0"
559+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.20.0.tgz#ea276a1e508ffd4f1612888f9d1bad1e2717bf82"
560+
integrity sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==
554561
dependencies:
555562
type-fest "^0.20.2"
556563

@@ -855,10 +862,10 @@ rimraf@^3.0.2:
855862
dependencies:
856863
glob "^7.1.3"
857864

858-
rollup@^3.7.0:
859-
version "3.7.0"
860-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.7.0.tgz#7c4310378cf28764abb6b7611c9ccec081ff6d97"
861-
integrity sha512-FIJe0msW9P7L9BTfvaJyvn1U1BVCNTL3w8O+PKIrCyiMLg+rIUGb4MbcgVZ10Lnm1uWXOTOWRNARjfXC1+M12Q==
865+
rollup@^3.18.0:
866+
version "3.18.0"
867+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.18.0.tgz#2354ba63ba66d6a09c652c3ea0dbcd9dad72bbde"
868+
integrity sha512-J8C6VfEBjkvYPESMQYxKHxNOh4A5a3FlP+0BETGo34HEcE4eTlgCrO2+eWzlu2a/sHs2QUkZco+wscH7jhhgWg==
862869
optionalDependencies:
863870
fsevents "~2.3.2"
864871

@@ -953,10 +960,10 @@ type-fest@^0.20.2:
953960
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
954961
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
955962

956-
typescript@^4.9.4:
957-
version "4.9.4"
958-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
959-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
963+
typescript@^4.9.5:
964+
version "4.9.5"
965+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
966+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
960967

961968
uri-js@^4.2.2:
962969
version "4.4.1"

0 commit comments

Comments
 (0)