1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-01 12:29:49 +01:00

Bump node-fetch from 2.6.6 to 2.6.7 (#617)

This commit is contained in:
dependabot[bot] 2022-01-29 23:36:56 +00:00 committed by GitHub
parent c1c3dc1e99
commit 5e3539da45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

22
package-lock.json generated
View File

@ -47,7 +47,7 @@
"gatsby-source-graphql": "^4.4.0", "gatsby-source-graphql": "^4.4.0",
"gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.4.0", "gatsby-transformer-sharp": "^4.4.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.7",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
"pigeon-maps": "^0.19.7", "pigeon-maps": "^0.19.7",
"pigeon-marker": "^0.3.4", "pigeon-marker": "^0.3.4",
@ -20429,14 +20429,22 @@
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=" "integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
}, },
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "2.6.6", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"dependencies": { "dependencies": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
}, },
"engines": { "engines": {
"node": "4.x || >=6.0.0" "node": "4.x || >=6.0.0"
},
"peerDependencies": {
"encoding": "^0.1.0"
},
"peerDependenciesMeta": {
"encoding": {
"optional": true
}
} }
}, },
"node_modules/node-fetch/node_modules/tr46": { "node_modules/node-fetch/node_modules/tr46": {
@ -44558,9 +44566,9 @@
"integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=" "integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g="
}, },
"node-fetch": { "node-fetch": {
"version": "2.6.6", "version": "2.6.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.6.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
"integrity": "sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==", "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
"requires": { "requires": {
"whatwg-url": "^5.0.0" "whatwg-url": "^5.0.0"
}, },

View File

@ -66,7 +66,7 @@
"gatsby-source-graphql": "^4.4.0", "gatsby-source-graphql": "^4.4.0",
"gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-remark": "^5.3.0",
"gatsby-transformer-sharp": "^4.4.0", "gatsby-transformer-sharp": "^4.4.0",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.7",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code", "nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
"pigeon-maps": "^0.19.7", "pigeon-maps": "^0.19.7",
"pigeon-marker": "^0.3.4", "pigeon-marker": "^0.3.4",