From 8237644a3e20481339eed899444c1217d0841bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 13:22:47 +0000 Subject: [PATCH] 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e3c93e..b072c1e 100644 --- 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 index 94eba61..b8b3ef8 100644 --- 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",