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:
authorGar <gar+gh@danger.computer>2021-04-22 22:47:58 +0300
committerGar <gar+gh@danger.computer>2021-04-22 22:47:58 +0300
commit17fffc0e42b2a9e7b84691093e45ba511906cbfa (patch)
tree0e9e21ec94b3a79b57b1a29c29c2871f307beff2 /package-lock.json
parenta0382deba346b09834e75db89e1fd4527f1f07dd (diff)
libnpmhook@6.0.2
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json54
1 files changed, 9 insertions, 45 deletions
diff --git a/package-lock.json b/package-lock.json
index 7866853c8..c0eac6812 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -280,7 +280,7 @@
"libnpmdiff": "^2.0.4",
"libnpmexec": "^1.0.1",
"libnpmfund": "^1.0.2",
- "libnpmhook": "^6.0.1",
+ "libnpmhook": "^6.0.2",
"libnpmorg": "^2.0.1",
"libnpmpack": "^2.0.1",
"libnpmpublish": "^4.0.0",
@@ -4829,32 +4829,13 @@
}
},
"node_modules/libnpmhook": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-6.0.1.tgz",
- "integrity": "sha512-rwiWIWAQ6R5sPFRi9gsSC/+1/BxFlxk5nNQysVTXEHbqM9ds8g/duW79wRbZKnRyK1xyOmafxbj69nt9tcUkyw==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-6.0.2.tgz",
+ "integrity": "sha512-fTw+8i6iyz9v6azSvQEVYxQhAaE2X1eiVMAUqsiwECWeylyc5KUoghHyYg0Kz5jEy9IOTaWYJXc6gMf0rQFpow==",
"inBundle": true,
"dependencies": {
"aproba": "^2.0.0",
- "npm-registry-fetch": "^9.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/libnpmhook/node_modules/npm-registry-fetch": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz",
- "integrity": "sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==",
- "inBundle": true,
- "dependencies": {
- "@npmcli/ci-detect": "^1.0.0",
- "lru-cache": "^6.0.0",
- "make-fetch-happen": "^8.0.9",
- "minipass": "^3.1.3",
- "minipass-fetch": "^1.3.0",
- "minipass-json-stream": "^1.0.1",
- "minizlib": "^2.0.0",
- "npm-package-arg": "^8.0.0"
+ "npm-registry-fetch": "^10.0.0"
},
"engines": {
"node": ">=10"
@@ -14150,29 +14131,12 @@
}
},
"libnpmhook": {
- "version": "6.0.1",
- "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-6.0.1.tgz",
- "integrity": "sha512-rwiWIWAQ6R5sPFRi9gsSC/+1/BxFlxk5nNQysVTXEHbqM9ds8g/duW79wRbZKnRyK1xyOmafxbj69nt9tcUkyw==",
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-6.0.2.tgz",
+ "integrity": "sha512-fTw+8i6iyz9v6azSvQEVYxQhAaE2X1eiVMAUqsiwECWeylyc5KUoghHyYg0Kz5jEy9IOTaWYJXc6gMf0rQFpow==",
"requires": {
"aproba": "^2.0.0",
- "npm-registry-fetch": "^9.0.0"
- },
- "dependencies": {
- "npm-registry-fetch": {
- "version": "9.0.0",
- "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-9.0.0.tgz",
- "integrity": "sha512-PuFYYtnQ8IyVl6ib9d3PepeehcUeHN9IO5N/iCRhyg9tStQcqGQBRVHmfmMWPDERU3KwZoHFvbJ4FPXPspvzbA==",
- "requires": {
- "@npmcli/ci-detect": "^1.0.0",
- "lru-cache": "^6.0.0",
- "make-fetch-happen": "^8.0.9",
- "minipass": "^3.1.3",
- "minipass-fetch": "^1.3.0",
- "minipass-json-stream": "^1.0.1",
- "minizlib": "^2.0.0",
- "npm-package-arg": "^8.0.0"
- }
- }
+ "npm-registry-fetch": "^10.0.0"
}
},
"libnpmorg": {