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-28 18:51:11 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-06-29 21:47:25 +0300
commit5546906977bae55c61a3874e2cbf10e28f2df4ea (patch)
tree145f51681944e4c99847945fe156b09e55ce13a9 /node_modules
parentdd6232817d8c86afa4eb27ec1f62278893443163 (diff)
deps: @npmcli/run-script@4.1.5
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/@npmcli/run-script/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/node_modules/@npmcli/run-script/package.json b/node_modules/@npmcli/run-script/package.json
index 14e2a33ba..1ce162dd8 100644
--- a/node_modules/@npmcli/run-script/package.json
+++ b/node_modules/@npmcli/run-script/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/run-script",
- "version": "4.1.4",
+ "version": "4.1.5",
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
"author": "GitHub Inc.",
"license": "ISC",
@@ -28,7 +28,8 @@
"@npmcli/node-gyp": "^2.0.0",
"@npmcli/promise-spawn": "^3.0.0",
"node-gyp": "^9.0.0",
- "read-package-json-fast": "^2.0.3"
+ "read-package-json-fast": "^2.0.3",
+ "which": "^2.0.2"
},
"files": [
"bin/",