Bump node-fetch from 3.2.7 to 3.2.8 (#1012)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-07-13 17:17:31 +02:00 committed by GitHub
parent d00ae4cc08
commit ae353c830c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12,7 +12,7 @@
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"draftlog": "1.0.13", "draftlog": "1.0.13",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"node-fetch": "3.2.7", "node-fetch": "3.2.8",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"showdown": "^2.1.0" "showdown": "^2.1.0"
} }
@ -334,9 +334,9 @@
} }
}, },
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "3.2.7", "version": "3.2.8",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.7.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.8.tgz",
"integrity": "sha512-xRYIBUEoMvzvLt0FT2mAKAGXps1Wm0GpswR63pPJC4Hp5EubeigGYJJge34f3mPApap4+2B3sTKyUygsZrkmyg==", "integrity": "sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==",
"dependencies": { "dependencies": {
"data-uri-to-buffer": "^4.0.0", "data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4", "fetch-blob": "^3.1.4",
@ -671,9 +671,9 @@
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
}, },
"node-fetch": { "node-fetch": {
"version": "3.2.7", "version": "3.2.8",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.7.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.8.tgz",
"integrity": "sha512-xRYIBUEoMvzvLt0FT2mAKAGXps1Wm0GpswR63pPJC4Hp5EubeigGYJJge34f3mPApap4+2B3sTKyUygsZrkmyg==", "integrity": "sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==",
"requires": { "requires": {
"data-uri-to-buffer": "^4.0.0", "data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4", "fetch-blob": "^3.1.4",

View File

@ -22,7 +22,7 @@
"cheerio": "1.0.0-rc.12", "cheerio": "1.0.0-rc.12",
"draftlog": "1.0.13", "draftlog": "1.0.13",
"fs-extra": "10.1.0", "fs-extra": "10.1.0",
"node-fetch": "3.2.7", "node-fetch": "3.2.8",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"showdown": "^2.1.0" "showdown": "^2.1.0"
} }