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:
authornlf <quitlahok@gmail.com>2022-03-17 21:42:04 +0300
committerGitHub <noreply@github.com>2022-03-17 21:42:04 +0300
commitaec2bfecca4ad3ee7db4481cf068add9c42e7160 (patch)
tree2cf83fa217f4dd6d27aed6c98d3703ecbe815ac9 /node_modules
parentddbb505ec6077576e0a9d00a14b43d32d69e4f9e (diff)
deps: cacache@16.0.2 (#4585)
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/cacache/lib/memoization.js2
-rw-r--r--node_modules/cacache/package.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/cacache/lib/memoization.js b/node_modules/cacache/lib/memoization.js
index cd25f2013..0ff604a47 100644
--- a/node_modules/cacache/lib/memoization.js
+++ b/node_modules/cacache/lib/memoization.js
@@ -16,7 +16,7 @@ function clearMemoized () {
MEMOIZED.forEach((v, k) => {
old[k] = v
})
- MEMOIZED.reset()
+ MEMOIZED.clear()
return old
}
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 1003230cd..c240fa446 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,6 +1,6 @@
{
"name": "cacache",
- "version": "16.0.1",
+ "version": "16.0.2",
"cache-version": {
"content": "2",
"index": "5"
@@ -68,7 +68,7 @@
"devDependencies": {
"@npmcli/template-oss": "^2.9.2",
"benchmark": "^2.1.4",
- "chalk": "^4.0.0",
+ "chalk": "^4.1.2",
"require-inject": "^1.4.4",
"tacks": "^1.3.0",
"tap": "^15.0.9"