nyx

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

commit 8237644a3e20481339eed899444c1217d0841bb1
parent f078cd030a0fc362241506f94f8083d9b4b63b80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed, 15 Sep 2021 13:22:47 +0000

Bump cath from 1.1.0 to 1.2.2

Bumps [cath](https://github.com/night0721/cath) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/night0721/cath/releases)
- [Commits](https://github.com/night0721/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 | 6+++---
Mpackage.json | 2+-
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package-lock.json b/package-lock.json @@ -640,9 +640,9 @@ } }, "cath": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/cath/-/cath-1.1.0.tgz", - "integrity": "sha512-5QK9b7LQMb44fFXTt8IEXEVGyAk9OJEIsF8F0zTtila1ELvf603kuH1RDQRG2/Z84m3c1XcqaLl6j3zJGvTScA==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cath/-/cath-1.2.2.tgz", + "integrity": "sha512-BSAXgqAg2K28nJO+vQ6WkMOwe/TuhnRWcRXxgdic4nVGncAaaJiY9z1yjcbJYXRpgC2XUyES/pB6ubpMHAsCdQ==", "requires": { "axios": "^0.21.4", "discord.js": "^13.1.0" 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.1.0", + "cath": "^1.2.2", "common-tags": "^1.8.0", "cors": "^2.8.5", "discord-canvas": "^1.4.1",