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-23 22:46:21 +0300
committerGitHub <noreply@github.com>2022-06-23 22:46:21 +0300
commitf59a114ffe3d1f86ccb2e52a4432292ab76852cc (patch)
treef05386d91c72ec239de011129c574dc8d0e9c954 /workspaces/libnpmpack
parent69fa5ff515982d3bfee65f1dbadc71090c1796c9 (diff)
deps: @npmcli/run-script@4.1.3 (#5064)
* deps: @npmcli/run-script@4.1.3
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 a17cbd01f..c77b60b29 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": "^4.1.0",
+ "@npmcli/run-script": "^4.1.3",
"npm-package-arg": "^9.0.1",
"pacote": "^13.6.1"
},