Skip to content

Commit 9c75270

Browse files
authored
chore(deps): Update find-up to version 7.0.0
1 parent 41fe336 commit 9c75270

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"vsce": "^2.15.0"
8787
},
8888
"dependencies": {
89-
"find-up": "^6.3.0",
89+
"find-up": "^7.0.0",
9090
"ignore": "^5.2.4",
9191
"require-relative": "^0.8.7",
9292
"synckit": "^0.9.0"

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2734,13 +2734,14 @@ find-up@^5.0.0:
27342734
locate-path "^6.0.0"
27352735
path-exists "^4.0.0"
27362736

2737-
find-up@^6.3.0:
2738-
version "6.3.0"
2739-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
2740-
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
2737+
find-up@^7.0.0:
2738+
version "7.0.0"
2739+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-7.0.0.tgz#e8dec1455f74f78d888ad65bf7ca13dd2b4e66fb"
2740+
integrity sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==
27412741
dependencies:
2742-
locate-path "^7.1.0"
2742+
locate-path "^7.2.0"
27432743
path-exists "^5.0.0"
2744+
unicorn-magic "^0.1.0"
27442745

27452746
flat-cache@^3.0.4:
27462747
version "3.1.1"
@@ -3925,7 +3926,7 @@ locate-path@^6.0.0:
39253926
dependencies:
39263927
p-locate "^5.0.0"
39273928

3928-
locate-path@^7.1.0:
3929+
locate-path@^7.2.0:
39293930
version "7.2.0"
39303931
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-7.2.0.tgz#69cb1779bd90b35ab1e771e1f2f89a202c2a8a8a"
39313932
integrity sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==
@@ -5433,6 +5434,11 @@ underscore@^1.12.1:
54335434
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
54345435
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
54355436

5437+
unicorn-magic@^0.1.0:
5438+
version "0.1.0"
5439+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
5440+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
5441+
54365442
universal-user-agent@^6.0.0:
54375443
version "6.0.0"
54385444
resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-6.0.0.tgz#3381f8503b251c0d9cd21bc1de939ec9df5480ee"

0 commit comments

Comments
 (0)