File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
22 "name" : " cacache" ,
3- "version" : " 16.0.1 " ,
3+ "version" : " 16.0.2 " ,
44 "cache-version" : {
55 "content" : " 2" ,
66 "index" : " 5"
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"
Original file line number Diff line number Diff line change 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",
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",
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",
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments