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-11-02 03:40:04 +0300
committerGar <wraithgar@github.com>2022-11-02 20:08:27 +0300
commitabfb28b249183b8c033f8e7acc1546150cdac137 (patch)
tree986c91ac16866a33d995ddf5c52422ad6d1a6699 /workspaces/libnpmpack/package.json
parent205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167 (diff)
deps: @npmcli/run-script@6.0.0
Diffstat (limited to 'workspaces/libnpmpack/package.json')
-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 0b9ab373d..3d054653e 100644
--- a/workspaces/libnpmpack/package.json
+++ b/workspaces/libnpmpack/package.json
@@ -37,7 +37,7 @@
"homepage": "https://npmjs.com/package/libnpmpack",
"dependencies": {
"@npmcli/arborist": "^6.1.0",
- "@npmcli/run-script": "^5.0.0",
+ "@npmcli/run-script": "^6.0.0",
"npm-package-arg": "^10.0.0",
"pacote": "^15.0.2"
},