Skip to content

Commit

Permalink
deps: libnpmpack@5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
npm-cli-bot committed May 30, 2022
1 parent db64a89 commit e2e507d
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -10156,7 +10156,7 @@
}
},
"workspaces/libnpmpack": {
"version": "4.1.0",
"version": "5.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/run-script": "^3.0.0",
Expand Down Expand Up @@ -10195,6 +10195,20 @@
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"workspaces/libnpmpublish/node_modules/libnpmpack": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-4.1.0.tgz",
"integrity": "sha512-BHwojfEbJvVVJXivZjOCe3Y0IzQ47p6c/bfebrpzazuFNRoS9XOsbkncRbl3f23+u9b51eplzwaPh/5xSOAWHg==",
"dev": true,
"dependencies": {
"@npmcli/run-script": "^3.0.0",
"npm-package-arg": "^9.0.1",
"pacote": "^13.5.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
}
},
"workspaces/libnpmsearch": {
"version": "5.0.3",
"license": "ISC",
Expand Down Expand Up @@ -13124,6 +13138,19 @@
"semver": "^7.3.7",
"ssri": "^9.0.0",
"tap": "^16.0.1"
},
"dependencies": {
"libnpmpack": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-4.1.0.tgz",
"integrity": "sha512-BHwojfEbJvVVJXivZjOCe3Y0IzQ47p6c/bfebrpzazuFNRoS9XOsbkncRbl3f23+u9b51eplzwaPh/5xSOAWHg==",
"dev": true,
"requires": {
"@npmcli/run-script": "^3.0.0",
"npm-package-arg": "^9.0.1",
"pacote": "^13.5.0"
}
}
}
},
"libnpmsearch": {
Expand Down

0 comments on commit e2e507d

Please sign in to comment.