From 10c61e9913e87c7a4db28f538d303e693d812698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 23:57:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.16.6=20t?= =?UTF-8?q?o=200.16.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.6 to 0.16.7. - [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.6...v0.16.7) --- updated-dependencies: - dependency-name: katex dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a94468ea..c323de2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.9", "chart.js": "^4.2.1", "fuse.js": "^6.6.2", - "katex": "^0.16.6", + "katex": "^0.16.7", "mermaid": "^9.4.3", "prettier": "^2.8.8", "prettier-plugin-go-template": "^0.0.13", @@ -1055,9 +1055,9 @@ } }, "node_modules/katex": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz", - "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.7.tgz", + "integrity": "sha512-Xk9C6oGKRwJTfqfIbtr0Kes9OSv6IFsuhFGc7tW4urlpMJtuh+7YhzU6YEG9n8gmWKcMAFzkp7nr+r69kV0zrA==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -2789,9 +2789,9 @@ "dev": true }, "katex": { - "version": "0.16.6", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz", - "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==", + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.7.tgz", + "integrity": "sha512-Xk9C6oGKRwJTfqfIbtr0Kes9OSv6IFsuhFGc7tW4urlpMJtuh+7YhzU6YEG9n8gmWKcMAFzkp7nr+r69kV0zrA==", "dev": true, "requires": { "commander": "^8.3.0" diff --git a/package.json b/package.json index b1185dd1..a58765c7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.9", "chart.js": "^4.2.1", "fuse.js": "^6.6.2", - "katex": "^0.16.6", + "katex": "^0.16.7", "mermaid": "^9.4.3", "prettier": "^2.8.8", "prettier-plugin-go-template": "^0.0.13",