Skip to content

Commit

Permalink
deps: make-fetch-happen@10.0.2 (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Feb 10, 2022
1 parent 1c0d069 commit 3c33a58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions node_modules/make-fetch-happen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "make-fetch-happen",
"version": "10.0.1",
"version": "10.0.2",
"description": "Opinionated, caching, retrying fetch client",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -39,7 +39,7 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.3.0",
"lru-cache": "^7.3.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^1.4.1",
Expand All @@ -55,7 +55,7 @@
"eslint": "^8.8.0",
"mkdirp": "^1.0.4",
"nock": "^13.2.4",
"npmlog": "^6.0.0",
"npmlog": "^6.0.1",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"standard-version": "^9.3.2",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
"libnpmversion": "^2.0.2",
"make-fetch-happen": "^10.0.1",
"make-fetch-happen": "^10.0.2",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
Expand Down Expand Up @@ -5020,9 +5020,9 @@
"peer": true
},
"node_modules/make-fetch-happen": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.1.tgz",
"integrity": "sha512-xJVRzemKMb9r2gZ5DJfkvbeSGbBKOtwI4G8hJ1Ak/2jIFJFveyQxN3d2OhXlAk7rLzAL/O+Ge8u+nb6/Zrrd9w==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.2.tgz",
"integrity": "sha512-JSFLK53NJP22FL/eAGOyKsWbc2G3v+toPMD7Dq9PJKQCvK0i3t8hGkKxe+3YZzwYa+c0kxRHu7uxH3fvO+rsaA==",
"inBundle": true,
"dependencies": {
"agentkeepalive": "^4.2.0",
Expand All @@ -5031,7 +5031,7 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.3.0",
"lru-cache": "^7.3.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^1.4.1",
Expand Down Expand Up @@ -14814,17 +14814,17 @@
"peer": true
},
"make-fetch-happen": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.1.tgz",
"integrity": "sha512-xJVRzemKMb9r2gZ5DJfkvbeSGbBKOtwI4G8hJ1Ak/2jIFJFveyQxN3d2OhXlAk7rLzAL/O+Ge8u+nb6/Zrrd9w==",
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.0.2.tgz",
"integrity": "sha512-JSFLK53NJP22FL/eAGOyKsWbc2G3v+toPMD7Dq9PJKQCvK0i3t8hGkKxe+3YZzwYa+c0kxRHu7uxH3fvO+rsaA==",
"requires": {
"agentkeepalive": "^4.2.0",
"cacache": "^15.3.0",
"http-cache-semantics": "^4.1.0",
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"is-lambda": "^1.0.1",
"lru-cache": "^7.3.0",
"lru-cache": "^7.3.1",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-fetch": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"libnpmsearch": "^4.0.1",
"libnpmteam": "^3.0.1",
"libnpmversion": "^2.0.2",
"make-fetch-happen": "^10.0.1",
"make-fetch-happen": "^10.0.2",
"minipass": "^3.1.6",
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
Expand Down

0 comments on commit 3c33a58

Please sign in to comment.