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-06-21 22:54:59 +0300
committerNathan Fritz <fritzy@github.com>2022-06-22 23:46:13 +0300
commit2c06ceee82dd813c0ae84cc0b09e6941cfc5533e (patch)
treef78021d7c4e10d3de4de781915d0a6cb614e84a7 /workspaces/libnpmpack
parent2e50cb83e84cf25fee93ba0ca5a0343fbdb33c41 (diff)
deps: @npmcli/run-script@4.1.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 628aef5d1..16d4ee159 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": "^3.0.0",
+ "@npmcli/run-script": "^4.1.0",
"npm-package-arg": "^9.0.1",
"pacote": "^13.6.1"
},