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/libnpmexec
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/libnpmexec')
-rw-r--r--workspaces/libnpmexec/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index c88bfb163..b12464e51 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -52,7 +52,7 @@
"dependencies": {
"@npmcli/arborist": "^4.0.0",
"@npmcli/ci-detect": "^2.0.0",
- "@npmcli/run-script": "^2.0.0",
+ "@npmcli/run-script": "^3.0.0",
"chalk": "^4.1.0",
"mkdirp-infer-owner": "^2.0.0",
"npm-package-arg": "^9.0.0",