nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 17c653722aece5963d8b77e726337d5546d7dd8a
parent 6d08c4c88105fd3e25d560ea6a0992c7e59aa132
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue,  7 Sep 2021 14:37:42 +0000

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] <[email protected]>
Diffstat:
Mpackage-lock.json | 22+++++++++++++++++-----
Mpackage.json | 2+-
2 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -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": { diff --git a/package.json b/package.json @@ -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",