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:
authorGar <gar+gh@danger.computer>2021-03-22 19:29:15 +0300
committerGar <gar+gh@danger.computer>2021-03-22 19:29:15 +0300
commit629aaf394c4fa01b79a77d43489baca6492bce9a (patch)
treef4c21f4dcc3b74d416cbc8d28db21e5e2de9c0cb /node_modules
parente94a45851dcfa08d5ce92b6f17cd868acae94ee4 (diff)
cacache@15.0.6
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/cacache/CHANGELOG.md2
-rw-r--r--node_modules/cacache/package.json4
2 files changed, 4 insertions, 2 deletions
diff --git a/node_modules/cacache/CHANGELOG.md b/node_modules/cacache/CHANGELOG.md
index 14eee0b38..d10160846 100644
--- a/node_modules/cacache/CHANGELOG.md
+++ b/node_modules/cacache/CHANGELOG.md
@@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+### [15.0.6](https://github.com/npm/cacache/compare/v15.0.5...v15.0.6) (2021-03-22)
+
### [15.0.5](https://github.com/npm/cacache/compare/v15.0.4...v15.0.5) (2020-07-11)
### [15.0.4](https://github.com/npm/cacache/compare/v15.0.3...v15.0.4) (2020-06-03)
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 053c245b5..afe569c8b 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,6 +1,6 @@
{
"name": "cacache",
- "version": "15.0.5",
+ "version": "15.0.6",
"cache-version": {
"content": "2",
"index": "5"
@@ -72,7 +72,7 @@
"p-map": "^4.0.0",
"promise-inflight": "^1.0.1",
"rimraf": "^3.0.2",
- "ssri": "^8.0.0",
+ "ssri": "^8.0.1",
"tar": "^6.0.2",
"unique-filename": "^1.1.1"
},