Bump node-fetch from 3.1.0 to 3.1.1 (#222)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-22 22:51:26 -06:00 committed by GitHub
parent f08bbe1b1d
commit e000f37847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View file

@ -22,7 +22,7 @@
"lavacord": "^1.1.9",
"node-addon-api": "^4.2.0",
"node-emoji": "^1.10.0",
"node-fetch": "^3.1.0",
"node-fetch": "^3.1.1",
"qrcode": "^1.4.4",
"sharp": "^0.28.2",
"winston": "^3.3.3"
@ -2902,12 +2902,12 @@
}
},
"node_modules/node-fetch": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.0.tgz",
"integrity": "sha512-QU0WbIfMUjd5+MUzQOYhenAazakV7Irh1SGkWCsRzBwvm4fAhzEUaHMJ6QLP7gWT6WO9/oH2zhKMMGMuIrDyKw==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.1.tgz",
"integrity": "sha512-SMk+vKgU77PYotRdWzqZGTZeuFKlsJ0hu4KPviQKkfY+N3vn2MIzr0rvpnYpR8MtB3IEuhlEcuOLbGvLRlA+yg==",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.2",
"fetch-blob": "^3.1.3",
"formdata-polyfill": "^4.0.10"
},
"engines": {
@ -6756,12 +6756,12 @@
}
},
"node-fetch": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.0.tgz",
"integrity": "sha512-QU0WbIfMUjd5+MUzQOYhenAazakV7Irh1SGkWCsRzBwvm4fAhzEUaHMJ6QLP7gWT6WO9/oH2zhKMMGMuIrDyKw==",
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.1.1.tgz",
"integrity": "sha512-SMk+vKgU77PYotRdWzqZGTZeuFKlsJ0hu4KPviQKkfY+N3vn2MIzr0rvpnYpR8MtB3IEuhlEcuOLbGvLRlA+yg==",
"requires": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.2",
"fetch-blob": "^3.1.3",
"formdata-polyfill": "^4.0.10"
}
},

View file

@ -37,7 +37,7 @@
"lavacord": "^1.1.9",
"node-addon-api": "^4.2.0",
"node-emoji": "^1.10.0",
"node-fetch": "^3.1.0",
"node-fetch": "^3.1.1",
"qrcode": "^1.4.4",
"sharp": "^0.28.2",
"winston": "^3.3.3"