File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 41
41
"version" : " 4.1.1" ,
42
42
"dependencies" : {
43
43
"@hutson/parse-repository-url" : " ^3.0.0" ,
44
- "hosted-git-info" : " ^2.1.4 " ,
44
+ "hosted-git-info" : " ^4.0.0 " ,
45
45
"meow" : " ^7.0.0" ,
46
46
"through2" : " ^2.0.0"
47
47
},
Original file line number Diff line number Diff line change @@ -1783,6 +1783,13 @@ hosted-git-info@^2.1.4:
1783
1783
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
1784
1784
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
1785
1785
1786
+ hosted-git-info@^4.0.0 :
1787
+ version "4.0.2"
1788
+ resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
1789
+ integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
1790
+ dependencies :
1791
+ lru-cache "^6.0.0"
1792
+
1786
1793
1787
1794
version "3.8.1"
1788
1795
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
@@ -2444,6 +2451,13 @@ lru-cache@^4.0.1:
2444
2451
pseudomap "^1.0.2"
2445
2452
yallist "^2.1.2"
2446
2453
2454
+ lru-cache@^6.0.0 :
2455
+ version "6.0.0"
2456
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2457
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2458
+ dependencies :
2459
+ yallist "^4.0.0"
2460
+
2447
2461
make-dir@^1.0.0, make-dir@^1.3.0 :
2448
2462
version "1.3.0"
2449
2463
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -4420,6 +4434,11 @@ yallist@^2.1.2:
4420
4434
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
4421
4435
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
4422
4436
4437
+ yallist@^4.0.0 :
4438
+ version "4.0.0"
4439
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
4440
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
4441
+
4423
4442
[email protected] , yargs-parser@^11.1.1:
4424
4443
version "11.1.1"
4425
4444
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"
You can’t perform that action at this time.
0 commit comments