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 23:02:17 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 23:02:17 +0300
commit1dab29805c820f82e4bae18123e911fec6948dfd (patch)
tree03a7b157d7c30c884feb3a6437127cd4f6277575
parent2c86feaf1f974ee510563c7d93c0dd26f6355b15 (diff)
deps: libnpmhook@8.0.0libnpmhook@8.0.0libnpmhook-v8.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
-rw-r--r--workspaces/libnpmhook/package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5e2ec1966..b5d397682 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -115,7 +115,7 @@
"libnpmdiff": "^4.0.0",
"libnpmexec": "^4.0.0",
"libnpmfund": "^3.0.0",
- "libnpmhook": "^7.0.1",
+ "libnpmhook": "^8.0.0",
"libnpmorg": "^3.0.1",
"libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
@@ -10568,7 +10568,7 @@
}
},
"workspaces/libnpmhook": {
- "version": "7.0.1",
+ "version": "8.0.0",
"license": "ISC",
"dependencies": {
"aproba": "^2.0.0",
diff --git a/package.json b/package.json
index 0163595bb..99c870ab1 100644
--- a/package.json
+++ b/package.json
@@ -83,7 +83,7 @@
"libnpmdiff": "^4.0.0",
"libnpmexec": "^4.0.0",
"libnpmfund": "^3.0.0",
- "libnpmhook": "^7.0.1",
+ "libnpmhook": "^8.0.0",
"libnpmorg": "^3.0.1",
"libnpmpack": "^3.1.0",
"libnpmpublish": "^5.0.1",
diff --git a/workspaces/libnpmhook/package.json b/workspaces/libnpmhook/package.json
index 86e3c9b68..8b749d180 100644
--- a/workspaces/libnpmhook/package.json
+++ b/workspaces/libnpmhook/package.json
@@ -1,6 +1,6 @@
{
"name": "libnpmhook",
- "version": "7.0.1",
+ "version": "8.0.0",
"description": "programmatic API for managing npm registry hooks",
"main": "lib/index.js",
"files": [