Skip to content

Commit

Permalink
deps: npm-registry-fetch@12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Feb 9, 2022
1 parent 2786578 commit ab92699
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 32 deletions.
1 change: 1 addition & 0 deletions node_modules/npm-registry-fetch/lib/auth.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use strict'
const npa = require('npm-package-arg')
const { URL } = require('url')

// Find the longest registry key that is used for some kind of auth
// in the options.
Expand Down
29 changes: 15 additions & 14 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": "12.0.1",
"version": "12.0.2",
"description": "Fetch-based http client for use with npm registry APIs",
"main": "lib",
"files": [
Expand All @@ -19,7 +19,8 @@
"npmclilint": "npmcli-lint",
"postsnap": "npm run lintfix --",
"postlint": "npm-template-check",
"snap": "tap"
"snap": "tap",
"template-copy": "npm-template-copy --force"
},
"repository": "https://github.com/npm/npm-registry-fetch",
"keywords": [
Expand All @@ -30,21 +31,21 @@
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"make-fetch-happen": "^10.0.0",
"minipass": "^3.1.3",
"minipass-fetch": "^1.3.0",
"make-fetch-happen": "^10.0.1",
"minipass": "^3.1.6",
"minipass-fetch": "^1.4.1",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.0.0",
"npm-package-arg": "^8.0.0"
"minizlib": "^2.1.2",
"npm-package-arg": "^8.1.5"
},
"devDependencies": {
"@npmcli/template-oss": "^2.5.1",
"cacache": "^15.0.0",
"nock": "^13.1.0",
"npmlog": "^4.1.2",
"@npmcli/template-oss": "^2.7.1",
"cacache": "^15.3.0",
"nock": "^13.2.4",
"npmlog": "^6.0.0",
"require-inject": "^1.4.4",
"ssri": "^8.0.0",
"tap": "^15.0.4"
"ssri": "^8.0.1",
"tap": "^15.1.6"
},
"tap": {
"check-coverage": true,
Expand All @@ -54,6 +55,6 @@
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.5.1"
"version": "2.7.1"
}
}
34 changes: 17 additions & 17 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"npm-package-arg": "^8.1.5",
"npm-pick-manifest": "^6.1.1",
"npm-profile": "^6.0.0",
"npm-registry-fetch": "^12.0.1",
"npm-registry-fetch": "^12.0.2",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.0",
"opener": "^1.5.2",
Expand Down Expand Up @@ -5647,17 +5647,17 @@
}
},
"node_modules/npm-registry-fetch": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.1.tgz",
"integrity": "sha512-ricy4ezH3Uv0d4am6RSwHjCYTWJI74NJjurIigWMAG7Vs3PFyd0TUlkrez5L0AgaPzDLRsEzqb5cOZ/Ue01bmA==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.2.tgz",
"integrity": "sha512-Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==",
"inBundle": true,
"dependencies": {
"make-fetch-happen": "^10.0.0",
"minipass": "^3.1.3",
"minipass-fetch": "^1.3.0",
"make-fetch-happen": "^10.0.1",
"minipass": "^3.1.6",
"minipass-fetch": "^1.4.1",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.0.0",
"npm-package-arg": "^8.0.0"
"minizlib": "^2.1.2",
"npm-package-arg": "^8.1.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"
Expand Down Expand Up @@ -15277,16 +15277,16 @@
}
},
"npm-registry-fetch": {
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.1.tgz",
"integrity": "sha512-ricy4ezH3Uv0d4am6RSwHjCYTWJI74NJjurIigWMAG7Vs3PFyd0TUlkrez5L0AgaPzDLRsEzqb5cOZ/Ue01bmA==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-12.0.2.tgz",
"integrity": "sha512-Df5QT3RaJnXYuOwtXBXS9BWs+tHH2olvkCLh6jcR/b/u3DvPMlp3J0TvvYwplPKxHMOwfg287PYih9QqaVFoKA==",
"requires": {
"make-fetch-happen": "^10.0.0",
"minipass": "^3.1.3",
"minipass-fetch": "^1.3.0",
"make-fetch-happen": "^10.0.1",
"minipass": "^3.1.6",
"minipass-fetch": "^1.4.1",
"minipass-json-stream": "^1.0.1",
"minizlib": "^2.0.0",
"npm-package-arg": "^8.0.0"
"minizlib": "^2.1.2",
"npm-package-arg": "^8.1.5"
}
},
"npm-user-validate": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"npm-package-arg": "^8.1.5",
"npm-pick-manifest": "^6.1.1",
"npm-profile": "^6.0.0",
"npm-registry-fetch": "^12.0.1",
"npm-registry-fetch": "^12.0.2",
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.0",
"opener": "^1.5.2",
Expand Down

0 comments on commit ab92699

Please sign in to comment.