Skip to content

Commit 9f57404

Browse files
wraithgarlukekarrys
authored andcommitted
1 parent f178732 commit 9f57404

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const url = require('url')
44

55
function packageName (href) {
66
try {
7-
let basePath = new url.URL(href).pathname.substr(1)
7+
let basePath = new url.URL(href).pathname.slice(1)
88
if (!basePath.match(/^-/)) {
99
basePath = basePath.split('/')
1010
var index = basePath.indexOf('_rewrite')

node_modules/npm-registry-fetch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "13.1.0",
3+
"version": "13.1.1",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [
@@ -44,12 +44,12 @@
4444
},
4545
"devDependencies": {
4646
"@npmcli/eslint-config": "^3.0.1",
47-
"@npmcli/template-oss": "3.1.2",
47+
"@npmcli/template-oss": "3.3.2",
4848
"cacache": "^16.0.2",
4949
"nock": "^13.2.4",
5050
"require-inject": "^1.4.4",
51-
"ssri": "^8.0.1",
52-
"tap": "^15.1.6"
51+
"ssri": "^9.0.0",
52+
"tap": "^16.0.1"
5353
},
5454
"tap": {
5555
"check-coverage": true,
@@ -60,6 +60,6 @@
6060
},
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "3.1.2"
63+
"version": "3.3.2"
6464
}
6565
}

package-lock.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"npm-package-arg": "^9.0.2",
135135
"npm-pick-manifest": "^7.0.1",
136136
"npm-profile": "^6.0.2",
137-
"npm-registry-fetch": "^13.1.0",
137+
"npm-registry-fetch": "^13.1.1",
138138
"npm-user-validate": "^1.0.1",
139139
"npmlog": "^6.0.1",
140140
"opener": "^1.5.2",
@@ -5152,9 +5152,10 @@
51525152
}
51535153
},
51545154
"node_modules/npm-registry-fetch": {
5155-
"version": "13.1.0",
5155+
"version": "13.1.1",
5156+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz",
5157+
"integrity": "sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==",
51565158
"inBundle": true,
5157-
"license": "ISC",
51585159
"dependencies": {
51595160
"make-fetch-happen": "^10.0.6",
51605161
"minipass": "^3.1.6",
@@ -13369,7 +13370,9 @@
1336913370
}
1337013371
},
1337113372
"npm-registry-fetch": {
13372-
"version": "13.1.0",
13373+
"version": "13.1.1",
13374+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz",
13375+
"integrity": "sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==",
1337313376
"requires": {
1337413377
"make-fetch-happen": "^10.0.6",
1337513378
"minipass": "^3.1.6",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"npm-package-arg": "^9.0.2",
104104
"npm-pick-manifest": "^7.0.1",
105105
"npm-profile": "^6.0.2",
106-
"npm-registry-fetch": "^13.1.0",
106+
"npm-registry-fetch": "^13.1.1",
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.1",
109109
"opener": "^1.5.2",

0 commit comments

Comments
 (0)