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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-15 13:22:47 +00:00 committed by GitHub
parent f078cd030a
commit 8237644a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -640,9 +640,9 @@
} }
}, },
"cath": { "cath": {
"version": "1.1.0", "version": "1.2.2",
"resolved": "https://registry.npmjs.org/cath/-/cath-1.1.0.tgz", "resolved": "https://registry.npmjs.org/cath/-/cath-1.2.2.tgz",
"integrity": "sha512-5QK9b7LQMb44fFXTt8IEXEVGyAk9OJEIsF8F0zTtila1ELvf603kuH1RDQRG2/Z84m3c1XcqaLl6j3zJGvTScA==", "integrity": "sha512-BSAXgqAg2K28nJO+vQ6WkMOwe/TuhnRWcRXxgdic4nVGncAaaJiY9z1yjcbJYXRpgC2XUyES/pB6ubpMHAsCdQ==",
"requires": { "requires": {
"axios": "^0.21.4", "axios": "^0.21.4",
"discord.js": "^13.1.0" "discord.js": "^13.1.0"

View file

@ -46,7 +46,7 @@
"axios": "^0.21.4", "axios": "^0.21.4",
"canvacord": "^5.2.1", "canvacord": "^5.2.1",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"cath": "^1.1.0", "cath": "^1.2.2",
"common-tags": "^1.8.0", "common-tags": "^1.8.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"discord-canvas": "^1.4.1", "discord-canvas": "^1.4.1",