Skip to content

Commit 5e009fd

Browse files
chore(deps): replace dependency read-pkg-up with read-package-up
1 parent ef62a6f commit 5e009fd

File tree

2 files changed

+90
-59
lines changed

2 files changed

+90
-59
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.3.1",
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: 89 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
"@babel/highlight" "^7.24.7"
4040
picocolors "^1.0.0"
4141

42+
"@babel/code-frame@^7.26.2":
43+
version "7.26.2"
44+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
45+
integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
46+
dependencies:
47+
"@babel/helper-validator-identifier" "^7.25.9"
48+
js-tokens "^4.0.0"
49+
picocolors "^1.0.0"
50+
4251
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.5":
4352
version "7.22.5"
4453
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.5.tgz#b1f6c86a02d85d2dd3368a2b67c09add8cd0c255"
@@ -417,6 +426,11 @@
417426
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
418427
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
419428

429+
"@babel/helper-validator-identifier@^7.25.9":
430+
version "7.25.9"
431+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
432+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
433+
420434
"@babel/helper-validator-option@^7.22.5":
421435
version "7.22.5"
422436
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz#de52000a15a177413c8234fa3a8af4ee8102d0ac"
@@ -4728,11 +4742,16 @@
47284742
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.35.tgz#d691fa3bccf0279babd2a079d046f9967642f895"
47294743
integrity sha512-yqU2Rf94HFZqgHf6Tuyc/IqVD0l3U91KjvypSr1GtJKyrnl6L/kfnxVqN4QOwcF5Zx9tO/HKK+fozGr5AtqA+g==
47304744

4731-
"@types/normalize-package-data@^2.4.0", "@types/normalize-package-data@^2.4.1":
4745+
"@types/normalize-package-data@^2.4.0":
47324746
version "2.4.1"
47334747
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
47344748
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
47354749

4750+
"@types/normalize-package-data@^2.4.3":
4751+
version "2.4.4"
4752+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
4753+
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
4754+
47364755
"@types/npmlog@^4.1.2":
47374756
version "4.1.4"
47384757
resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.4.tgz#30eb872153c7ead3e8688c476054ddca004115f6"
@@ -9703,6 +9722,11 @@ [email protected], find-root@^1.1.0:
97039722
resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
97049723
integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==
97059724

9725+
find-up-simple@^1.0.0:
9726+
version "1.0.1"
9727+
resolved "https://registry.yarnpkg.com/find-up-simple/-/find-up-simple-1.0.1.tgz#18fb90ad49e45252c4d7fca56baade04fa3fca1e"
9728+
integrity sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==
9729+
97069730
find-up@^1.0.0:
97079731
version "1.1.2"
97089732
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
@@ -9741,14 +9765,6 @@ find-up@^5.0.0:
97419765
locate-path "^6.0.0"
97429766
path-exists "^4.0.0"
97439767

9744-
find-up@^6.3.0:
9745-
version "6.3.0"
9746-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
9747-
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
9748-
dependencies:
9749-
locate-path "^7.1.0"
9750-
path-exists "^5.0.0"
9751-
97529768
findup-sync@^4.0.0:
97539769
version "4.0.0"
97549770
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-4.0.0.tgz#956c9cdde804052b881b428512905c4a5f2cdef0"
@@ -10643,6 +10659,13 @@ hosted-git-info@^4.0.0, hosted-git-info@^4.0.1:
1064310659
dependencies:
1064410660
lru-cache "^6.0.0"
1064510661

10662+
hosted-git-info@^7.0.0:
10663+
version "7.0.2"
10664+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-7.0.2.tgz#9b751acac097757667f30114607ef7b661ff4f17"
10665+
integrity sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==
10666+
dependencies:
10667+
lru-cache "^10.0.1"
10668+
1064610669
hpack.js@^2.1.6:
1064710670
version "2.1.6"
1064810671
resolved "https://registry.yarnpkg.com/hpack.js/-/hpack.js-2.1.6.tgz#87774c0949e513f42e84575b3c45681fade2a0b2"
@@ -10939,6 +10962,11 @@ indent-string@^4.0.0:
1093910962
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
1094010963
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
1094110964

10965+
index-to-position@^1.1.0:
10966+
version "1.1.0"
10967+
resolved "https://registry.yarnpkg.com/index-to-position/-/index-to-position-1.1.0.tgz#2e50bd54c8040bdd6d9b3d95ec2a8fedf86b4d44"
10968+
integrity sha512-XPdx9Dq4t9Qk1mTMbWONJqU7boCoumEH7fRET37HX5+khDUl3J2W6PdALxhILYlIYx2amlwYcRPp28p0tSiojg==
10969+
1094210970
infer-owner@^1.0.3, infer-owner@^1.0.4:
1094310971
version "1.0.4"
1094410972
resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
@@ -12904,13 +12932,6 @@ locate-path@^6.0.0:
1290412932
dependencies:
1290512933
p-locate "^5.0.0"
1290612934

12907-
locate-path@^7.1.0:
12908-
version "7.2.0"
12909-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
12910-
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
12911-
dependencies:
12912-
p-locate "^6.0.0"
12913-
1291412935
lodash.debounce@^4.0.8:
1291512936
version "4.0.8"
1291612937
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -13006,6 +13027,11 @@ lowercase-keys@^2.0.0:
1300613027
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
1300713028
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
1300813029

13030+
lru-cache@^10.0.1:
13031+
version "10.4.3"
13032+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
13033+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
13034+
1300913035
lru-cache@^5.1.1:
1301013036
version "5.1.1"
1301113037
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -13725,7 +13751,7 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4, normalize-package-
1372513751
semver "2 || 3 || 4 || 5"
1372613752
validate-npm-package-license "^3.0.1"
1372713753

13728-
normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
13754+
normalize-package-data@^3.0.0:
1372913755
version "3.0.3"
1373013756
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
1373113757
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
@@ -13735,6 +13761,15 @@ normalize-package-data@^3.0.0, normalize-package-data@^3.0.2:
1373513761
semver "^7.3.4"
1373613762
validate-npm-package-license "^3.0.1"
1373713763

13764+
normalize-package-data@^6.0.0:
13765+
version "6.0.2"
13766+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-6.0.2.tgz#a7bc22167fe24025412bcff0a9651eb768b03506"
13767+
integrity sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==
13768+
dependencies:
13769+
hosted-git-info "^7.0.0"
13770+
semver "^7.3.5"
13771+
validate-npm-package-license "^3.0.4"
13772+
1373813773
normalize-path@^2.1.1:
1373913774
version "2.1.1"
1374013775
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
@@ -14117,13 +14152,6 @@ p-limit@^3.0.2, p-limit@^3.1.0:
1411714152
dependencies:
1411814153
yocto-queue "^0.1.0"
1411914154

14120-
p-limit@^4.0.0:
14121-
version "4.0.0"
14122-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
14123-
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
14124-
dependencies:
14125-
yocto-queue "^1.0.0"
14126-
1412714155
p-locate@^2.0.0:
1412814156
version "2.0.0"
1412914157
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -14152,13 +14180,6 @@ p-locate@^5.0.0:
1415214180
dependencies:
1415314181
p-limit "^3.0.2"
1415414182

14155-
p-locate@^6.0.0:
14156-
version "6.0.0"
14157-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
14158-
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
14159-
dependencies:
14160-
p-limit "^4.0.0"
14161-
1416214183
p-map@^2.0.0:
1416314184
version "2.1.0"
1416414185
resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175"
@@ -14290,6 +14311,15 @@ parse-json@^5.0.0, parse-json@^5.2.0:
1429014311
json-parse-even-better-errors "^2.3.0"
1429114312
lines-and-columns "^1.1.6"
1429214313

14314+
parse-json@^8.0.0:
14315+
version "8.3.0"
14316+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-8.3.0.tgz#88a195a2157025139a2317a4f2f9252b61304ed5"
14317+
integrity sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==
14318+
dependencies:
14319+
"@babel/code-frame" "^7.26.2"
14320+
index-to-position "^1.1.0"
14321+
type-fest "^4.39.1"
14322+
1429314323
parse-passwd@^1.0.0:
1429414324
version "1.0.0"
1429514325
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
@@ -14350,11 +14380,6 @@ path-exists@^4.0.0:
1435014380
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
1435114381
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
1435214382

14353-
path-exists@^5.0.0:
14354-
version "5.0.0"
14355-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
14356-
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
14357-
1435814383
path-is-absolute@^1.0.0:
1435914384
version "1.0.1"
1436014385
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -15783,14 +15808,14 @@ read-cache@^1.0.0:
1578315808
dependencies:
1578415809
pify "^2.3.0"
1578515810

15786-
read-pkg-up@9.1.0:
15787-
version "9.1.0"
15788-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-9.1.0.tgz#38ca48e0bc6c6b260464b14aad9bcd4e5b1fbdc3"
15789-
integrity sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==
15811+
read-package-up@11.0.0:
15812+
version "11.0.0"
15813+
resolved "https://registry.yarnpkg.com/read-package-up/-/read-package-up-11.0.0.tgz#71fb879fdaac0e16891e6e666df22de24a48d5ba"
15814+
integrity sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==
1579015815
dependencies:
15791-
find-up "^6.3.0"
15792-
read-pkg "^7.1.0"
15793-
type-fest "^2.5.0"
15816+
find-up-simple "^1.0.0"
15817+
read-pkg "^9.0.0"
15818+
type-fest "^4.6.0"
1579415819

1579515820
read-pkg-up@^1.0.1:
1579615821
version "1.0.1"
@@ -15845,15 +15870,16 @@ read-pkg@^5.2.0:
1584515870
parse-json "^5.0.0"
1584615871
type-fest "^0.6.0"
1584715872

15848-
read-pkg@^7.1.0:
15849-
version "7.1.0"
15850-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-7.1.0.tgz#438b4caed1ad656ba359b3e00fd094f3c427a43e"
15851-
integrity sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==
15873+
read-pkg@^9.0.0:
15874+
version "9.0.1"
15875+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-9.0.1.tgz#b1b81fb15104f5dbb121b6bbdee9bbc9739f569b"
15876+
integrity sha512-9viLL4/n1BJUCT1NXVTdS1jtm80yDEgR5T4yCelII49Mbj0v1rZdKqj7zCiYdbB0CuCgdrvHcNogAKTFPBocFA==
1585215877
dependencies:
15853-
"@types/normalize-package-data" "^2.4.1"
15854-
normalize-package-data "^3.0.2"
15855-
parse-json "^5.2.0"
15856-
type-fest "^2.0.0"
15878+
"@types/normalize-package-data" "^2.4.3"
15879+
normalize-package-data "^6.0.0"
15880+
parse-json "^8.0.0"
15881+
type-fest "^4.6.0"
15882+
unicorn-magic "^0.1.0"
1585715883

1585815884
"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:
1585915885
version "2.3.8"
@@ -17993,11 +18019,16 @@ type-fest@^0.8.1:
1799318019
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1799418020
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1799518021

17996-
type-fest@^2.0.0, type-fest@^2.19.0, type-fest@^2.5.0:
18022+
type-fest@^2.19.0:
1799718023
version "2.19.0"
1799818024
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b"
1799918025
integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==
1800018026

18027+
type-fest@^4.39.1, type-fest@^4.6.0:
18028+
version "4.40.0"
18029+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.40.0.tgz#62bc09caccb99a75e1ad6b9b4653e8805e5e1eee"
18030+
integrity sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==
18031+
1800118032
type-is@~1.6.18:
1800218033
version "1.6.18"
1800318034
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"
@@ -18098,6 +18129,11 @@ unicode-property-aliases-ecmascript@^2.0.0:
1809818129
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
1809918130
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
1810018131

18132+
unicorn-magic@^0.1.0:
18133+
version "0.1.0"
18134+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
18135+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
18136+
1810118137
1810218138
version "9.2.0"
1810318139
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.0.tgz#67a62c627c40589edebbf60f53edfd4d822027f8"
@@ -18419,7 +18455,7 @@ v8-to-istanbul@^9.0.0, v8-to-istanbul@^9.0.1:
1841918455
"@types/istanbul-lib-coverage" "^2.0.1"
1842018456
convert-source-map "^1.6.0"
1842118457

18422-
validate-npm-package-license@^3.0.1:
18458+
validate-npm-package-license@^3.0.1, validate-npm-package-license@^3.0.4:
1842318459
version "3.0.4"
1842418460
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
1842518461
integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
@@ -19285,11 +19321,6 @@ yocto-queue@^0.1.0:
1928519321
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
1928619322
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
1928719323

19288-
yocto-queue@^1.0.0:
19289-
version "1.0.0"
19290-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
19291-
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
19292-
1929319324
zwitch@^1.0.0:
1929419325
version "1.0.5"
1929519326
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"

0 commit comments

Comments
 (0)