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:
-rw-r--r--node_modules/cacache/lib/memoization.js2
-rw-r--r--node_modules/cacache/package.json4
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
4 files changed, 11 insertions, 11 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"
diff --git a/package-lock.json b/package-lock.json
index b0d9ef371..08491eef3 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 faf59dc5d..2b2081243 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",