Skip to content

Commit c55aaa4

Browse files
Bump hosted-git-info from 2.7.1 to 3.0.5
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 3.0.5. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/latest/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.7.1...v3.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cc649af commit c55aaa4

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/imports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@resolver-engine/core": "^0.3.3",
1818
"debug": "^3.1.0",
19-
"hosted-git-info": "^2.6.0",
19+
"hosted-git-info": "^3.0.5",
2020
"path-browserify": "^1.0.0",
2121
"url": "^0.11.0"
2222
}

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,6 +3139,13 @@ hosted-git-info@^2.1.4, hosted-git-info@^2.6.0:
31393139
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
31403140
integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==
31413141

3142+
hosted-git-info@^3.0.5:
3143+
version "3.0.5"
3144+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.5.tgz#bea87905ef7317442e8df3087faa3c842397df03"
3145+
integrity sha512-i4dpK6xj9BIpVOTboXIlKG9+8HMKggcrMX7WA24xZtKwX0TPelq/rbaS5rCKeNX8sJXZJGdSxpnEGtta+wismQ==
3146+
dependencies:
3147+
lru-cache "^6.0.0"
3148+
31423149
html-encoding-sniffer@^1.0.2:
31433150
version "1.0.2"
31443151
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -4345,6 +4352,13 @@ lru-cache@^5.1.1:
43454352
dependencies:
43464353
yallist "^3.0.2"
43474354

4355+
lru-cache@^6.0.0:
4356+
version "6.0.0"
4357+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4358+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4359+
dependencies:
4360+
yallist "^4.0.0"
4361+
43484362
macos-release@^2.0.0:
43494363
version "2.0.0"
43504364
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.0.0.tgz#7dddf4caf79001a851eb4fba7fb6034f251276ab"
@@ -6906,6 +6920,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
69066920
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
69076921
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
69086922

6923+
yallist@^4.0.0:
6924+
version "4.0.0"
6925+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
6926+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6927+
69096928
yargs-parser@10.x:
69106929
version "10.1.0"
69116930
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)