Skip to content

Commit 63ef498

Browse files
committed
deps: npm-registry-fetch@17.0.1
1 parent 261ea19 commit 63ef498

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

package-lock.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"npm-package-arg": "^11.0.2",
136136
"npm-pick-manifest": "^9.0.0",
137137
"npm-profile": "^10.0.0",
138-
"npm-registry-fetch": "^17.0.0",
138+
"npm-registry-fetch": "^17.0.1",
139139
"npm-user-validate": "^2.0.0",
140140
"p-map": "^4.0.0",
141141
"pacote": "^18.0.3",
@@ -14983,7 +14983,7 @@
1498314983
"npm-install-checks": "^6.2.0",
1498414984
"npm-package-arg": "^11.0.2",
1498514985
"npm-pick-manifest": "^9.0.0",
14986-
"npm-registry-fetch": "^17.0.0",
14986+
"npm-registry-fetch": "^17.0.1",
1498714987
"pacote": "^18.0.1",
1498814988
"parse-conflict-json": "^3.0.0",
1498914989
"proc-log": "^4.2.0",
@@ -15042,7 +15042,7 @@
1504215042
"license": "ISC",
1504315043
"dependencies": {
1504415044
"npm-package-arg": "^11.0.2",
15045-
"npm-registry-fetch": "^17.0.0"
15045+
"npm-registry-fetch": "^17.0.1"
1504615046
},
1504715047
"devDependencies": {
1504815048
"@npmcli/eslint-config": "^4.0.0",
@@ -15126,7 +15126,7 @@
1512615126
"license": "ISC",
1512715127
"dependencies": {
1512815128
"aproba": "^2.0.0",
15129-
"npm-registry-fetch": "^17.0.0"
15129+
"npm-registry-fetch": "^17.0.1"
1513015130
},
1513115131
"devDependencies": {
1513215132
"@npmcli/eslint-config": "^4.0.0",
@@ -15143,7 +15143,7 @@
1514315143
"license": "ISC",
1514415144
"dependencies": {
1514515145
"aproba": "^2.0.0",
15146-
"npm-registry-fetch": "^17.0.0"
15146+
"npm-registry-fetch": "^17.0.1"
1514715147
},
1514815148
"devDependencies": {
1514915149
"@npmcli/eslint-config": "^4.0.0",
@@ -15183,7 +15183,7 @@
1518315183
"ci-info": "^4.0.0",
1518415184
"normalize-package-data": "^6.0.0",
1518515185
"npm-package-arg": "^11.0.2",
15186-
"npm-registry-fetch": "^17.0.0",
15186+
"npm-registry-fetch": "^17.0.1",
1518715187
"proc-log": "^4.2.0",
1518815188
"semver": "^7.3.7",
1518915189
"sigstore": "^2.2.0",
@@ -15205,7 +15205,7 @@
1520515205
"version": "7.0.4",
1520615206
"license": "ISC",
1520715207
"dependencies": {
15208-
"npm-registry-fetch": "^17.0.0"
15208+
"npm-registry-fetch": "^17.0.1"
1520915209
},
1521015210
"devDependencies": {
1521115211
"@npmcli/eslint-config": "^4.0.0",
@@ -15222,7 +15222,7 @@
1522215222
"license": "ISC",
1522315223
"dependencies": {
1522415224
"aproba": "^2.0.0",
15225-
"npm-registry-fetch": "^17.0.0"
15225+
"npm-registry-fetch": "^17.0.1"
1522615226
},
1522715227
"devDependencies": {
1522815228
"@npmcli/eslint-config": "^4.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"npm-package-arg": "^11.0.2",
101101
"npm-pick-manifest": "^9.0.0",
102102
"npm-profile": "^10.0.0",
103-
"npm-registry-fetch": "^17.0.0",
103+
"npm-registry-fetch": "^17.0.1",
104104
"npm-user-validate": "^2.0.0",
105105
"p-map": "^4.0.0",
106106
"pacote": "^18.0.3",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"npm-install-checks": "^6.2.0",
2626
"npm-package-arg": "^11.0.2",
2727
"npm-pick-manifest": "^9.0.0",
28-
"npm-registry-fetch": "^17.0.0",
28+
"npm-registry-fetch": "^17.0.1",
2929
"pacote": "^18.0.1",
3030
"parse-conflict-json": "^3.0.0",
3131
"proc-log": "^4.2.0",

workspaces/libnpmaccess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://npmjs.com/package/libnpmaccess",
3131
"dependencies": {
3232
"npm-package-arg": "^11.0.2",
33-
"npm-registry-fetch": "^17.0.0"
33+
"npm-registry-fetch": "^17.0.1"
3434
},
3535
"engines": {
3636
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"license": "ISC",
3232
"dependencies": {
3333
"aproba": "^2.0.0",
34-
"npm-registry-fetch": "^17.0.0"
34+
"npm-registry-fetch": "^17.0.1"
3535
},
3636
"devDependencies": {
3737
"@npmcli/eslint-config": "^4.0.0",

workspaces/libnpmorg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"homepage": "https://npmjs.com/package/libnpmorg",
4343
"dependencies": {
4444
"aproba": "^2.0.0",
45-
"npm-registry-fetch": "^17.0.0"
45+
"npm-registry-fetch": "^17.0.1"
4646
},
4747
"engines": {
4848
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmpublish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ci-info": "^4.0.0",
4242
"normalize-package-data": "^6.0.0",
4343
"npm-package-arg": "^11.0.2",
44-
"npm-registry-fetch": "^17.0.0",
44+
"npm-registry-fetch": "^17.0.1",
4545
"proc-log": "^4.2.0",
4646
"semver": "^7.3.7",
4747
"sigstore": "^2.2.0",

workspaces/libnpmsearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"bugs": "https://github.com/npm/libnpmsearch/issues",
3939
"homepage": "https://npmjs.com/package/libnpmsearch",
4040
"dependencies": {
41-
"npm-registry-fetch": "^17.0.0"
41+
"npm-registry-fetch": "^17.0.1"
4242
},
4343
"engines": {
4444
"node": "^16.14.0 || >=18.0.0"

workspaces/libnpmteam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"homepage": "https://npmjs.com/package/libnpmteam",
3333
"dependencies": {
3434
"aproba": "^2.0.0",
35-
"npm-registry-fetch": "^17.0.0"
35+
"npm-registry-fetch": "^17.0.1"
3636
},
3737
"engines": {
3838
"node": "^16.14.0 || >=18.0.0"

0 commit comments

Comments
 (0)