File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 37
37
"@commitlint/utils" : " ^9.1.2"
38
38
},
39
39
"dependencies" : {
40
- "find-up" : " ^4 .0.0"
40
+ "find-up" : " ^5 .0.0"
41
41
},
42
42
"gitHead" : " cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
43
43
}
Original file line number Diff line number Diff line change @@ -5317,6 +5317,14 @@ find-up@^4.0.0, find-up@^4.1.0:
5317
5317
locate-path "^5.0.0"
5318
5318
path-exists "^4.0.0"
5319
5319
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
+
5320
5328
find-versions@^3.2.0 :
5321
5329
version "3.2.0"
5322
5330
resolved "https://registry.npmjs.org/find-versions/-/find-versions-3.2.0.tgz#10297f98030a786829681690545ef659ed1d254e"
@@ -7489,6 +7497,13 @@ locate-path@^5.0.0:
7489
7497
dependencies :
7490
7498
p-locate "^4.1.0"
7491
7499
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
+
7492
7507
lodash._reinterpolate@^3.0.0 :
7493
7508
version "3.0.0"
7494
7509
resolved "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
@@ -8516,6 +8531,13 @@ p-limit@^2.2.0:
8516
8531
dependencies :
8517
8532
p-try "^2.0.0"
8518
8533
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
+
8519
8541
p-locate@^2.0.0 :
8520
8542
version "2.0.0"
8521
8543
resolved "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -8537,6 +8559,13 @@ p-locate@^4.1.0:
8537
8559
dependencies :
8538
8560
p-limit "^2.2.0"
8539
8561
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
+
8540
8569
p-map-series@^1.0.0 :
8541
8570
version "1.0.0"
8542
8571
resolved "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz#bf98fe575705658a9e1351befb85ae4c1f07bdca"
You can’t perform that action at this time.
0 commit comments