Skip to content

Commit

Permalink
deps: npm-registry-fetch@16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Aug 30, 2023
1 parent 81ff4df commit 2ee0fb3
Show file tree
Hide file tree
Showing 71 changed files with 87 additions and 89 deletions.
24 changes: 11 additions & 13 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -203,25 +203,23 @@
!/npm-packlist
!/npm-pick-manifest
!/npm-profile
!/npm-profile/node_modules/
/npm-profile/node_modules/*
!/npm-profile/node_modules/@npmcli/
/npm-profile/node_modules/@npmcli/*
!/npm-profile/node_modules/@npmcli/agent
!/npm-profile/node_modules/cacache
!/npm-profile/node_modules/hosted-git-info
!/npm-profile/node_modules/lru-cache
!/npm-profile/node_modules/make-fetch-happen
!/npm-profile/node_modules/npm-package-arg
!/npm-profile/node_modules/npm-registry-fetch
!/npm-registry-fetch
!/npm-registry-fetch/node_modules/
/npm-registry-fetch/node_modules/*
!/npm-registry-fetch/node_modules/@npmcli/
/npm-registry-fetch/node_modules/@npmcli/*
!/npm-registry-fetch/node_modules/@npmcli/agent
!/npm-registry-fetch/node_modules/cacache
!/npm-registry-fetch/node_modules/hosted-git-info
!/npm-registry-fetch/node_modules/lru-cache
!/npm-registry-fetch/node_modules/make-fetch-happen
!/npm-registry-fetch/node_modules/npm-package-arg
!/npm-user-validate
!/npmlog
!/once
!/p-map
!/pacote
!/pacote/node_modules/
/pacote/node_modules/*
!/pacote/node_modules/npm-registry-fetch
!/parse-conflict-json
!/path-is-absolute
!/path-key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-registry-fetch",
"version": "16.0.0",
"version": "15.0.0",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "lib",
"files": [
Expand Down Expand Up @@ -31,18 +31,18 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^13.0.0",
"make-fetch-happen": "^12.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^11.0.0",
"npm-package-arg": "^10.0.0",
"proc-log": "^3.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"cacache": "^18.0.0",
"cacache": "^17.0.0",
"nock": "^13.2.4",
"require-inject": "^1.4.4",
"ssri": "^10.0.0",
Expand All @@ -57,17 +57,17 @@
]
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.14.0",
"16.13.0",
"16.x",
"18.0.0",
"18.x"
]
],
"version": "4.18.0",
"publish": "true"
}
}
18 changes: 9 additions & 9 deletions node_modules/npm-registry-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-registry-fetch",
"version": "15.0.0",
"version": "16.0.0",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "lib",
"files": [
Expand Down Expand Up @@ -31,18 +31,18 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^12.0.0",
"make-fetch-happen": "^13.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^10.0.0",
"npm-package-arg": "^11.0.0",
"proc-log": "^3.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.18.0",
"cacache": "^17.0.0",
"cacache": "^18.0.0",
"nock": "^13.2.4",
"require-inject": "^1.4.4",
"ssri": "^10.0.0",
Expand All @@ -57,17 +57,17 @@
]
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.18.0",
"publish": "true",
"ciVersions": [
"16.13.0",
"16.14.0",
"16.x",
"18.0.0",
"18.x"
],
"version": "4.18.0",
"publish": "true"
]
}
}
100 changes: 50 additions & 50 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"npm-package-arg": "^11.0.0",
"npm-pick-manifest": "^9.0.0",
"npm-profile": "^8.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-registry-fetch": "^16.0.0",
"npm-user-validate": "^2.0.0",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
Expand Down Expand Up @@ -9828,25 +9828,7 @@
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-15.0.0.tgz",
"integrity": "sha512-CMFzk0HMDQ3fmFZ4v62C05g6eBwoU3PxpzFf4QiE360vfmtKZJkj+iCpgLx+I4oJT6Kx8g67Coyk729Q27M2JQ==",
"inBundle": true,
"dependencies": {
"make-fetch-happen": "^12.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^10.0.0",
"proc-log": "^3.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch/node_modules/@npmcli/agent": {
"node_modules/npm-profile/node_modules/@npmcli/agent": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-1.1.0.tgz",
"integrity": "sha512-I9g/2XFOkflxm5IDrGSjCcR2d12Jmic0di9w/WpJBbzYuSXmfgoL+WwEV7zY/ajxzQr7o4vSkEJh6piyFLYtuQ==",
Expand All @@ -9859,7 +9841,7 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch/node_modules/cacache": {
"node_modules/npm-profile/node_modules/cacache": {
"version": "17.1.4",
"resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz",
"integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==",
Expand All @@ -9882,7 +9864,7 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch/node_modules/hosted-git-info": {
"node_modules/npm-profile/node_modules/hosted-git-info": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz",
"integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==",
Expand All @@ -9894,7 +9876,7 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch/node_modules/lru-cache": {
"node_modules/npm-profile/node_modules/lru-cache": {
"version": "7.18.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
Expand All @@ -9903,7 +9885,7 @@
"node": ">=12"
}
},
"node_modules/npm-registry-fetch/node_modules/make-fetch-happen": {
"node_modules/npm-profile/node_modules/make-fetch-happen": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-12.0.0.tgz",
"integrity": "sha512-xpuA2kA8Z66uGQjaSXd7rffqJOv60iYpP8X0TsZl3uwXlqxUVmHETImjM71JOPA694TlcX37GhlaCsl6z6fNVg==",
Expand All @@ -9925,7 +9907,7 @@
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch/node_modules/npm-package-arg": {
"node_modules/npm-profile/node_modules/npm-package-arg": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz",
"integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==",
Expand All @@ -9940,6 +9922,42 @@
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-profile/node_modules/npm-registry-fetch": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-15.0.0.tgz",
"integrity": "sha512-CMFzk0HMDQ3fmFZ4v62C05g6eBwoU3PxpzFf4QiE360vfmtKZJkj+iCpgLx+I4oJT6Kx8g67Coyk729Q27M2JQ==",
"inBundle": true,
"dependencies": {
"make-fetch-happen": "^12.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^10.0.0",
"proc-log": "^3.0.0"
},
"engines": {
"node": "^16.13.0 || >=18.0.0"
}
},
"node_modules/npm-registry-fetch": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.0.0.tgz",
"integrity": "sha512-JFCpAPUpvpwfSydv99u85yhP68rNIxSFmDpNbNnRWKSe3gpjHnWL8v320gATwRzjtgmZ9Jfe37+ZPOLZPwz6BQ==",
"inBundle": true,
"dependencies": {
"make-fetch-happen": "^13.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^11.0.0",
"proc-log": "^3.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/npm-run-path": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
Expand Down Expand Up @@ -10505,24 +10523,6 @@
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/pacote/node_modules/npm-registry-fetch": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-16.0.0.tgz",
"integrity": "sha512-JFCpAPUpvpwfSydv99u85yhP68rNIxSFmDpNbNnRWKSe3gpjHnWL8v320gATwRzjtgmZ9Jfe37+ZPOLZPwz6BQ==",
"inBundle": true,
"dependencies": {
"make-fetch-happen": "^13.0.0",
"minipass": "^7.0.2",
"minipass-fetch": "^3.0.0",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.1.2",
"npm-package-arg": "^11.0.0",
"proc-log": "^3.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
}
},
"node_modules/parent-module": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
Expand Down Expand Up @@ -16117,7 +16117,7 @@
"npm-install-checks": "^6.2.0",
"npm-package-arg": "^11.0.0",
"npm-pick-manifest": "^9.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-registry-fetch": "^16.0.0",
"npmlog": "^7.0.1",
"pacote": "^17.0.1",
"parse-conflict-json": "^3.0.0",
Expand Down Expand Up @@ -16176,7 +16176,7 @@
"license": "ISC",
"dependencies": {
"npm-package-arg": "^11.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -16262,7 +16262,7 @@
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -16279,7 +16279,7 @@
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down Expand Up @@ -16319,7 +16319,7 @@
"ci-info": "^3.6.1",
"normalize-package-data": "^6.0.0",
"npm-package-arg": "^11.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-registry-fetch": "^16.0.0",
"proc-log": "^3.0.0",
"semver": "^7.3.7",
"sigstore": "^1.4.0",
Expand All @@ -16341,7 +16341,7 @@
"version": "6.0.2",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand All @@ -16358,7 +16358,7 @@
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"npm-package-arg": "^11.0.0",
"npm-pick-manifest": "^9.0.0",
"npm-profile": "^8.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-registry-fetch": "^16.0.0",
"npm-user-validate": "^2.0.0",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/arborist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"npm-install-checks": "^6.2.0",
"npm-package-arg": "^11.0.0",
"npm-pick-manifest": "^9.0.0",
"npm-registry-fetch": "^15.0.0",
"npm-registry-fetch": "^16.0.0",
"npmlog": "^7.0.1",
"pacote": "^17.0.1",
"parse-conflict-json": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmaccess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://npmjs.com/package/libnpmaccess",
"dependencies": {
"npm-package-arg": "^11.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion workspaces/libnpmorg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://npmjs.com/package/libnpmorg",
"dependencies": {
"aproba": "^2.0.0",
"npm-registry-fetch": "^15.0.0"
"npm-registry-fetch": "^16.0.0"
},
"engines": {
"node": "^16.14.0 || >=18.0.0"
Expand Down
Loading

0 comments on commit 2ee0fb3

Please sign in to comment.