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-24 22:32:32 +0300
committerGitHub <noreply@github.com>2022-02-24 22:32:32 +0300
commitc608512ed03ccf87dc989cec2849d14bf034513a (patch)
tree6e943103700b34daf9b79bd738c203c75590b760 /workspaces/libnpmpack
parent6b68c1aaa282205eb4d47dbc81909c11851f7e06 (diff)
fix: ignore integrity values for git dependencies (#4468)
This updates pacote@13.0.3 and @npmcli/run-script@3.0.0
Diffstat (limited to 'workspaces/libnpmpack')
-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 945075040..a49b6b707 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -38,7 +38,7 @@
"bugs": "https://github.com/npm/libnpmpack/issues",
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
- "@npmcli/run-script": "^2.0.0",
+ "@npmcli/run-script": "^3.0.0",
"npm-package-arg": "^9.0.0",
"pacote": "^13.0.2"
},