Skip to content

Commit 2396bc3

Browse files
fix(deps): update dependency hosted-git-info to v4 (#54)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: Renovate Bot <[email protected]>
1 parent 28adf92 commit 2396bc3

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"version": "4.1.1",
4242
"dependencies": {
4343
"@hutson/parse-repository-url": "^3.0.0",
44-
"hosted-git-info": "^2.1.4",
44+
"hosted-git-info": "^4.0.0",
4545
"meow": "^7.0.0",
4646
"through2": "^2.0.0"
4747
},

yarn.lock

+19
Original file line numberDiff line numberDiff line change
@@ -1783,6 +1783,13 @@ hosted-git-info@^2.1.4:
17831783
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
17841784
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
17851785

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+
17861793
17871794
version "3.8.1"
17881795
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:
24442451
pseudomap "^1.0.2"
24452452
yallist "^2.1.2"
24462453

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+
24472461
make-dir@^1.0.0, make-dir@^1.3.0:
24482462
version "1.3.0"
24492463
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
@@ -4420,6 +4434,11 @@ yallist@^2.1.2:
44204434
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
44214435
integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
44224436

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+
44234442
[email protected], yargs-parser@^11.1.1:
44244443
version "11.1.1"
44254444
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4"

0 commit comments

Comments
 (0)