Skip to content

Commit a7145d4

Browse files
committedApr 30, 2024
deps: npm-registry-fetch@17.0.0
1 parent a785766 commit a7145d4

File tree

40 files changed

+30
-2011
lines changed

40 files changed

+30
-2011
lines changed
 

‎node_modules/.gitignore

+5-12
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,15 @@
157157
!/npm-packlist
158158
!/npm-pick-manifest
159159
!/npm-profile
160-
!/npm-profile/node_modules/
161-
/npm-profile/node_modules/*
162-
!/npm-profile/node_modules/@npmcli/
163-
/npm-profile/node_modules/@npmcli/*
164-
!/npm-profile/node_modules/@npmcli/redact
165-
!/npm-profile/node_modules/npm-registry-fetch
166160
!/npm-registry-fetch
161+
!/npm-registry-fetch/node_modules/
162+
/npm-registry-fetch/node_modules/*
163+
!/npm-registry-fetch/node_modules/@npmcli/
164+
/npm-registry-fetch/node_modules/@npmcli/*
165+
!/npm-registry-fetch/node_modules/@npmcli/redact
167166
!/npm-user-validate
168167
!/p-map
169168
!/pacote
170-
!/pacote/node_modules/
171-
/pacote/node_modules/*
172-
!/pacote/node_modules/@npmcli/
173-
/pacote/node_modules/@npmcli/*
174-
!/pacote/node_modules/@npmcli/redact
175-
!/pacote/node_modules/npm-registry-fetch
176169
!/parse-conflict-json
177170
!/path-key
178171
!/path-scurry

‎node_modules/npm-profile/node_modules/npm-registry-fetch/LICENSE.md

-20
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/lib/auth.js

-181
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/lib/check-response.js

-100
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/lib/default-opts.js

-19
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/lib/errors.js

-80
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/lib/index.js

-247
This file was deleted.

‎node_modules/npm-profile/node_modules/npm-registry-fetch/package.json

-68
This file was deleted.

‎node_modules/npm-registry-fetch/lib/index.js

-5
Original file line numberDiff line numberDiff line change

‎node_modules/npm-registry-fetch/package.json

+4-4
Original file line numberDiff line numberDiff line change

‎node_modules/pacote/node_modules/@npmcli/redact/LICENSE

-21
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/lib/deep-map.js

-59
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/lib/index.js

-44
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/lib/matchers.js

-81
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/lib/server.js

-34
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/lib/utils.js

-202
This file was deleted.

‎node_modules/pacote/node_modules/@npmcli/redact/package.json

-51
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/LICENSE.md

-20
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/lib/auth.js

-181
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/lib/check-response.js

-100
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/lib/default-opts.js

-19
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/lib/errors.js

-80
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/lib/index.js

-247
This file was deleted.

‎node_modules/pacote/node_modules/npm-registry-fetch/package.json

-68
This file was deleted.

‎package-lock.json

+13-60
Original file line numberDiff line numberDiff line change

‎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": "^9.0.2",
103-
"npm-registry-fetch": "^16.2.1",
103+
"npm-registry-fetch": "^17.0.0",
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": "^16.2.1",
28+
"npm-registry-fetch": "^17.0.0",
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": "^16.2.1"
33+
"npm-registry-fetch": "^17.0.0"
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": "^16.2.1"
34+
"npm-registry-fetch": "^17.0.0"
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": "^16.2.1"
45+
"npm-registry-fetch": "^17.0.0"
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": "^16.2.1",
44+
"npm-registry-fetch": "^17.0.0",
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": "^16.2.1"
41+
"npm-registry-fetch": "^17.0.0"
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": "^16.2.1"
35+
"npm-registry-fetch": "^17.0.0"
3636
},
3737
"engines": {
3838
"node": "^16.14.0 || >=18.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.