Skip to content

Commit 838e3b5

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/find-up-3.0.0'
2 parents 7c3b9e3 + d2ea8c0 commit 838e3b5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.0",
1212
"extract-css-chunks-webpack-plugin": "^3.2.0",
1313
"extracted-loader": "1.0.4",
14-
"find-up": "2.1.0",
14+
"find-up": "3.0.0",
1515
"optimize-css-assets-webpack-plugin": "^5.0.1",
1616
"postcss-loader": "3.0.0"
1717
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,12 +1850,12 @@ find-cache-dir@^2.0.0:
18501850
make-dir "^1.0.0"
18511851
pkg-dir "^3.0.0"
18521852

1853-
find-up@2.1.0, find-up@^2.0.0, find-up@^2.1.0:
1854-
version "2.1.0"
1855-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1856-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
1853+
find-up@3.0.0, find-up@^3.0.0:
1854+
version "3.0.0"
1855+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1856+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
18571857
dependencies:
1858-
locate-path "^2.0.0"
1858+
locate-path "^3.0.0"
18591859

18601860
find-up@^1.0.0:
18611861
version "1.1.2"
@@ -1865,12 +1865,12 @@ find-up@^1.0.0:
18651865
path-exists "^2.0.0"
18661866
pinkie-promise "^2.0.0"
18671867

1868-
find-up@^3.0.0:
1869-
version "3.0.0"
1870-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1871-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
1868+
find-up@^2.0.0, find-up@^2.1.0:
1869+
version "2.1.0"
1870+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1871+
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
18721872
dependencies:
1873-
locate-path "^3.0.0"
1873+
locate-path "^2.0.0"
18741874

18751875
flush-write-stream@^1.0.0:
18761876
version "1.0.3"

0 commit comments

Comments
 (0)