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:57:33 +0300
committerGar <gar+gh@danger.computer>2021-04-22 22:57:33 +0300
commit251f788c554a198ab42682453fa5504f8abe93fe (patch)
tree5d43136814c3cf6a995f3a4fdd396403f81c1aa4 /package-lock.json
parent9f83e6484aa163d066f318df42ec89c8234b614e (diff)
libnpmsearch@3.1.1
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 01089bffc..5b02d2362 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -109,7 +109,7 @@
"libnpmorg": "^2.0.2",
"libnpmpack": "^2.0.1",
"libnpmpublish": "^4.0.1",
- "libnpmsearch": "^3.1.0",
+ "libnpmsearch": "^3.1.1",
"libnpmteam": "^2.0.2",
"libnpmversion": "^1.2.0",
"make-fetch-happen": "^8.0.14",
@@ -4710,31 +4710,12 @@
}
},
"node_modules/libnpmsearch": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-3.1.0.tgz",
- "integrity": "sha512-UQyzQjtAv99kZDuijqTB2Do63qtt+2SKNOVSTnehWTQbxzXF7Jvc8UD3YNPljm8+Y5T31K2AqptbY5BD6XHlIg==",
- "inBundle": true,
- "dependencies": {
- "npm-registry-fetch": "^9.0.0"
- },
- "engines": {
- "node": ">=10"
- }
- },
- "node_modules/libnpmsearch/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==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-3.1.1.tgz",
+ "integrity": "sha512-XpJpsc7cg7+gdsC5IglXrPjeGzJh+GLhy8yLv4iKPhUFoe1s7dQvhsP5lN7YF0T98WwdEoMkKmbRJRCjEn3pEw==",
"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"
@@ -13958,28 +13939,11 @@
}
},
"libnpmsearch": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-3.1.0.tgz",
- "integrity": "sha512-UQyzQjtAv99kZDuijqTB2Do63qtt+2SKNOVSTnehWTQbxzXF7Jvc8UD3YNPljm8+Y5T31K2AqptbY5BD6XHlIg==",
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-3.1.1.tgz",
+ "integrity": "sha512-XpJpsc7cg7+gdsC5IglXrPjeGzJh+GLhy8yLv4iKPhUFoe1s7dQvhsP5lN7YF0T98WwdEoMkKmbRJRCjEn3pEw==",
"requires": {
- "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"
}
},
"libnpmteam": {