Merge pull request #247 from warengroup/dependabot/npm_and_yarn/develop/node-fetch-3.2.1

Bump node-fetch from 3.2.0 to 3.2.1
This commit is contained in:
github-actions[bot] 2022-03-02 08:11:32 +00:00 committed by GitHub
commit 99b94d5af2
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.6.0",
"dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0",
"node-fetch": "^3.2.1",
"path": "^0.12.7"
},
"devDependencies": {
@ -2443,9 +2443,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
"integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.1.tgz",
"integrity": "sha512-Ef3SPFtRWFCDyhvcwCSvacLpkwmYZcD57mmZzAsMiks9TpHpIghe32U9H06tMICnr+X7YCpzH7WvUlUoml2urA==",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",
@ -5391,9 +5391,9 @@
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
},
"node-fetch": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.0.tgz",
"integrity": "sha512-8xeimMwMItMw8hRrOl3C9/xzU49HV/yE6ORew/l+dxWimO5A4Ra8ld2rerlJvc/O7et5Z1zrWsPX43v1QBjCxw==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.2.1.tgz",
"integrity": "sha512-Ef3SPFtRWFCDyhvcwCSvacLpkwmYZcD57mmZzAsMiks9TpHpIghe32U9H06tMICnr+X7YCpzH7WvUlUoml2urA==",
"requires": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",

View File

@ -26,7 +26,7 @@
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"libsodium-wrappers": "^0.7.9",
"node-fetch": "^3.2.0",
"node-fetch": "^3.2.1",
"path": "^0.12.7"
},
"devDependencies": {