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:
authornlf <quitlahok@gmail.com>2022-05-25 21:29:35 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-05-25 21:44:17 +0300
commit7307c8de388cd14c96c42d70b7e567ec343ad084 (patch)
tree8bba6448b69963e460b19a31ab3c6c3a17857e4a /workspaces
parented054d477093be3da96968d217c244cf2efd3ef1 (diff)
feat(libnpmpack): bump pacote for better workspace awareness
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmpack/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmpack/package.json b/workspaces/libnpmpack/package.json
index 3fcf630cc..a756c31e2 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -40,7 +40,7 @@
"dependencies": {
"@npmcli/run-script": "^3.0.0",
"npm-package-arg": "^9.0.1",
- "pacote": "^13.0.5"
+ "pacote": "^13.5.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"