Skip to content

Commit ffbd69b

Browse files
chore(deps): replace dependency read-pkg-up with read-package-up
1 parent a2085bc commit ffbd69b

File tree

2 files changed

+117
-62
lines changed

2 files changed

+117
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prettier": "2.8.7",
7272
"prop-types": "15.8.1",
7373
"react-is": "18.2.0",
74-
"read-pkg-up": "9.1.0",
74+
"read-package-up": "11.0.0",
7575
"replace": "1.2.2",
7676
"rimraf": "4.4.1",
7777
"standard-version": "9.5.0",

yarn.lock

Lines changed: 116 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
dependencies:
3232
"@babel/highlight" "^7.22.5"
3333

34+
"@babel/code-frame@^7.22.13":
35+
version "7.24.6"
36+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.6.tgz#ab88da19344445c3d8889af2216606d3329f3ef2"
37+
integrity sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==
38+
dependencies:
39+
"@babel/highlight" "^7.24.6"
40+
picocolors "^1.0.0"
41+
3442
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5":
3543
version "7.22.5"
3644
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -291,6 +299,11 @@
291299
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
292300
integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==
293301

302+
"@babel/helper-validator-identifier@^7.24.6":
303+
version "7.24.6"
304+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz#08bb6612b11bdec78f3feed3db196da682454a5e"
305+
integrity sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==
306+
294307
"@babel/helper-validator-option@^7.22.5":
295308
version "7.22.5"
296309
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -324,6 +337,16 @@
324337
chalk "^2.0.0"
325338
js-tokens "^4.0.0"
326339

340+
"@babel/highlight@^7.24.6":
341+
version "7.24.6"
342+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.6.tgz#6d610c1ebd2c6e061cade0153bf69b0590b7b3df"
343+
integrity sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==
344+
dependencies:
345+
"@babel/helper-validator-identifier" "^7.24.6"
346+
chalk "^2.4.2"
347+
js-tokens "^4.0.0"
348+
picocolors "^1.0.0"
349+
327350
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.22.5":
328351
version "7.22.5"
329352
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -4326,11 +4349,16 @@
43264349
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.35.tgz#d691fa3bccf0279babd2a079d046f9967642f895"
43274350
integrity sha512-yqU2Rf94HFZqgHf6Tuyc/IqVD0l3U91KjvypSr1GtJKyrnl6L/kfnxVqN4QOwcF5Zx9tO/HKK+fozGr5AtqA+g==
43284351

4329-
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
4352+
"@types/normalize-package-data@^2.4.0":
43304353
version "2.4.1"
43314354
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
43324355
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
43334356

4357+
"@types/normalize-package-data@^2.4.3":
4358+
version "2.4.4"
4359+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
4360+
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
4361+
43344362
"@types/npmlog@^4.1.2":
43354363
version "4.1.4"
43364364
resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.4.tgz#30eb872153c7ead3e8688c476054ddca004115f6"
@@ -9098,6 +9126,11 @@ [email protected], find-root@^1.1.0:
90989126
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
90999127
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
91009128

9129+
find-up-simple@^1.0.0:
9130+
version "1.0.0"
9131+
resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.0.tgz#21d035fde9fdbd56c8f4d2f63f32fd93a1cfc368"
9132+
integrity sha512-q7Us7kcjj2VMePAa02hDAF6d+MzsdsAWEwYyOpwUtlerRBkOEPBCRZrAV4XfcSN8fHAgaD0hP7miwoay6DCprw==
9133+
91019134
find-up@^1.0.0:
91029135
version "1.1.2"
91039136
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -9136,14 +9169,6 @@ find-up@^5.0.0:
91369169
locate-path "^6.0.0"
91379170
path-exists "^4.0.0"
91389171

9139-
find-up@^6.3.0:
9140-
version "6.3.0"
9141-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
9142-
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
9143-
dependencies:
9144-
locate-path "^7.1.0"
9145-
path-exists "^5.0.0"
9146-
91479172
findup-sync@^4.0.0:
91489173
version "4.0.0"
91499174
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
@@ -9356,6 +9381,11 @@ function-bind@^1.1.1:
93569381
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
93579382
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
93589383

9384+
function-bind@^1.1.2:
9385+
version "1.1.2"
9386+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
9387+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
9388+
93599389
function.prototype.name@^1.1.0, function.prototype.name@^1.1.5:
93609390
version "1.1.5"
93619391
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -9920,6 +9950,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
99209950
inherits "^2.0.3"
99219951
minimalistic-assert "^1.0.1"
99229952

9953+
hasown@^2.0.0:
9954+
version "2.0.2"
9955+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
9956+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
9957+
dependencies:
9958+
function-bind "^1.1.2"
9959+
99239960
hast-to-hyperscript@^9.0.0:
99249961
version "9.0.1"
99259962
resolved "https://registry.yarnpkg.com/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz#9b67fd188e4c81e8ad66f803855334173920218d"
@@ -10033,6 +10070,13 @@ hosted-git-info@^4.0.0, hosted-git-info@^4.0.1:
1003310070
dependencies:
1003410071
lru-cache "^6.0.0"
1003510072

10073+
hosted-git-info@^7.0.0:
10074+
version "7.0.2"
10075+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17"
10076+
integrity sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==
10077+
dependencies:
10078+
lru-cache "^10.0.1"
10079+
1003610080
hpack.js@^2.1.6:
1003710081
version "2.1.6"
1003810082
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -10329,6 +10373,11 @@ indent-string@^4.0.0:
1032910373
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
1033010374
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
1033110375

10376+
index-to-position@^0.1.2:
10377+
version "0.1.2"
10378+
resolved "https://registry.yarnpkg.com/index-to-position/-/index-to-position-0.1.2.tgz#e11bfe995ca4d8eddb1ec43274488f3c201a7f09"
10379+
integrity sha512-MWDKS3AS1bGCHLBA2VLImJz42f7bJh8wQsTGCzI3j519/CASStoDONUBVz2I/VID0MpiX3SGSnbOD2xUalbE5g==
10380+
1033210381
infer-owner@^1.0.3, infer-owner@^1.0.4:
1033310382
version "1.0.4"
1033410383
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
@@ -10544,6 +10593,13 @@ is-core-module@^2.11.0, is-core-module@^2.5.0, is-core-module@^2.9.0:
1054410593
dependencies:
1054510594
has "^1.0.3"
1054610595

10596+
is-core-module@^2.8.1:
10597+
version "2.13.1"
10598+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
10599+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
10600+
dependencies:
10601+
hasown "^2.0.0"
10602+
1054710603
is-data-descriptor@^0.1.4:
1054810604
version "0.1.4"
1054910605
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -12294,13 +12350,6 @@ locate-path@^6.0.0:
1229412350
dependencies:
1229512351
p-locate "^5.0.0"
1229612352

12297-
locate-path@^7.1.0:
12298-
version "7.2.0"
12299-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
12300-
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
12301-
dependencies:
12302-
p-locate "^6.0.0"
12303-
1230412353
lodash.debounce@^4.0.8:
1230512354
version "4.0.8"
1230612355
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -12396,6 +12445,11 @@ lowercase-keys@^2.0.0:
1239612445
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
1239712446
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
1239812447

12448+
lru-cache@^10.0.1:
12449+
version "10.2.2"
12450+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
12451+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
12452+
1239912453
lru-cache@^5.1.1:
1240012454
version "5.1.1"
1240112455
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -13098,7 +13152,7 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-
1309813152
semver "2 || 3 || 4 || 5"
1309913153
validate-npm-package-license "^3.0.1"
1310013154

13101-
normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
13155+
normalize-package-data@^3.0.0:
1310213156
version "3.0.3"
1310313157
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
1310413158
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
@@ -13108,6 +13162,16 @@ normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
1310813162
semver "^7.3.4"
1310913163
validate-npm-package-license "^3.0.1"
1311013164

13165+
normalize-package-data@^6.0.0:
13166+
version "6.0.1"
13167+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.1.tgz#fa69e9452210f0fabf4d79ee08d0c2870c51ed88"
13168+
integrity sha512-6rvCfeRW+OEZagAB4lMLSNuTNYZWLVtKccK79VSTf//yTY5VOCgcpH80O+bZK8Neps7pUnd5G+QlMg1yV/2iZQ==
13169+
dependencies:
13170+
hosted-git-info "^7.0.0"
13171+
is-core-module "^2.8.1"
13172+
semver "^7.3.5"
13173+
validate-npm-package-license "^3.0.4"
13174+
1311113175
normalize-path@^2.1.1:
1311213176
version "2.1.1"
1311313177
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -13478,13 +13542,6 @@ p-limit@^3.0.2, p-limit@^3.1.0:
1347813542
dependencies:
1347913543
yocto-queue "^0.1.0"
1348013544

13481-
p-limit@^4.0.0:
13482-
version "4.0.0"
13483-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
13484-
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
13485-
dependencies:
13486-
yocto-queue "^1.0.0"
13487-
1348813545
p-locate@^2.0.0:
1348913546
version "2.0.0"
1349013547
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -13513,13 +13570,6 @@ p-locate@^5.0.0:
1351313570
dependencies:
1351413571
p-limit "^3.0.2"
1351513572

13516-
p-locate@^6.0.0:
13517-
version "6.0.0"
13518-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
13519-
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
13520-
dependencies:
13521-
p-limit "^4.0.0"
13522-
1352313573
p-map@^2.0.0:
1352413574
version "2.1.0"
1352513575
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -13651,6 +13701,15 @@ parse-json@^5.0.0, parse-json@^5.2.0:
1365113701
json-parse-even-better-errors "^2.3.0"
1365213702
lines-and-columns "^1.1.6"
1365313703

13704+
parse-json@^8.0.0:
13705+
version "8.1.0"
13706+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-8.1.0.tgz#91cdc7728004e955af9cb734de5684733b24a717"
13707+
integrity sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==
13708+
dependencies:
13709+
"@babel/code-frame" "^7.22.13"
13710+
index-to-position "^0.1.2"
13711+
type-fest "^4.7.1"
13712+
1365413713
parse-passwd@^1.0.0:
1365513714
version "1.0.0"
1365613715
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
@@ -13711,11 +13770,6 @@ path-exists@^4.0.0:
1371113770
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1371213771
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1371313772

13714-
path-exists@^5.0.0:
13715-
version "5.0.0"
13716-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
13717-
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
13718-
1371913773
path-is-absolute@^1.0.0:
1372013774
version "1.0.1"
1372113775
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -15109,14 +15163,14 @@ read-cache@^1.0.0:
1510915163
dependencies:
1511015164
pify "^2.3.0"
1511115165

15112-
read-pkg-up@9.1.0:
15113-
version "9.1.0"
15114-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-9.1.0.tgz#38ca48e0bc6c6b260464b14aad9bcd4e5b1fbdc3"
15115-
integrity sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==
15166+
read-package-up@11.0.0:
15167+
version "11.0.0"
15168+
resolved "https://registry.yarnpkg.com/read-package-up/-/read-package-up-11.0.0.tgz#71fb879fdaac0e16891e6e666df22de24a48d5ba"
15169+
integrity sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==
1511615170
dependencies:
15117-
find-up "^6.3.0"
15118-
read-pkg "^7.1.0"
15119-
type-fest "^2.5.0"
15171+
find-up-simple "^1.0.0"
15172+
read-pkg "^9.0.0"
15173+
type-fest "^4.6.0"
1512015174

1512115175
read-pkg-up@^1.0.1:
1512215176
version "1.0.1"
@@ -15171,15 +15225,16 @@ read-pkg@^5.2.0:
1517115225
parse-json "^5.0.0"
1517215226
type-fest "^0.6.0"
1517315227

15174-
read-pkg@^7.1.0:
15175-
version "7.1.0"
15176-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-7.1.0.tgz#438b4caed1ad656ba359b3e00fd094f3c427a43e"
15177-
integrity sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==
15228+
read-pkg@^9.0.0:
15229+
version "9.0.1"
15230+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b"
15231+
integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==
1517815232
dependencies:
15179-
"@types/normalize-package-data" "^2.4.1"
15180-
normalize-package-data "^3.0.2"
15181-
parse-json "^5.2.0"
15182-
type-fest "^2.0.0"
15233+
"@types/normalize-package-data" "^2.4.3"
15234+
normalize-package-data "^6.0.0"
15235+
parse-json "^8.0.0"
15236+
type-fest "^4.6.0"
15237+
unicorn-magic "^0.1.0"
1518315238

1518415239
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
1518515240
version "2.3.8"
@@ -17275,10 +17330,10 @@ type-fest@^0.8.1:
1727517330
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1727617331
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1727717332

17278-
type-fest@^2.0.0, type-fest@^2.5.0:
17279-
version "2.19.0"
17280-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
17281-
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
17333+
type-fest@^4.6.0, type-fest@^4.7.1:
17334+
version "4.19.0"
17335+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.19.0.tgz#f7d3d5f55a7a118b5fe3d2eef53059cf8e516dcd"
17336+
integrity sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==
1728217337

1728317338
type-is@~1.6.18:
1728417339
version "1.6.18"
@@ -17375,6 +17430,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
1737517430
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
1737617431
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1737717432

17433+
unicorn-magic@^0.1.0:
17434+
version "0.1.0"
17435+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
17436+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
17437+
1737817438
1737917439
version "9.2.0"
1738017440
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"
@@ -17688,7 +17748,7 @@ v8-to-istanbul@^9.0.0, v8-to-istanbul@^9.0.1:
1768817748
"@types/istanbul-lib-coverage" "^2.0.1"
1768917749
convert-source-map "^1.6.0"
1769017750

17691-
validate-npm-package-license@^3.0.1:
17751+
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
1769217752
version "3.0.4"
1769317753
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
1769417754
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
@@ -18549,11 +18609,6 @@ yocto-queue@^0.1.0:
1854918609
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1855018610
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1855118611

18552-
yocto-queue@^1.0.0:
18553-
version "1.0.0"
18554-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
18555-
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
18556-
1855718612
zwitch@^1.0.0:
1855818613
version "1.0.5"
1855918614
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)