summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json')
-rw-r--r--deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json27
1 files changed, 12 insertions, 15 deletions
diff --git a/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json b/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json
index 6bc2c05add..aab75e9601 100644
--- a/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json
+++ b/deps/npm/node_modules/npm-profile/node_modules/make-fetch-happen/package.json
@@ -1,13 +1,10 @@
{
"_from": "make-fetch-happen@^2.5.0",
- "_id": "make-fetch-happen@2.5.0",
+ "_id": "make-fetch-happen@2.6.0",
"_inBundle": false,
- "_integrity": "sha512-JPD5R43T02wIkcxjcmZuR7D06nB20fMR8aC9VEyYsSBXvJa5hOR/QhCxKY+5SXhy3uU5OUY/r+A6r+fJ2mFndA==",
+ "_integrity": "sha512-FFq0lNI0ax+n9IWzWpH8A4JdgYiAp2DDYIZ3rsaav8JDe8I+72CzK6PQW/oom15YDZpV5bYW/9INd6nIJ2ZfZw==",
"_location": "/npm-profile/make-fetch-happen",
- "_phantomChildren": {
- "retry": "0.10.1",
- "safe-buffer": "5.1.1"
- },
+ "_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
@@ -21,8 +18,8 @@
"_requiredBy": [
"/npm-profile"
],
- "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-2.5.0.tgz",
- "_shasum": "08c22d499f4f30111addba79fe87c98cf01b6bc8",
+ "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-2.6.0.tgz",
+ "_shasum": "8474aa52198f6b1ae4f3094c04e8370d35ea8a38",
"_spec": "make-fetch-happen@^2.5.0",
"_where": "/Users/rebecca/code/npm/node_modules/npm-profile",
"author": {
@@ -35,16 +32,16 @@
"bundleDependencies": false,
"dependencies": {
"agentkeepalive": "^3.3.0",
- "cacache": "^9.2.9",
- "http-cache-semantics": "^3.7.3",
+ "cacache": "^10.0.0",
+ "http-cache-semantics": "^3.8.0",
"http-proxy-agent": "^2.0.0",
- "https-proxy-agent": "^2.0.0",
+ "https-proxy-agent": "^2.1.0",
"lru-cache": "^4.1.1",
"mississippi": "^1.2.0",
- "node-fetch-npm": "^2.0.1",
+ "node-fetch-npm": "^2.0.2",
"promise-retry": "^1.1.1",
- "socks-proxy-agent": "^3.0.0",
- "ssri": "^4.1.6"
+ "socks-proxy-agent": "^3.0.1",
+ "ssri": "^5.0.0"
},
"deprecated": false,
"description": "Opinionated, caching, retrying fetch client",
@@ -94,5 +91,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": "2.5.0"
+ "version": "2.6.0"
}