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 /package.json
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 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7adc07622..590525665 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
"@npmcli/config": "^4.0.0",
"@npmcli/map-workspaces": "^2.0.0",
"@npmcli/package-json": "^1.0.1",
- "@npmcli/run-script": "^2.0.0",
+ "@npmcli/run-script": "^3.0.0",
"abbrev": "~1.1.1",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",
@@ -107,7 +107,7 @@
"npm-user-validate": "^1.0.1",
"npmlog": "^6.0.1",
"opener": "^1.5.2",
- "pacote": "^13.0.2",
+ "pacote": "^13.0.3",
"parse-conflict-json": "^2.0.1",
"proc-log": "^2.0.0",
"qrcode-terminal": "^0.12.0",