Skip to content

Commit 9cf02e7

Browse files
committed
Set resolution for hosted-git-info
1 parent ef414e3 commit 9cf02e7

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"resolutions": {
5555
"node-fetch": ">= 2.6.7",
5656
"cross-fetch": ">= 3.1.5",
57-
"ws": ">= 7.4.6"
57+
"ws": ">= 7.4.6",
58+
"hosted-git-info": ">= 8.0.0"
5859
},
5960
"devDependencies": {
6061
"@babel/core": "^7.25.8",

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2875,12 +2875,12 @@ header-case@^2.0.4:
28752875
capital-case "^1.0.4"
28762876
tslib "^2.0.3"
28772877

2878-
hosted-git-info@^4.0.2:
2879-
version "4.1.0"
2880-
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
2881-
integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
2878+
"hosted-git-info@>= 8.0.0", hosted-git-info@^4.0.2:
2879+
version "8.0.0"
2880+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-8.0.0.tgz#b20f1d55d492eb18d70a252d456a2158aab9f244"
2881+
integrity sha512-4nw3vOVR+vHUOT8+U4giwe2tcGv+R3pwwRidUe67DoMBTjhrfr6rZYJVVwdkBE+Um050SG+X9tf0Jo4fOpn01w==
28822882
dependencies:
2883-
lru-cache "^6.0.0"
2883+
lru-cache "^10.0.1"
28842884

28852885
htmlparser2@^8.0.1:
28862886
version "8.0.2"
@@ -3532,6 +3532,11 @@ lower-case@^2.0.2:
35323532
dependencies:
35333533
tslib "^2.0.3"
35343534

3535+
lru-cache@^10.0.1:
3536+
version "10.4.3"
3537+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
3538+
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
3539+
35353540
lru-cache@^11.0.0:
35363541
version "11.0.1"
35373542
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
@@ -3544,13 +3549,6 @@ lru-cache@^5.1.1:
35443549
dependencies:
35453550
yallist "^3.0.2"
35463551

3547-
lru-cache@^6.0.0:
3548-
version "6.0.0"
3549-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
3550-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
3551-
dependencies:
3552-
yallist "^4.0.0"
3553-
35543552
markdown-it@^14.1.0:
35553553
version "14.1.0"
35563554
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45"
@@ -5155,11 +5153,6 @@ yallist@^3.0.2:
51555153
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
51565154
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
51575155

5158-
yallist@^4.0.0:
5159-
version "4.0.0"
5160-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
5161-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
5162-
51635156
yargs-parser@^20.2.2, yargs-parser@^20.2.9:
51645157
version "20.2.9"
51655158
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"

0 commit comments

Comments
 (0)