From aec2bfecca4ad3ee7db4481cf068add9c42e7160 Mon Sep 17 00:00:00 2001 From: nlf Date: Thu, 17 Mar 2022 11:42:04 -0700 Subject: [PATCH] deps: cacache@16.0.2 (#4585) --- node_modules/cacache/lib/memoization.js | 2 +- node_modules/cacache/package.json | 4 ++-- package-lock.json | 14 +++++++------- package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/node_modules/cacache/lib/memoization.js b/node_modules/cacache/lib/memoization.js index cd25f2013b4af..0ff604a479c9c 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 1003230cd6363..c240fa446df48 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" diff --git a/package-lock.json b/package-lock.json index b0d9ef3710c25..08491eef39bf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -97,7 +97,7 @@ "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "archy": "~1.0.0", - "cacache": "^16.0.1", + "cacache": "^16.0.2", "chalk": "^4.1.2", "chownr": "^2.0.0", "cli-columns": "^4.0.0", @@ -1604,9 +1604,9 @@ "inBundle": true }, "node_modules/cacache": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.1.tgz", - "integrity": "sha512-tHPtfdZDqQpZ15eaEZeLspIqS5mK5fOBDZi6AjuqaIi53QNVXH3dQv6uKT3YuUu6uxV/8pjU9in0CoJ8fgaHqw==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.2.tgz", + "integrity": "sha512-Q17j7s8X81i/QYVrKVQ/qwWGT+pYLfpTcZ+X+p/Qw9FULy9JEfb2FECYTTt6mPV6A/vk92nRZ80ncpKxiGTrIA==", "inBundle": true, "dependencies": { "@npmcli/fs": "^1.0.0", @@ -11834,9 +11834,9 @@ "integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og=" }, "cacache": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.1.tgz", - "integrity": "sha512-tHPtfdZDqQpZ15eaEZeLspIqS5mK5fOBDZi6AjuqaIi53QNVXH3dQv6uKT3YuUu6uxV/8pjU9in0CoJ8fgaHqw==", + "version": "16.0.2", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.2.tgz", + "integrity": "sha512-Q17j7s8X81i/QYVrKVQ/qwWGT+pYLfpTcZ+X+p/Qw9FULy9JEfb2FECYTTt6mPV6A/vk92nRZ80ncpKxiGTrIA==", "requires": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.1.2", diff --git a/package.json b/package.json index faf59dc5d34d4..2b208124307ab 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "archy": "~1.0.0", - "cacache": "^16.0.1", + "cacache": "^16.0.2", "chalk": "^4.1.2", "chownr": "^2.0.0", "cli-columns": "^4.0.0",