Update node-fetch to 2.6.11

This commit is contained in:
mistval 2023-05-20 12:56:31 -04:00
parent 41d52f39c8
commit 44a0ffb8f3
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated

@ -1,17 +1,17 @@
{
"name": "node-fetch-cache",
"version": "3.1.2",
"version": "3.1.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "node-fetch-cache",
"version": "3.1.2",
"version": "3.1.3",
"license": "MIT",
"dependencies": {
"cacache": "^15.2.0",
"locko": "^1.0.0",
"node-fetch": "2.6.7"
"node-fetch": "2.6.11"
},
"devDependencies": {
"eslint": "^8.9.0",
@ -3182,9 +3182,9 @@
"dev": true
},
"node_modules/node-fetch": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"dependencies": {
"whatwg-url": "^5.0.0"
},
@ -6783,9 +6783,9 @@
"dev": true
},
"node-fetch": {
"version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
"integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
"requires": {
"whatwg-url": "^5.0.0"
}

@ -1,6 +1,6 @@
{
"name": "node-fetch-cache",
"version": "3.1.2",
"version": "3.1.3",
"description": "node-fetch with caching.",
"main": "src/index.js",
"type": "module",
@ -47,7 +47,7 @@
"dependencies": {
"cacache": "^15.2.0",
"locko": "^1.0.0",
"node-fetch": "2.6.7"
"node-fetch": "2.6.11"
},
"husky": {
"hooks": {