Bump node-superfetch from 0.1.11 to 0.2.3

Bumps [node-superfetch](https://github.com/dragonfire535/node-superfetch) from 0.1.11 to 0.2.3.
- [Release notes](https://github.com/dragonfire535/node-superfetch/releases)
- [Commits](https://github.com/dragonfire535/node-superfetch/commits)

---
updated-dependencies:
- dependency-name: node-superfetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-07 14:37:42 +00:00 committed by GitHub
parent 6d08c4c881
commit 17c653722a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 6 deletions

22
package-lock.json generated
View file

@ -2774,12 +2774,24 @@
"integrity": "sha512-aLoxToI6RfZ+0NOjmWAgn9+LEd30YCkJKFSyWacNZdEKTit/ZMcKjGkTRo8uWEsnIb/hfKecNPEbln02PdWbcA=="
},
"node-superfetch": {
"version": "0.1.11",
"resolved": "https://registry.npmjs.org/node-superfetch/-/node-superfetch-0.1.11.tgz",
"integrity": "sha512-984lO43EvDtjBOpVXDqnR2L5+pVt+qWfqIE6H7Sl21BoIz26OwSKxBnO9ZmJkYXAimR64MUPiz6tn5hySy1d0Q==",
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/node-superfetch/-/node-superfetch-0.2.3.tgz",
"integrity": "sha512-xOqifvw/3N+tIeeC80/TNJXkoxDZm8JWc7/0VBkJ86ttQTlJvoicuVaeJlKKHYRlmC2O6ygNIhNPwLYX4bxqdA==",
"requires": {
"form-data": "^3.0.0",
"node-fetch": "^2.6.0"
"form-data": "^4.0.0",
"node-fetch": "^2.6.1"
},
"dependencies": {
"form-data": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz",
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
"requires": {
"asynckit": "^0.4.0",
"combined-stream": "^1.0.8",
"mime-types": "^2.1.12"
}
}
}
},
"nopt": {

View file

@ -68,7 +68,7 @@
"mongoose": "^5.13.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.2",
"node-superfetch": "^0.1.11",
"node-superfetch": "^0.2.3",
"quick.db": "^7.1.3",
"quickchart-js": "^1.2.0",
"reconlx": "^2.4.3",