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:
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 37a29766e..48ca541f8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -113,7 +113,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.2",
"libnpmdiff": "^4.0.2",
- "libnpmexec": "^4.0.1",
+ "libnpmexec": "^4.0.2",
"libnpmfund": "^3.0.1",
"libnpmhook": "^8.0.2",
"libnpmorg": "^4.0.2",
@@ -10356,7 +10356,7 @@
}
},
"workspaces/libnpmexec": {
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.0.0",
diff --git a/package.json b/package.json
index c5ed145a2..9cf8da4f0 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.2",
"libnpmdiff": "^4.0.2",
- "libnpmexec": "^4.0.1",
+ "libnpmexec": "^4.0.2",
"libnpmfund": "^3.0.1",
"libnpmhook": "^8.0.2",
"libnpmorg": "^4.0.2",