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>2022-06-14 16:48:31 +0300
committerGitHub <noreply@github.com>2022-06-14 16:48:31 +0300
commitd404c8c9d3f86e7491070210a763e701582830e0 (patch)
treed9e87d5b930ca769eae94e8d10836bd0ada1a929 /node_modules/cacache/package.json
parent053dffe2adf4bc5cc33e98de63f9331f47be23ea (diff)
deps: cacache@16.1.1 (#4985)
* read: change lstat to stat to correctly evaluate file size
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index 8e54901b4..bb5674daf 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,6 +1,6 @@
{
"name": "cacache",
- "version": "16.1.0",
+ "version": "16.1.1",
"cache-version": {
"content": "2",
"index": "5"
@@ -69,7 +69,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.4.3",
+ "@npmcli/template-oss": "3.5.0",
"tap": "^16.0.0"
},
"engines": {
@@ -78,7 +78,7 @@
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
- "version": "3.4.3"
+ "version": "3.5.0"
},
"author": "GitHub Inc."
}