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:58:40 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 22:58:40 +0300
commit2c86feaf1f974ee510563c7d93c0dd26f6355b15 (patch)
tree370e13a23a3549a5ca52e16a744424c0bd4fc3a2
parent9387505819f0e7e4b3d76dd3e2bd8636a1bb6306 (diff)
deps: libnpmfund@3.0.0libnpmfund@3.0.0libnpmfund-v3.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmfund/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 346a994a3..5e2ec1966 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -114,7 +114,7 @@
"libnpmaccess": "^6.0.0",
"libnpmdiff": "^4.0.0",
"libnpmexec": "^4.0.0",
- "libnpmfund": "^2.0.2",
+ "libnpmfund": "^3.0.0",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
"libnpmpack": "^3.1.0",
@@ -10554,7 +10554,7 @@
}
},
"workspaces/libnpmfund": {
- "version": "2.0.2",
+ "version": "3.0.0",
"license": "ISC",
"dependencies": {
"@npmcli/arborist": "^5.0.0"
diff --git a/package.json b/package.json
index 3272df1d3..0163595bb 100644
--- a/package.json
+++ b/package.json
@@ -82,7 +82,7 @@
"libnpmaccess": "^6.0.0",
"libnpmdiff": "^4.0.0",
"libnpmexec": "^4.0.0",
- "libnpmfund": "^2.0.2",
+ "libnpmfund": "^3.0.0",
"libnpmhook": "^7.0.1",
"libnpmorg": "^3.0.1",
"libnpmpack": "^3.1.0",
diff --git a/workspaces/libnpmfund/package.json b/workspaces/libnpmfund/package.json
index 28dbed7e2..eae757f04 100644
--- a/workspaces/libnpmfund/package.json
+++ b/workspaces/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "2.0.2",
+ "version": "3.0.0",
"main": "lib/index.js",
"files": [
"bin",