Skip to content

Commit 588a245

Browse files
committed
deps: npm-pick-manifest@8.0.2
1 parent a76b1df commit 588a245

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

node_modules/npm-pick-manifest/lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ module.exports = (packument, wanted, opts = {}) => {
210210
code,
211211
type: npa.resolve(packument.name, wanted).type,
212212
wanted,
213-
versions: Object.keys(packument.versions),
213+
versions: Object.keys(packument.versions ?? {}),
214214
name,
215215
distTags: packument['dist-tags'],
216216
defaultTag,

node_modules/npm-pick-manifest/package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-pick-manifest",
3-
"version": "8.0.1",
3+
"version": "8.0.2",
44
"description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
55
"main": "./lib",
66
"files": [
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@npmcli/eslint-config": "^4.0.0",
39-
"@npmcli/template-oss": "4.6.1",
39+
"@npmcli/template-oss": "4.18.0",
4040
"tap": "^16.0.1"
4141
},
4242
"tap": {
@@ -51,6 +51,7 @@
5151
},
5252
"templateOSS": {
5353
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
54-
"version": "4.6.1"
54+
"version": "4.18.0",
55+
"publish": true
5556
}
5657
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"npm-audit-report": "^5.0.0",
133133
"npm-install-checks": "^6.2.0",
134134
"npm-package-arg": "^10.1.0",
135-
"npm-pick-manifest": "^8.0.1",
135+
"npm-pick-manifest": "^8.0.2",
136136
"npm-profile": "^7.0.1",
137137
"npm-registry-fetch": "^14.0.5",
138138
"npm-user-validate": "^2.0.0",
@@ -9611,9 +9611,9 @@
96119611
}
96129612
},
96139613
"node_modules/npm-pick-manifest": {
9614-
"version": "8.0.1",
9615-
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz",
9616-
"integrity": "sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==",
9614+
"version": "8.0.2",
9615+
"resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.2.tgz",
9616+
"integrity": "sha512-1dKY+86/AIiq1tkKVD3l0WI+Gd3vkknVGAggsFeBkTvbhMQ1OND/LKkYv4JtXPKUJ8bOTCyLiqEg2P6QNdK+Gg==",
96179617
"inBundle": true,
96189618
"dependencies": {
96199619
"npm-install-checks": "^6.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"npm-audit-report": "^5.0.0",
9898
"npm-install-checks": "^6.2.0",
9999
"npm-package-arg": "^10.1.0",
100-
"npm-pick-manifest": "^8.0.1",
100+
"npm-pick-manifest": "^8.0.2",
101101
"npm-profile": "^7.0.1",
102102
"npm-registry-fetch": "^14.0.5",
103103
"npm-user-validate": "^2.0.0",

0 commit comments

Comments
 (0)