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-21 23:49:44 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-02-24 02:58:59 +0300
commit1c09034d41db3a7dc622a2ec56e303aa63980d7b (patch)
tree6eff47dd0e0421f2cc5e8d95d3ace21a2970d53b /workspaces/libnpmsearch
parentb8f082950667d7f6aee46f13a958c465dd9d68f6 (diff)
deps(libnpmsearch): update to latest major versions of npm deps
BREAKING CHANGE: the log option is no longer passed to the updated deps
Diffstat (limited to 'workspaces/libnpmsearch')
-rw-r--r--workspaces/libnpmsearch/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/workspaces/libnpmsearch/package.json b/workspaces/libnpmsearch/package.json
index f524426dc..ba6602698 100644
--- a/workspaces/libnpmsearch/package.json
+++ b/workspaces/libnpmsearch/package.json
@@ -41,7 +41,7 @@
"bugs": "https://github.com/npm/libnpmsearch/issues",
"homepage": "https://npmjs.com/package/libnpmsearch",
"dependencies": {
- "npm-registry-fetch": "^12.0.1"
+ "npm-registry-fetch": "^13.0.0"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16"