Skip to content

Commit 307e93f

Browse files
Bump hosted-git-info from 2.7.1 to 4.0.2
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 4.0.2. - [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...v4.0.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d9c7286 commit 307e93f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

packages/imports/package.json

+1-1
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.8",
2020
"path-browserify": "^1.0.0",
2121
"url": "^0.11.0"
2222
}

yarn.lock

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

3108+
hosted-git-info@^3.0.8:
3109+
version "3.0.8"
3110+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-3.0.8.tgz#6e35d4cc87af2c5f816e4cb9ce350ba87a3f370d"
3111+
integrity sha512-aXpmwoOhRBrw6X3j0h5RloK4x1OzsxMPyxqIHyNfSe2pypkVTZFpEiRoSipPEPlMrh0HW/XsjkJ5WgnCirpNUw==
3112+
dependencies:
3113+
lru-cache "^6.0.0"
3114+
31083115
html-encoding-sniffer@^1.0.2:
31093116
version "1.0.2"
31103117
resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8"
@@ -4311,6 +4318,13 @@ lru-cache@^5.1.1:
43114318
dependencies:
43124319
yallist "^3.0.2"
43134320

4321+
lru-cache@^6.0.0:
4322+
version "6.0.0"
4323+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
4324+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
4325+
dependencies:
4326+
yallist "^4.0.0"
4327+
43144328
macos-release@^2.0.0:
43154329
version "2.0.0"
43164330
resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.0.0.tgz#7dddf4caf79001a851eb4fba7fb6034f251276ab"
@@ -6860,6 +6874,11 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
68606874
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
68616875
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
68626876

6877+
yallist@^4.0.0:
6878+
version "4.0.0"
6879+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
6880+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
6881+
68636882
68646883
version "10.1.0"
68656884
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)