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-02-24 22:54:56 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 22:54:56 +0300
commit9387505819f0e7e4b3d76dd3e2bd8636a1bb6306 (patch)
tree8d5116a6c19002b2268d12f71578946e3b6ac78c
parent9633752cd5c4a0d240adcb24f0ae7e3fafd122ba (diff)
deps: libnpmexec@4.0.0libnpmexec@4.0.0libnpmexec-v4.0.0
-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 43ff64a79..346a994a3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -113,7 +113,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.0",
"libnpmdiff": "^4.0.0",
- "libnpmexec": "^3.0.3",
+ "libnpmexec": "^4.0.0",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
@@ -10528,7 +10528,7 @@
}
},
"workspaces/libnpmexec": {
- "version": "3.0.3",
+ "version": "4.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.0.0",
diff --git a/package.json b/package.json
index 39324d73b..3272df1d3 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"json-parse-even-better-errors": "^2.3.1",
"libnpmaccess": "^6.0.0",
"libnpmdiff": "^4.0.0",
- "libnpmexec": "^3.0.3",
+ "libnpmexec": "^4.0.0",
"libnpmfund": "^2.0.2",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
diff --git a/workspaces/libnpmexec/package.json b/workspaces/libnpmexec/package.json
index 2ee3a86c5..9ce05bf96 100644
--- a/workspaces/libnpmexec/package.json
+++ b/workspaces/libnpmexec/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmexec",
- "version": "3.0.3",
+ "version": "4.0.0",
"files": [
"bin",
"lib"