Skip to content

Commit 25d42f4

Browse files
fix: update dependency find-up to v5 (#2060)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 74d54d0 commit 25d42f4

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

@commitlint/top-level/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@commitlint/utils": "^9.1.2"
3838
},
3939
"dependencies": {
40-
"find-up": "^4.0.0"
40+
"find-up": "^5.0.0"
4141
},
4242
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
4343
}

yarn.lock

+29
Original file line numberDiff line numberDiff line change
@@ -5317,6 +5317,14 @@ find-up@^4.0.0, find-up@^4.1.0:
53175317
locate-path "^5.0.0"
53185318
path-exists "^4.0.0"
53195319

5320+
find-up@^5.0.0:
5321+
version "5.0.0"
5322+
resolved "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
5323+
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
5324+
dependencies:
5325+
locate-path "^6.0.0"
5326+
path-exists "^4.0.0"
5327+
53205328
find-versions@^3.2.0:
53215329
version "3.2.0"
53225330
resolved "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
@@ -7489,6 +7497,13 @@ locate-path@^5.0.0:
74897497
dependencies:
74907498
p-locate "^4.1.0"
74917499

7500+
locate-path@^6.0.0:
7501+
version "6.0.0"
7502+
resolved "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
7503+
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
7504+
dependencies:
7505+
p-locate "^5.0.0"
7506+
74927507
lodash._reinterpolate@^3.0.0:
74937508
version "3.0.0"
74947509
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -8516,6 +8531,13 @@ p-limit@^2.2.0:
85168531
dependencies:
85178532
p-try "^2.0.0"
85188533

8534+
p-limit@^3.0.2:
8535+
version "3.0.2"
8536+
resolved "https://registry.npmjs.org/p-limit/-/p-limit-3.0.2.tgz#1664e010af3cadc681baafd3e2a437be7b0fb5fe"
8537+
integrity sha512-iwqZSOoWIW+Ew4kAGUlN16J4M7OB3ysMLSZtnhmqx7njIHFPlxWBX8xo3lVTyFVq6mI/lL9qt2IsN1sHwaxJkg==
8538+
dependencies:
8539+
p-try "^2.0.0"
8540+
85198541
p-locate@^2.0.0:
85208542
version "2.0.0"
85218543
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -8537,6 +8559,13 @@ p-locate@^4.1.0:
85378559
dependencies:
85388560
p-limit "^2.2.0"
85398561

8562+
p-locate@^5.0.0:
8563+
version "5.0.0"
8564+
resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
8565+
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
8566+
dependencies:
8567+
p-limit "^3.0.2"
8568+
85408569
p-map-series@^1.0.0:
85418570
version "1.0.0"
85428571
resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"

0 commit comments

Comments
 (0)