From b17a0d4bf29d68023251f8677252536464acef2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:06:25 +0000 Subject: [PATCH] chore(deps): bump katex from 0.16.7 to 0.16.8 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.7 to 0.16.8. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.7...v0.16.8) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b3c20e..cbecf02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "colorette": "^2.0.20", "discord.js": "^14.11.0", "expr-eval": "^2.0.2", - "katex": "^0.16.7", + "katex": "^0.16.8", "moment": "^2.29.4", "openai": "^3.2.1", "prompt": "^1.3.0" @@ -1408,9 +1408,9 @@ } }, "node_modules/katex": { - "version": "0.16.7", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.7.tgz", - "integrity": "sha512-Xk9C6oGKRwJTfqfIbtr0Kes9OSv6IFsuhFGc7tW4urlpMJtuh+7YhzU6YEG9n8gmWKcMAFzkp7nr+r69kV0zrA==", + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.8.tgz", + "integrity": "sha512-ftuDnJbcbOckGY11OO+zg3OofESlbR5DRl2cmN8HeWeeFIV7wTXvAOx8kEjZjobhA+9wh2fbKeO6cdcA9Mnovg==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index 3c13791..e08a4ee 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "colorette": "^2.0.20", "discord.js": "^14.11.0", "expr-eval": "^2.0.2", - "katex": "^0.16.7", + "katex": "^0.16.8", "moment": "^2.29.4", "openai": "^3.2.1", "prompt": "^1.3.0"