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
-rw-r--r--workspaces/libnpmexec/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index a2542640a..f34178ed9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -113,7 +113,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^5.0.1",
"libnpmdiff": "^3.0.0",
- "libnpmexec": "^3.0.2",
+ "libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.0",
"libnpmorg": "^3.0.0",
@@ -10617,7 +10617,7 @@
}
},
"workspaces/libnpmexec": {
- "version": "3.0.2",
+ "version": "3.0.3",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^4.0.0",
diff --git a/package.json b/package.json
index 9df639dce..39a0b2e51 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^5.0.1",
"libnpmdiff": "^3.0.0",
- "libnpmexec": "^3.0.2",
+ "libnpmexec": "^3.0.3",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.0",
"libnpmorg": "^3.0.0",
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index ff728b547..1de0cdfe2 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "3.0.2",
+ "version": "3.0.3",
"files": [
"bin",
"lib"