Skip to content

Commit d2ea8c0

Browse files
Bump find-up from 2.1.0 to 3.0.0
Bumps [find-up](https://github.com/sindresorhus/find-up) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/sindresorhus/find-up/releases) - [Commits](sindresorhus/find-up@v2.1.0...v3.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent ae9c8b8 commit d2ea8c0

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": "1.0.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
@@ -1861,12 +1861,12 @@ find-cache-dir@^2.0.0:
18611861
make-dir "^1.0.0"
18621862
pkg-dir "^3.0.0"
18631863

1864-
find-up@2.1.0, find-up@^2.0.0, find-up@^2.1.0:
1865-
version "2.1.0"
1866-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1867-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
1864+
find-up@3.0.0, find-up@^3.0.0:
1865+
version "3.0.0"
1866+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1867+
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
18681868
dependencies:
1869-
locate-path "^2.0.0"
1869+
locate-path "^3.0.0"
18701870

18711871
find-up@^1.0.0:
18721872
version "1.1.2"
@@ -1876,12 +1876,12 @@ find-up@^1.0.0:
18761876
path-exists "^2.0.0"
18771877
pinkie-promise "^2.0.0"
18781878

1879-
find-up@^3.0.0:
1880-
version "3.0.0"
1881-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73"
1882-
integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==
1879+
find-up@^2.0.0, find-up@^2.1.0:
1880+
version "2.1.0"
1881+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
1882+
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
18831883
dependencies:
1884-
locate-path "^3.0.0"
1884+
locate-path "^2.0.0"
18851885

18861886
flush-write-stream@^1.0.0:
18871887
version "1.0.3"

0 commit comments

Comments
 (0)