Skip to content

Commit 0a47af5

Browse files
committed
deps: hosted-git-info@7.0.1
1 parent af93130 commit 0a47af5

File tree

5 files changed

+9
-10
lines changed

5 files changed

+9
-10
lines changed

node_modules/hosted-git-info/lib/hosts.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,7 @@ hosts.sourcehut = {
199199
`https://${domain}/${user}/${project}.git${maybeJoin('#', committish)}`,
200200
tarballtemplate: ({ domain, user, project, committish }) =>
201201
`https://${domain}/${user}/${project}/archive/${maybeEncode(committish) || 'HEAD'}.tar.gz`,
202-
bugstemplate: ({ user, project }) =>
203-
`https://todo.sr.ht/${user}/${project}`,
202+
bugstemplate: ({ user, project }) => null,
204203
extract: (url) => {
205204
let [, user, project, aux] = url.pathname.split('/', 4)
206205

node_modules/hosted-git-info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hosted-git-info",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab",
55
"main": "./lib/index.js",
66
"repository": {

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"fs-minipass": "^3.0.3",
111111
"glob": "^10.3.10",
112112
"graceful-fs": "^4.2.11",
113-
"hosted-git-info": "^7.0.0",
113+
"hosted-git-info": "^7.0.1",
114114
"ini": "^4.1.1",
115115
"init-package-json": "^6.0.0",
116116
"is-cidr": "^4.0.2",
@@ -7120,9 +7120,9 @@
71207120
}
71217121
},
71227122
"node_modules/hosted-git-info": {
7123-
"version": "7.0.0",
7124-
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.0.tgz",
7125-
"integrity": "sha512-ICclEpTLhHj+zCuSb2/usoNXSVkxUSIopre+b1w8NDY9Dntp9LO4vLdHYI336TH8sAqwrRgnSfdkBG2/YpisHA==",
7123+
"version": "7.0.1",
7124+
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
7125+
"integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
71267126
"inBundle": true,
71277127
"dependencies": {
71287128
"lru-cache": "^10.0.1"
@@ -17014,7 +17014,7 @@
1701417014
"bin-links": "^4.0.1",
1701517015
"cacache": "^18.0.0",
1701617016
"common-ancestor-path": "^1.0.1",
17017-
"hosted-git-info": "^7.0.0",
17017+
"hosted-git-info": "^7.0.1",
1701817018
"json-parse-even-better-errors": "^3.0.0",
1701917019
"json-stringify-nice": "^1.1.4",
1702017020
"minimatch": "^9.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"fs-minipass": "^3.0.3",
7373
"glob": "^10.3.10",
7474
"graceful-fs": "^4.2.11",
75-
"hosted-git-info": "^7.0.0",
75+
"hosted-git-info": "^7.0.1",
7676
"ini": "^4.1.1",
7777
"init-package-json": "^6.0.0",
7878
"is-cidr": "^4.0.2",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bin-links": "^4.0.1",
1717
"cacache": "^18.0.0",
1818
"common-ancestor-path": "^1.0.1",
19-
"hosted-git-info": "^7.0.0",
19+
"hosted-git-info": "^7.0.1",
2020
"json-parse-even-better-errors": "^3.0.0",
2121
"json-stringify-nice": "^1.1.4",
2222
"minimatch": "^9.0.0",

0 commit comments

Comments
 (0)