nyx

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

commit 8f55e8d3bea5b120e4ad27d8950a4a4e45270676
parent fb1d7874f2c99d7e5b75f01055ec865d4044dc95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu,  9 Sep 2021 13:24:53 +0000

Bump cath from 1.0.7 to 1.1.0

Bumps [cath](https://github.com/CathTeam/cath) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/CathTeam/cath/releases)
- [Commits](https://github.com/CathTeam/cath/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Diffstat:
Mpackage-lock.json | 26+++++---------------------
Mpackage.json | 2+-
2 files changed, 6 insertions(+), 22 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -640,28 +640,12 @@ } }, "cath": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/cath/-/cath-1.0.7.tgz", - "integrity": "sha512-P6kdi3KiE80eMK957AvQacDPD6z8ZupcoiGD6GpeLbOvSOzQSXIaUtiNutIlnDfqQ9D90PV4Imu2KwplIjLOAA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/cath/-/cath-1.1.0.tgz", + "integrity": "sha512-5QK9b7LQMb44fFXTt8IEXEVGyAk9OJEIsF8F0zTtila1ELvf603kuH1RDQRG2/Z84m3c1XcqaLl6j3zJGvTScA==", "requires": { - "discord.js": "^12.5.1" - }, - "dependencies": { - "discord.js": { - "version": "12.5.3", - "resolved": "https://registry.npmjs.org/discord.js/-/discord.js-12.5.3.tgz", - "integrity": "sha512-D3nkOa/pCkNyn6jLZnAiJApw2N9XrIsXUAdThf01i7yrEuqUmDGc7/CexVWwEcgbQR97XQ+mcnqJpmJ/92B4Aw==", - "requires": { - "@discordjs/collection": "^0.1.6", - "@discordjs/form-data": "^3.0.1", - "abort-controller": "^3.0.0", - "node-fetch": "^2.6.1", - "prism-media": "^1.2.9", - "setimmediate": "^1.0.5", - "tweetnacl": "^1.0.3", - "ws": "^7.4.4" - } - } + "axios": "^0.21.4", + "discord.js": "^13.1.0" } }, "chalk": { diff --git a/package.json b/package.json @@ -46,7 +46,7 @@ "axios": "^0.21.4", "canvacord": "^5.2.1", "canvas": "^2.8.0", - "cath": "^1.0.7", + "cath": "^1.1.0", "common-tags": "^1.8.0", "cors": "^2.8.5", "discord-canvas": "^1.4.1",