Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-02-21 23:46:45 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commit780609b0be8cc7b06e2c36dd0707a6e5a154d976 (patch)
tree5b6d9eec50bc34b4a2c8616445fd6a440d8e81ac
parent73a42ba177cf6de98c60ab3efe777ee402700db2 (diff)
deps(libnpmpack): update to latest major versions of npm deps
BREAKING CHANGE: the log option is no longer passed to the updated deps
-rw-r--r--workspaces/libnpmpack/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 7317c272f..945075040 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -39,8 +39,8 @@
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/run-script": "^2.0.0",
- "npm-package-arg": "^8.1.0",
- "pacote": "^12.0.0"
+ "npm-package-arg": "^9.0.0",
+ "pacote": "^13.0.2"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"