Skip to content

Commit f7f0b8e

Browse files
chore(deps): bump find-up from 2.1.0 to 4.1.0
Bumps [find-up](https://github.com/sindresorhus/find-up) from 2.1.0 to 4.1.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](sindresorhus/find-up@v2.1.0...v4.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent bfea12c commit f7f0b8e

File tree

2 files changed

+40
-6
lines changed

2 files changed

+40
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"css-loader": "^2.1.1",
1212
"extract-css-chunks-webpack-plugin": "^4.2.0",
1313
"extracted-loader": "1.0.4",
14-
"find-up": "2.1.0",
14+
"find-up": "4.1.0",
1515
"ignore-loader": "0.1.2",
1616
"optimize-css-assets-webpack-plugin": "^5.0.1",
1717
"postcss-loader": "3.0.0"

yarn.lock

Lines changed: 39 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,12 +1842,13 @@ find-cache-dir@^2.0.0:
18421842
make-dir "^1.0.0"
18431843
pkg-dir "^3.0.0"
18441844

1845-
find-up@2.1.0, find-up@^2.0.0, find-up@^2.1.0:
1846-
version "2.1.0"
1847-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1848-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
1845+
find-up@4.1.0:
1846+
version "4.1.0"
1847+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
1848+
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
18491849
dependencies:
1850-
locate-path "^2.0.0"
1850+
locate-path "^5.0.0"
1851+
path-exists "^4.0.0"
18511852

18521853
find-up@^1.0.0:
18531854
version "1.1.2"
@@ -1857,6 +1858,13 @@ find-up@^1.0.0:
18571858
path-exists "^2.0.0"
18581859
pinkie-promise "^2.0.0"
18591860

1861+
find-up@^2.0.0, find-up@^2.1.0:
1862+
version "2.1.0"
1863+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1864+
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
1865+
dependencies:
1866+
locate-path "^2.0.0"
1867+
18601868
find-up@^3.0.0:
18611869
version "3.0.0"
18621870
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
@@ -2712,6 +2720,13 @@ locate-path@^3.0.0:
27122720
p-locate "^3.0.0"
27132721
path-exists "^3.0.0"
27142722

2723+
locate-path@^5.0.0:
2724+
version "5.0.0"
2725+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-5.0.0.tgz#1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
2726+
integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==
2727+
dependencies:
2728+
p-locate "^4.1.0"
2729+
27152730
lodash._reinterpolate@~3.0.0:
27162731
version "3.0.0"
27172732
resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -3333,6 +3348,13 @@ p-limit@^2.0.0:
33333348
dependencies:
33343349
p-try "^2.0.0"
33353350

3351+
p-limit@^2.2.0:
3352+
version "2.2.0"
3353+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.2.0.tgz#417c9941e6027a9abcba5092dd2904e255b5fbc2"
3354+
integrity sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==
3355+
dependencies:
3356+
p-try "^2.0.0"
3357+
33363358
p-locate@^2.0.0:
33373359
version "2.0.0"
33383360
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -3347,6 +3369,13 @@ p-locate@^3.0.0:
33473369
dependencies:
33483370
p-limit "^2.0.0"
33493371

3372+
p-locate@^4.1.0:
3373+
version "4.1.0"
3374+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
3375+
integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==
3376+
dependencies:
3377+
p-limit "^2.2.0"
3378+
33503379
p-try@^1.0.0:
33513380
version "1.0.0"
33523381
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
@@ -3429,6 +3458,11 @@ path-exists@^3.0.0:
34293458
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
34303459
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
34313460

3461+
path-exists@^4.0.0:
3462+
version "4.0.0"
3463+
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
3464+
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
3465+
34323466
path-is-absolute@^1.0.0:
34333467
version "1.0.1"
34343468
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"

0 commit comments

Comments
 (0)