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:
authorDarcy Clarke <darcy@darcyclarke.me>2020-10-13 04:19:07 +0300
committerisaacs <i@izs.me>2020-10-13 07:08:26 +0300
commit9306c6833e2e77675e0cfddd569b6b54a8bcf172 (patch)
tree2fc115dec09149e803ec0d67f188df6fbc9fa557
parent569cd648474c32d1ea522b26c77bdb55305d4f29 (diff)
libnpmfund@1.0.1
-rw-r--r--node_modules/.package-lock.json6
-rw-r--r--node_modules/libnpmfund/package.json2
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
4 files changed, 12 insertions, 12 deletions
diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json
index 1d6d53bb1..7ea3ed2cd 100644
--- a/node_modules/.package-lock.json
+++ b/node_modules/.package-lock.json
@@ -3261,9 +3261,9 @@
}
},
"node_modules/libnpmfund": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.0.tgz",
- "integrity": "sha512-s93HfQQldFYPmjJ/kowG5QLTiYFBLsmvgnrhz6pXj2g+/QnofAK8WsBcCK7XUYs1fGO4bCeZI3izTNu5JQQp5Q==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.1.tgz",
+ "integrity": "sha512-goaiWxsHzUBKDSal3VvmzB4eWArKELAx4iK6LJfsojOSmXM6+6Wki0xxGdjNKcMal7ZqQGBfHS763TJvVejGWA==",
"inBundle": true,
"dependencies": {
"@npmcli/arborist": "^0.0.33 || ^1.x"
diff --git a/node_modules/libnpmfund/package.json b/node_modules/libnpmfund/package.json
index 7f31317fc..f337fffd1 100644
--- a/node_modules/libnpmfund/package.json
+++ b/node_modules/libnpmfund/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmfund",
- "version": "1.0.0",
+ "version": "1.0.1",
"files": [
"index.js"
],
diff --git a/package-lock.json b/package-lock.json
index 793947ddd..dbc169d8d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -103,7 +103,7 @@
"is-cidr": "^4.0.2",
"leven": "^3.1.0",
"libnpmaccess": "^4.0.0",
- "libnpmfund": "^1.0.0",
+ "libnpmfund": "^1.0.1",
"libnpmhook": "^6.0.0",
"libnpmorg": "^2.0.0",
"libnpmpack": "^2.0.0",
@@ -3417,9 +3417,9 @@
}
},
"node_modules/libnpmfund": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.0.tgz",
- "integrity": "sha512-s93HfQQldFYPmjJ/kowG5QLTiYFBLsmvgnrhz6pXj2g+/QnofAK8WsBcCK7XUYs1fGO4bCeZI3izTNu5JQQp5Q==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.1.tgz",
+ "integrity": "sha512-goaiWxsHzUBKDSal3VvmzB4eWArKELAx4iK6LJfsojOSmXM6+6Wki0xxGdjNKcMal7ZqQGBfHS763TJvVejGWA==",
"inBundle": true,
"dependencies": {
"@npmcli/arborist": "^0.0.33 || ^1.x"
@@ -10787,9 +10787,9 @@
}
},
"libnpmfund": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.0.tgz",
- "integrity": "sha512-s93HfQQldFYPmjJ/kowG5QLTiYFBLsmvgnrhz6pXj2g+/QnofAK8WsBcCK7XUYs1fGO4bCeZI3izTNu5JQQp5Q==",
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-1.0.1.tgz",
+ "integrity": "sha512-goaiWxsHzUBKDSal3VvmzB4eWArKELAx4iK6LJfsojOSmXM6+6Wki0xxGdjNKcMal7ZqQGBfHS763TJvVejGWA==",
"requires": {
"@npmcli/arborist": "^0.0.33 || ^1.x"
}
diff --git a/package.json b/package.json
index de9b7aa09..6fb6fc81a 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"is-cidr": "^4.0.2",
"leven": "^3.1.0",
"libnpmaccess": "^4.0.0",
- "libnpmfund": "^1.0.0",
+ "libnpmfund": "^1.0.1",
"libnpmhook": "^6.0.0",
"libnpmorg": "^2.0.0",
"libnpmpack": "^2.0.0",