summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cacache/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cacache/package.json')
-rw-r--r--deps/npm/node_modules/cacache/package.json44
1 files changed, 23 insertions, 21 deletions
diff --git a/deps/npm/node_modules/cacache/package.json b/deps/npm/node_modules/cacache/package.json
index bf13242f80..7b45446dc7 100644
--- a/deps/npm/node_modules/cacache/package.json
+++ b/deps/npm/node_modules/cacache/package.json
@@ -1,19 +1,21 @@
{
- "_from": "cacache@11.2.0",
- "_id": "cacache@11.2.0",
+ "_from": "cacache@11.3.2",
+ "_id": "cacache@11.3.2",
"_inBundle": false,
- "_integrity": "sha512-IFWl6lfK6wSeYCHUXh+N1lY72UDrpyrYQJNIVQf48paDuWbv5RbAtJYf/4gUQFObTCHZwdZ5sI8Iw7nqwP6nlQ==",
+ "_integrity": "sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==",
"_location": "/cacache",
- "_phantomChildren": {},
+ "_phantomChildren": {
+ "unique-slug": "2.0.0"
+ },
"_requested": {
"type": "version",
"registry": true,
- "raw": "cacache@11.2.0",
+ "raw": "cacache@11.3.2",
"name": "cacache",
"escapedName": "cacache",
- "rawSpec": "11.2.0",
+ "rawSpec": "11.3.2",
"saveSpec": null,
- "fetchSpec": "11.2.0"
+ "fetchSpec": "11.3.2"
},
"_requiredBy": [
"#USER",
@@ -21,10 +23,10 @@
"/make-fetch-happen",
"/pacote"
],
- "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.2.0.tgz",
- "_shasum": "617bdc0b02844af56310e411c0878941d5739965",
- "_spec": "cacache@11.2.0",
- "_where": "/Users/zkat/Documents/code/work/npm",
+ "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
+ "_shasum": "2d81e308e3d258ca38125b676b98b2ac9ce69bfa",
+ "_spec": "cacache@11.3.2",
+ "_where": "/Users/aeschright/code/cli",
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org"
@@ -56,19 +58,19 @@
}
],
"dependencies": {
- "bluebird": "^3.5.1",
- "chownr": "^1.0.1",
- "figgy-pudding": "^3.1.0",
- "glob": "^7.1.2",
- "graceful-fs": "^4.1.11",
- "lru-cache": "^4.1.3",
+ "bluebird": "^3.5.3",
+ "chownr": "^1.1.1",
+ "figgy-pudding": "^3.5.1",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.1.15",
+ "lru-cache": "^5.1.1",
"mississippi": "^3.0.0",
"mkdirp": "^0.5.1",
"move-concurrently": "^1.0.1",
"promise-inflight": "^1.0.1",
"rimraf": "^2.6.2",
- "ssri": "^6.0.0",
- "unique-filename": "^1.1.0",
+ "ssri": "^6.0.1",
+ "unique-filename": "^1.1.1",
"y18n": "^4.0.0"
},
"deprecated": false,
@@ -81,7 +83,7 @@
"standard": "^11.0.1",
"standard-version": "^4.4.0",
"tacks": "^1.2.7",
- "tap": "^12.0.1",
+ "tap": "^12.1.1",
"weallbehave": "^1.2.0",
"weallcontribute": "^1.0.8"
},
@@ -124,5 +126,5 @@
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
},
- "version": "11.2.0"
+ "version": "11.3.2"
}