Skip to content

Commit a084e30

Browse files
Bump find-up from 5.0.0 to 8.0.0
Bumps [find-up](https://github.com/sindresorhus/find-up) from 5.0.0 to 8.0.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](sindresorhus/find-up@v5.0.0...v8.0.0) --- updated-dependencies: - dependency-name: find-up dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 335efde commit a084e30

File tree

2 files changed

+41
-7
lines changed

2 files changed

+41
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"webpack-cli": "^5.0.1"
126126
},
127127
"dependencies": {
128-
"find-up": "5.0.0",
128+
"find-up": "8.0.0",
129129
"prettier": "^3.4.2",
130130
"resolve": "^1.22.8",
131131
"semver": "^7.6.3",

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,13 +2238,13 @@ fill-range@^7.1.1:
22382238
dependencies:
22392239
to-regex-range "^5.0.1"
22402240

2241-
find-up@5.0.0, find-up@^5.0.0:
2242-
version "5.0.0"
2243-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
2244-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
2241+
find-up@8.0.0:
2242+
version "8.0.0"
2243+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-8.0.0.tgz#9e4663f9605eeb615edd7399f376a01b1de312fe"
2244+
integrity sha512-JGG8pvDi2C+JxidYdIwQDyS/CgcrIdh18cvgxcBge3wSHRQOrooMD3GlFBcmMJAN9M42SAZjDp5zv1dglJjwww==
22452245
dependencies:
2246-
locate-path "^6.0.0"
2247-
path-exists "^4.0.0"
2246+
locate-path "^8.0.0"
2247+
unicorn-magic "^0.3.0"
22482248

22492249
find-up@^4.0.0:
22502250
version "4.1.0"
@@ -2254,6 +2254,14 @@ find-up@^4.0.0:
22542254
locate-path "^5.0.0"
22552255
path-exists "^4.0.0"
22562256

2257+
find-up@^5.0.0:
2258+
version "5.0.0"
2259+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
2260+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
2261+
dependencies:
2262+
locate-path "^6.0.0"
2263+
path-exists "^4.0.0"
2264+
22572265
flat-cache@^3.0.4:
22582266
version "3.0.4"
22592267
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -3339,6 +3347,13 @@ locate-path@^6.0.0:
33393347
dependencies:
33403348
p-locate "^5.0.0"
33413349

3350+
locate-path@^8.0.0:
3351+
version "8.0.0"
3352+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-8.0.0.tgz#4f0cca3d0d84b02b6f534a73331c83437bf14141"
3353+
integrity sha512-XT9ewWAC43tiAV7xDAPflMkG0qOPn2QjHqlgX8FOqmWa/rxnyYDulF9T0F7tRy1u+TVTmK/M//6VIOye+2zDXg==
3354+
dependencies:
3355+
p-locate "^6.0.0"
3356+
33423357
lodash.get@^4.4.2:
33433358
version "4.4.2"
33443359
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
@@ -3833,6 +3848,13 @@ p-limit@^3.0.2:
38333848
dependencies:
38343849
yocto-queue "^0.1.0"
38353850

3851+
p-limit@^4.0.0:
3852+
version "4.0.0"
3853+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
3854+
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
3855+
dependencies:
3856+
yocto-queue "^1.0.0"
3857+
38363858
p-locate@^4.1.0:
38373859
version "4.1.0"
38383860
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
@@ -3847,6 +3869,13 @@ p-locate@^5.0.0:
38473869
dependencies:
38483870
p-limit "^3.0.2"
38493871

3872+
p-locate@^6.0.0:
3873+
version "6.0.0"
3874+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-6.0.0.tgz#3da9a49d4934b901089dca3302fa65dc5a05c04f"
3875+
integrity sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==
3876+
dependencies:
3877+
p-limit "^4.0.0"
3878+
38503879
p-map@^7.0.3:
38513880
version "7.0.4"
38523881
resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz#b81814255f542e252d5729dca4d66e5ec14935b8"
@@ -5437,3 +5466,8 @@ yocto-queue@^0.1.0:
54375466
version "0.1.0"
54385467
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
54395468
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==
5469+
5470+
yocto-queue@^1.0.0:
5471+
version "1.2.2"
5472+
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.2.2.tgz#3e09c95d3f1aa89a58c114c99223edf639152c00"
5473+
integrity sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==

0 commit comments

Comments
 (0)