Skip to content

Commit aec2bfe

Browse files
authored
deps: cacache@16.0.2 (npm#4585)
1 parent ddbb505 commit aec2bfe

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

node_modules/cacache/lib/memoization.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function clearMemoized () {
1616
MEMOIZED.forEach((v, k) => {
1717
old[k] = v
1818
})
19-
MEMOIZED.reset()
19+
MEMOIZED.clear()
2020
return old
2121
}
2222

node_modules/cacache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacache",
3-
"version": "16.0.1",
3+
"version": "16.0.2",
44
"cache-version": {
55
"content": "2",
66
"index": "5"
@@ -68,7 +68,7 @@
6868
"devDependencies": {
6969
"@npmcli/template-oss": "^2.9.2",
7070
"benchmark": "^2.1.4",
71-
"chalk": "^4.0.0",
71+
"chalk": "^4.1.2",
7272
"require-inject": "^1.4.4",
7373
"tacks": "^1.3.0",
7474
"tap": "^15.0.9"

package-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"ansicolors": "~0.3.2",
9898
"ansistyles": "~0.1.3",
9999
"archy": "~1.0.0",
100-
"cacache": "^16.0.1",
100+
"cacache": "^16.0.2",
101101
"chalk": "^4.1.2",
102102
"chownr": "^2.0.0",
103103
"cli-columns": "^4.0.0",
@@ -1604,9 +1604,9 @@
16041604
"inBundle": true
16051605
},
16061606
"node_modules/cacache": {
1607-
"version": "16.0.1",
1608-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.1.tgz",
1609-
"integrity": "sha512-tHPtfdZDqQpZ15eaEZeLspIqS5mK5fOBDZi6AjuqaIi53QNVXH3dQv6uKT3YuUu6uxV/8pjU9in0CoJ8fgaHqw==",
1607+
"version": "16.0.2",
1608+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.2.tgz",
1609+
"integrity": "sha512-Q17j7s8X81i/QYVrKVQ/qwWGT+pYLfpTcZ+X+p/Qw9FULy9JEfb2FECYTTt6mPV6A/vk92nRZ80ncpKxiGTrIA==",
16101610
"inBundle": true,
16111611
"dependencies": {
16121612
"@npmcli/fs": "^1.0.0",
@@ -11834,9 +11834,9 @@
1183411834
"integrity": "sha1-y5T662HIaWRR2zZTThQi+U8K7og="
1183511835
},
1183611836
"cacache": {
11837-
"version": "16.0.1",
11838-
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.1.tgz",
11839-
"integrity": "sha512-tHPtfdZDqQpZ15eaEZeLspIqS5mK5fOBDZi6AjuqaIi53QNVXH3dQv6uKT3YuUu6uxV/8pjU9in0CoJ8fgaHqw==",
11837+
"version": "16.0.2",
11838+
"resolved": "https://registry.npmjs.org/cacache/-/cacache-16.0.2.tgz",
11839+
"integrity": "sha512-Q17j7s8X81i/QYVrKVQ/qwWGT+pYLfpTcZ+X+p/Qw9FULy9JEfb2FECYTTt6mPV6A/vk92nRZ80ncpKxiGTrIA==",
1184011840
"requires": {
1184111841
"@npmcli/fs": "^1.0.0",
1184211842
"@npmcli/move-file": "^1.1.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ansicolors": "~0.3.2",
6666
"ansistyles": "~0.1.3",
6767
"archy": "~1.0.0",
68-
"cacache": "^16.0.1",
68+
"cacache": "^16.0.2",
6969
"chalk": "^4.1.2",
7070
"chownr": "^2.0.0",
7171
"cli-columns": "^4.0.0",

0 commit comments

Comments
 (0)