Skip to content

Commit

Permalink
deps: cacache@16.0.2 (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Mar 17, 2022
1 parent ddbb505 commit aec2bfe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion node_modules/cacache/lib/memoization.js
Expand Up @@ -16,7 +16,7 @@ function clearMemoized () {
MEMOIZED.forEach((v, k) => {
old[k] = v
})
MEMOIZED.reset()
MEMOIZED.clear()
return old
}

Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down

0 comments on commit aec2bfe

Please sign in to comment.