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

26
package-lock.json generated
View file

@ -640,28 +640,12 @@
} }
}, },
"cath": { "cath": {
"version": "1.0.7", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/cath/-/cath-1.0.7.tgz", "resolved": "https://registry.npmjs.org/cath/-/cath-1.1.0.tgz",
"integrity": "sha512-P6kdi3KiE80eMK957AvQacDPD6z8ZupcoiGD6GpeLbOvSOzQSXIaUtiNutIlnDfqQ9D90PV4Imu2KwplIjLOAA==", "integrity": "sha512-5QK9b7LQMb44fFXTt8IEXEVGyAk9OJEIsF8F0zTtila1ELvf603kuH1RDQRG2/Z84m3c1XcqaLl6j3zJGvTScA==",
"requires": { "requires": {
"discord.js": "^12.5.1" "axios": "^0.21.4",
}, "discord.js": "^13.1.0"
"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"
}
}
} }
}, },
"chalk": { "chalk": {

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.0.7", "cath": "^1.1.0",
"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",