Bump node-fetch from 3.2.7 to 3.2.8

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.2.7 to 3.2.8.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.2.7...v3.2.8)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-07-13 08:02:57 +00:00 committed by GitHub
parent fb81c944c3
commit 4560e7771f
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

@ -17,7 +17,7 @@
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.7",
"node-fetch": "^3.2.8",
"path": "^0.12.7"
},
"devDependencies": {
@ -1988,9 +1988,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.7.tgz",
"integrity": "sha512-xRYIBUEoMvzvLt0FT2mAKAGXps1Wm0GpswR63pPJC4Hp5EubeigGYJJge34f3mPApap4+2B3sTKyUygsZrkmyg==",
"version": "3.2.8",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.8.tgz",
"integrity": "sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",
@ -4359,9 +4359,9 @@
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
},
"node-fetch": {
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.7.tgz",
"integrity": "sha512-xRYIBUEoMvzvLt0FT2mAKAGXps1Wm0GpswR63pPJC4Hp5EubeigGYJJge34f3mPApap4+2B3sTKyUygsZrkmyg==",
"version": "3.2.8",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.8.tgz",
"integrity": "sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==",
"requires": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",

View File

@ -26,7 +26,7 @@
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^3.2.7",
"node-fetch": "^3.2.8",
"path": "^0.12.7"
},
"devDependencies": {