Skip to content

Commit fa14c50

Browse files
committed
Update dependency read-pkg-up to v9
1 parent b134b46 commit fa14c50

File tree

2 files changed

+62
-18
lines changed

2 files changed

+62
-18
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@generates/logger": "^2.0.0",
2424
"@ianwalter/dot": "^1.0.5",
2525
"execa": "^5.1.1",
26-
"read-pkg-up": "^8.0.0"
26+
"read-pkg-up": "^9.1.0"
2727
},
2828
"devDependencies": {
2929
"@changesets/cli": "^2.17.0",

yarn.lock

+61-17
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,11 @@
494494
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz"
495495
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
496496

497+
"@types/normalize-package-data@^2.4.1":
498+
version "2.4.1"
499+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
500+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
501+
497502
"@types/semver@^6.0.0":
498503
version "6.2.2"
499504
resolved "https://registry.npmjs.org/@types/semver/-/semver-6.2.2.tgz"
@@ -1357,6 +1362,14 @@ find-up@^5.0.0:
13571362
locate-path "^6.0.0"
13581363
path-exists "^4.0.0"
13591364

1365+
find-up@^6.3.0:
1366+
version "6.3.0"
1367+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
1368+
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
1369+
dependencies:
1370+
locate-path "^7.1.0"
1371+
path-exists "^5.0.0"
1372+
13601373
find-yarn-workspace-root2@1.2.16:
13611374
version "1.2.16"
13621375
resolved "https://registry.npmjs.org/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz"
@@ -1858,6 +1871,13 @@ locate-path@^6.0.0:
18581871
dependencies:
18591872
p-locate "^5.0.0"
18601873

1874+
locate-path@^7.1.0:
1875+
version "7.1.0"
1876+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.1.0.tgz#241d62af60739f6097c055efe10329c88b798425"
1877+
integrity sha512-HNx5uOnYeK4SxEoid5qnhRfprlJeGMzFRKPLCf/15N3/B4AiofNwC/yq7VBKdVk9dx7m+PiYCJOGg55JYTAqoQ==
1878+
dependencies:
1879+
p-locate "^6.0.0"
1880+
18611881
lodash.startcase@^4.4.0:
18621882
version "4.4.0"
18631883
resolved "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz"
@@ -2155,6 +2175,13 @@ p-limit@^3.0.2:
21552175
dependencies:
21562176
yocto-queue "^0.1.0"
21572177

2178+
p-limit@^4.0.0:
2179+
version "4.0.0"
2180+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
2181+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
2182+
dependencies:
2183+
yocto-queue "^1.0.0"
2184+
21582185
p-locate@^2.0.0:
21592186
version "2.0.0"
21602187
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz"
@@ -2176,6 +2203,13 @@ p-locate@^5.0.0:
21762203
dependencies:
21772204
p-limit "^3.0.2"
21782205

2206+
p-locate@^6.0.0:
2207+
version "6.0.0"
2208+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
2209+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
2210+
dependencies:
2211+
p-limit "^4.0.0"
2212+
21792213
p-map@^2.0.0:
21802214
version "2.1.0"
21812215
resolved "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz"
@@ -2225,6 +2259,11 @@ path-exists@^4.0.0:
22252259
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
22262260
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
22272261

2262+
path-exists@^5.0.0:
2263+
version "5.0.0"
2264+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-5.0.0.tgz#a6aad9489200b21fab31e49cf09277e5116fb9e7"
2265+
integrity sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==
2266+
22282267
path-is-absolute@^1.0.0:
22292268
version "1.0.1"
22302269
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
@@ -2348,14 +2387,14 @@ read-pkg-up@^7.0.1:
23482387
read-pkg "^5.2.0"
23492388
type-fest "^0.8.1"
23502389

2351-
read-pkg-up@^8.0.0:
2352-
version "8.0.0"
2353-
resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz"
2354-
integrity sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==
2390+
read-pkg-up@^9.1.0:
2391+
version "9.1.0"
2392+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-9.1.0.tgz#38ca48e0bc6c6b260464b14aad9bcd4e5b1fbdc3"
2393+
integrity sha512-vaMRR1AC1nrd5CQM0PhlRsO5oc2AAigqr7cCrZ/MW/Rsaflz4RlgzkpL4qoU/z1F6wrbd85iFv1OQj/y5RdGvg==
23552394
dependencies:
2356-
find-up "^5.0.0"
2357-
read-pkg "^6.0.0"
2358-
type-fest "^1.0.1"
2395+
find-up "^6.3.0"
2396+
read-pkg "^7.1.0"
2397+
type-fest "^2.5.0"
23592398

23602399
read-pkg@^2.0.0:
23612400
version "2.0.0"
@@ -2376,15 +2415,15 @@ read-pkg@^5.2.0:
23762415
parse-json "^5.0.0"
23772416
type-fest "^0.6.0"
23782417

2379-
read-pkg@^6.0.0:
2380-
version "6.0.0"
2381-
resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz"
2382-
integrity sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==
2418+
read-pkg@^7.1.0:
2419+
version "7.1.0"
2420+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-7.1.0.tgz#438b4caed1ad656ba359b3e00fd094f3c427a43e"
2421+
integrity sha512-5iOehe+WF75IccPc30bWTbpdDQLOCc3Uu8bi3Dte3Eueij81yx1Mrufk8qBx/YAbR4uL1FdUr+7BKXDwEtisXg==
23832422
dependencies:
2384-
"@types/normalize-package-data" "^2.4.0"
2423+
"@types/normalize-package-data" "^2.4.1"
23852424
normalize-package-data "^3.0.2"
23862425
parse-json "^5.2.0"
2387-
type-fest "^1.0.1"
2426+
type-fest "^2.0.0"
23882427

23892428
read-yaml-file@^1.1.0:
23902429
version "1.1.0"
@@ -2805,10 +2844,10 @@ type-fest@^0.8.1:
28052844
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz"
28062845
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
28072846

2808-
type-fest@^1.0.1:
2809-
version "1.0.2"
2810-
resolved "https://registry.npmjs.org/type-fest/-/type-fest-1.0.2.tgz"
2811-
integrity sha512-a720oz3Kjbp3ll0zkeN9qjRhO7I34MKMhPGQiQJAmaZQZQ1lo+NWThK322f7sXV+kTg9B1Ybt16KgBXWgteT8w==
2847+
type-fest@^2.0.0, type-fest@^2.5.0:
2848+
version "2.12.0"
2849+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.12.0.tgz#ce342f58cab9114912f54b493d60ab39c3fc82b6"
2850+
integrity sha512-Qe5GRT+n/4GoqCNGGVp5Snapg1Omq3V7irBJB3EaKsp7HWDo5Gv2d/67gfNyV+d5EXD+x/RF5l1h4yJ7qNkcGA==
28122851

28132852
universal-user-agent@^6.0.0:
28142853
version "6.0.0"
@@ -2944,3 +2983,8 @@ yocto-queue@^0.1.0:
29442983
version "0.1.0"
29452984
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
29462985
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
2986+
2987+
yocto-queue@^1.0.0:
2988+
version "1.0.0"
2989+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
2990+
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

0 commit comments

Comments
 (0)