Skip to content

Commit 6a43b31

Browse files
committed
deps: @npmcli/metavuln-calculator@4.0.0
1 parent f37caad commit 6a43b31

6 files changed

Lines changed: 22 additions & 23 deletions

File tree

node_modules/@npmcli/metavuln-calculator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/metavuln-calculator",
3-
"version": "4.0.0-pre.0",
3+
"version": "4.0.0",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",
@@ -34,21 +34,21 @@
3434
},
3535
"devDependencies": {
3636
"@npmcli/eslint-config": "^3.0.1",
37-
"@npmcli/template-oss": "4.4.2",
37+
"@npmcli/template-oss": "4.4.4",
3838
"require-inject": "^1.4.4",
3939
"tap": "^16.0.1"
4040
},
4141
"dependencies": {
4242
"cacache": "^16.0.0",
4343
"json-parse-even-better-errors": "^2.3.1",
44-
"pacote": "^14.0.0 || ^14.0.0-pre.0",
44+
"pacote": "^14.0.0",
4545
"semver": "^7.3.5"
4646
},
4747
"engines": {
4848
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "4.4.2"
52+
"version": "4.4.4"
5353
}
5454
}

node_modules/npm-packlist/lib/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ class PackWalker extends IgnoreWalker {
285285
const strict = [
286286
...strictDefaults,
287287
'!/package.json',
288-
'!/npm-shrinkwrap.json',
289288
'/.git',
290289
'/node_modules',
291290
'/package-lock.json',

node_modules/npm-packlist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-packlist",
3-
"version": "7.0.0-pre.0",
3+
"version": "7.0.0",
44
"description": "Get a list of the files to add from a folder into an npm package",
55
"directories": {
66
"test": "test"

node_modules/pacote/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pacote",
3-
"version": "14.0.0-pre.3",
3+
"version": "14.0.0",
44
"description": "JavaScript package downloader",
55
"author": "GitHub Inc.",
66
"bin": {
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0",
2929
"@npmcli/eslint-config": "^3.1.0",
30-
"@npmcli/template-oss": "4.4.2",
30+
"@npmcli/template-oss": "4.4.4",
3131
"hosted-git-info": "^5.0.0",
3232
"mutate-fs": "^2.1.1",
3333
"nock": "^13.2.4",
@@ -55,7 +55,7 @@
5555
"minipass": "^3.1.6",
5656
"mkdirp": "^1.0.4",
5757
"npm-package-arg": "^9.0.0",
58-
"npm-packlist": "^7.0.0 || ^7.0.0-pre.0",
58+
"npm-packlist": "^7.0.0",
5959
"npm-pick-manifest": "^7.0.0",
6060
"npm-registry-fetch": "^13.0.1",
6161
"proc-log": "^2.0.0",
@@ -75,7 +75,7 @@
7575
},
7676
"templateOSS": {
7777
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
78-
"version": "4.4.2",
78+
"version": "4.4.4",
7979
"windowsCI": false
8080
}
8181
}

package-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2297,13 +2297,13 @@
22972297
}
22982298
},
22992299
"node_modules/@npmcli/metavuln-calculator": {
2300-
"version": "4.0.0-pre.0",
2301-
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-4.0.0-pre.0.tgz",
2302-
"integrity": "sha512-2rJ7hovlcZMkqKm2cOWuZ0YsXIcP3iARsm+aYn/SLXK9aWRMVTW1f4fpDjtSvkZkaQVr48ofSG3YLYwlersSQA==",
2300+
"version": "4.0.0",
2301+
"resolved": "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-4.0.0.tgz",
2302+
"integrity": "sha512-RHNlpbXW0onc8inOANEC55m4zjRbhw11OwAof967MgzQauLFjoCAANhx3Ugvse/mXglb48uS3Jy+XjbYPOuqsg==",
23032303
"dependencies": {
23042304
"cacache": "^16.0.0",
23052305
"json-parse-even-better-errors": "^2.3.1",
2306-
"pacote": "^14.0.0 || ^14.0.0-pre.0",
2306+
"pacote": "^14.0.0",
23072307
"semver": "^7.3.5"
23082308
},
23092309
"engines": {
@@ -8032,9 +8032,9 @@
80328032
}
80338033
},
80348034
"node_modules/npm-packlist": {
8035-
"version": "7.0.0-pre.0",
8036-
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.0-pre.0.tgz",
8037-
"integrity": "sha512-m98nCdY9RDDSJAODMf9afFwUyyuSO7rl1b8vvKRJD6s/isdTlOEgfdxJP4Pj31l973GNDe1n41e07QGPSIBQSw==",
8035+
"version": "7.0.0",
8036+
"resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.0.tgz",
8037+
"integrity": "sha512-8GRMzWQmFdUrRmc6tPPCd9Umm9g2qDR6X6Rik+9nYvoDQTLs/0IcCKv6iUdAmgr9sgJCm24QovwozCHWMDriOg==",
80388038
"inBundle": true,
80398039
"dependencies": {
80408040
"ignore-walk": "^5.0.1"
@@ -8579,9 +8579,9 @@
85798579
}
85808580
},
85818581
"node_modules/pacote": {
8582-
"version": "14.0.0-pre.3",
8583-
"resolved": "https://registry.npmjs.org/pacote/-/pacote-14.0.0-pre.3.tgz",
8584-
"integrity": "sha512-WS8jos9mKpG6yRdMacwBc5WPEE4Z4xyJqyYiBoEU/0ayFlEPL8M8LUXlg86zjMWVpPobWIOIHvDO2i5oxOpIgQ==",
8582+
"version": "14.0.0",
8583+
"resolved": "https://registry.npmjs.org/pacote/-/pacote-14.0.0.tgz",
8584+
"integrity": "sha512-SYXfAQi7Bj+suydMz7lVnEF4/xNIvP+uobXGPwIUdFPkUxoOBHYxCakMXHGQQZ9lIHLj2IXTJ6BeWSe6U/uAYg==",
85858585
"inBundle": true,
85868586
"dependencies": {
85878587
"@npmcli/git": "^3.0.0",
@@ -8595,7 +8595,7 @@
85958595
"minipass": "^3.1.6",
85968596
"mkdirp": "^1.0.4",
85978597
"npm-package-arg": "^9.0.0",
8598-
"npm-packlist": "^7.0.0 || ^7.0.0-pre.0",
8598+
"npm-packlist": "^7.0.0",
85998599
"npm-pick-manifest": "^7.0.0",
86008600
"npm-registry-fetch": "^13.0.1",
86018601
"proc-log": "^2.0.0",
@@ -13862,7 +13862,7 @@
1386213862
"@isaacs/string-locale-compare": "^1.1.0",
1386313863
"@npmcli/installed-package-contents": "^1.0.7",
1386413864
"@npmcli/map-workspaces": "^2.0.3",
13865-
"@npmcli/metavuln-calculator": "^4.0.0-pre.0",
13865+
"@npmcli/metavuln-calculator": "^4.0.0",
1386613866
"@npmcli/move-file": "^2.0.0",
1386713867
"@npmcli/name-from-folder": "^1.0.1",
1386813868
"@npmcli/node-gyp": "^2.0.0",

workspaces/arborist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@isaacs/string-locale-compare": "^1.1.0",
77
"@npmcli/installed-package-contents": "^1.0.7",
88
"@npmcli/map-workspaces": "^2.0.3",
9-
"@npmcli/metavuln-calculator": "^4.0.0-pre.0",
9+
"@npmcli/metavuln-calculator": "^4.0.0",
1010
"@npmcli/move-file": "^2.0.0",
1111
"@npmcli/name-from-folder": "^1.0.1",
1212
"@npmcli/node-gyp": "^2.0.0",

0 commit comments

Comments
 (0)