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-05-18 23:25:57 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-05-20 00:14:58 +0300
commit632ce87bbd23707cba2c49b95d5db755b3d68638 (patch)
tree23ad2e15c440eed6fde940f710803334802f1d70 /node_modules/cacache/package.json
parentee3308a7a08799ec7e86237165ebaf278d9a4f9f (diff)
deps: cacache@16.1.0
* allow external integrity/size source
Diffstat (limited to 'node_modules/cacache/package.json')
-rw-r--r--node_modules/cacache/package.json10
1 files changed, 3 insertions, 7 deletions
diff --git a/node_modules/cacache/package.json b/node_modules/cacache/package.json
index cd7e4de5e..8e54901b4 100644
--- a/node_modules/cacache/package.json
+++ b/node_modules/cacache/package.json
@@ -1,6 +1,6 @@
{
"name": "cacache",
- "version": "16.0.7",
+ "version": "16.1.0",
"cache-version": {
"content": "2",
"index": "5"
@@ -69,20 +69,16 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.4.1",
+ "@npmcli/template-oss": "3.4.3",
"tap": "^16.0.0"
},
- "tap": {
- "100": true,
- "test-regex": "test/[^/]*.js"
- },
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
- "version": "3.4.1"
+ "version": "3.4.3"
},
"author": "GitHub Inc."
}