Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 633c4ed

Browse files
committed
1 parent 66f64eb commit 633c4ed

File tree

53 files changed

+138
-8118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+138
-8118
lines changed

node_modules/.gitignore

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
/@npmcli/package-json/node_modules/@npmcli/*
4141
!/@npmcli/package-json/node_modules/@npmcli/git
4242
!/@npmcli/package-json/node_modules/glob
43-
!/@npmcli/package-json/node_modules/hosted-git-info
4443
!/@npmcli/package-json/node_modules/jackspeak
4544
!/@npmcli/package-json/node_modules/lru-cache
4645
!/@npmcli/package-json/node_modules/minimatch
@@ -111,6 +110,9 @@
111110
!/glob
112111
!/graceful-fs
113112
!/hosted-git-info
113+
!/hosted-git-info/node_modules/
114+
/hosted-git-info/node_modules/*
115+
!/hosted-git-info/node_modules/lru-cache
114116
!/http-cache-semantics
115117
!/http-proxy-agent
116118
!/https-proxy-agent
@@ -120,8 +122,6 @@
120122
!/init-package-json
121123
!/init-package-json/node_modules/
122124
/init-package-json/node_modules/*
123-
!/init-package-json/node_modules/hosted-git-info
124-
!/init-package-json/node_modules/lru-cache
125125
!/init-package-json/node_modules/npm-package-arg
126126
!/ip-address
127127
!/ip-regex
@@ -183,11 +183,17 @@
183183
!/node-gyp/node_modules/yallist
184184
!/nopt
185185
!/normalize-package-data
186+
!/normalize-package-data/node_modules/
187+
/normalize-package-data/node_modules/*
188+
!/normalize-package-data/node_modules/hosted-git-info
186189
!/npm-audit-report
187190
!/npm-bundled
188191
!/npm-install-checks
189192
!/npm-normalize-package-bin
190193
!/npm-package-arg
194+
!/npm-package-arg/node_modules/
195+
/npm-package-arg/node_modules/*
196+
!/npm-package-arg/node_modules/hosted-git-info
191197
!/npm-packlist
192198
!/npm-packlist/node_modules/
193199
/npm-packlist/node_modules/*
@@ -198,8 +204,6 @@
198204
!/npm-registry-fetch
199205
!/npm-registry-fetch/node_modules/
200206
/npm-registry-fetch/node_modules/*
201-
!/npm-registry-fetch/node_modules/hosted-git-info
202-
!/npm-registry-fetch/node_modules/lru-cache
203207
!/npm-registry-fetch/node_modules/minizlib
204208
!/npm-registry-fetch/node_modules/npm-package-arg
205209
!/npm-user-validate
@@ -212,8 +216,6 @@
212216
/pacote/node_modules/@npmcli/*
213217
!/pacote/node_modules/@npmcli/git
214218
!/pacote/node_modules/chownr
215-
!/pacote/node_modules/hosted-git-info
216-
!/pacote/node_modules/lru-cache
217219
!/pacote/node_modules/minizlib
218220
!/pacote/node_modules/mkdirp
219221
!/pacote/node_modules/npm-package-arg
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

node_modules/hosted-git-info/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "8.1.0",
3+
"version": "9.0.0",
44
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
55
"main": "./lib/index.js",
66
"repository": {
@@ -31,19 +31,19 @@
3131
"eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\""
3232
},
3333
"dependencies": {
34-
"lru-cache": "^10.0.1"
34+
"lru-cache": "^11.1.0"
3535
},
3636
"devDependencies": {
3737
"@npmcli/eslint-config": "^5.0.0",
38-
"@npmcli/template-oss": "4.24.3",
38+
"@npmcli/template-oss": "4.25.0",
3939
"tap": "^16.0.1"
4040
},
4141
"files": [
4242
"bin/",
4343
"lib/"
4444
],
4545
"engines": {
46-
"node": "^18.17.0 || >=20.5.0"
46+
"node": "^20.17.0 || >=22.9.0"
4747
},
4848
"tap": {
4949
"color": 1,
@@ -55,7 +55,7 @@
5555
},
5656
"templateOSS": {
5757
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
58-
"version": "4.24.3",
58+
"version": "4.25.0",
5959
"publish": "true"
6060
}
6161
}

0 commit comments

Comments
 (0)