Skip to content

Commit c43aab7

Browse files
chore(deps): update dependency find-up to v5 (#642)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 105f057 commit c43aab7

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

packages/jest-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"dependencies": {
1313
"babel-jest": "^26.1.0",
14-
"find-up": "^4.1.0",
14+
"find-up": "^5.0.0",
1515
"find-yarn-workspace-root": "^1.2.1"
1616
},
1717
"peerDependencies": {

yarn.lock

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4897,6 +4897,14 @@ find-up@^4.0.0, find-up@^4.1.0:
48974897
locate-path "^5.0.0"
48984898
path-exists "^4.0.0"
48994899

4900+
find-up@^5.0.0:
4901+
version "5.0.0"
4902+
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
4903+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
4904+
dependencies:
4905+
locate-path "^6.0.0"
4906+
path-exists "^4.0.0"
4907+
49004908
find-versions@^3.0.0, find-versions@^3.2.0:
49014909
version "3.2.0"
49024910
resolved "https://registry.yarnpkg.com/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
@@ -7049,6 +7057,13 @@ locate-path@^5.0.0:
70497057
dependencies:
70507058
p-locate "^4.1.0"
70517059

7060+
locate-path@^6.0.0:
7061+
version "6.0.0"
7062+
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
7063+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
7064+
dependencies:
7065+
p-locate "^5.0.0"
7066+
70527067
lock-verify@^2.0.2, lock-verify@^2.1.0:
70537068
version "2.2.0"
70547069
resolved "https://registry.yarnpkg.com/lock-verify/-/lock-verify-2.2.0.tgz#12432feb68bb647071c78c44bde16029a0f7d935"
@@ -8294,6 +8309,13 @@ p-limit@^2.0.0, p-limit@^2.2.0:
82948309
dependencies:
82958310
p-try "^2.0.0"
82968311

8312+
p-limit@^3.0.2:
8313+
version "3.0.2"
8314+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
8315+
integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
8316+
dependencies:
8317+
p-try "^2.0.0"
8318+
82978319
p-locate@^2.0.0:
82988320
version "2.0.0"
82998321
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -8315,6 +8337,13 @@ p-locate@^4.1.0:
83158337
dependencies:
83168338
p-limit "^2.2.0"
83178339

8340+
p-locate@^5.0.0:
8341+
version "5.0.0"
8342+
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
8343+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
8344+
dependencies:
8345+
p-limit "^3.0.2"
8346+
83188347
p-map-series@^1.0.0:
83198348
version "1.0.0"
83208349
resolved "https://registry.yarnpkg.com/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"

0 commit comments

Comments
 (0)