From e48bc8b6b45bacb72ee07f09c9a5426cce4b5056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 23:35:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.16.0=20t?= =?UTF-8?q?o=200.16.2?= 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.0 to 0.16.2. - [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.0...v0.16.2) --- 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 489d5ec3..b8c8bf43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.4", "chart.js": "^3.9.1", "fuse.js": "^6.6.2", - "katex": "^0.16.0", + "katex": "^0.16.2", "mermaid": "^9.1.6", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13", @@ -1286,9 +1286,9 @@ } }, "node_modules/katex": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.0.tgz", - "integrity": "sha512-wPRB4iUPysfH97wTgG5/tRLYxmKVq6Q4jRAWRVOUxXB1dsiv4cvcNjqabHkrOvJHM1Bpk3WrgmllSO1vIvP24w==", + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz", + "integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -2969,9 +2969,9 @@ "dev": true }, "katex": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.0.tgz", - "integrity": "sha512-wPRB4iUPysfH97wTgG5/tRLYxmKVq6Q4jRAWRVOUxXB1dsiv4cvcNjqabHkrOvJHM1Bpk3WrgmllSO1vIvP24w==", + "version": "0.16.2", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz", + "integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==", "dev": true, "requires": { "commander": "^8.0.0" diff --git a/package.json b/package.json index 0c50eb5f..20c8b60a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.4", "chart.js": "^3.9.1", "fuse.js": "^6.6.2", - "katex": "^0.16.0", + "katex": "^0.16.2", "mermaid": "^9.1.6", "prettier": "^2.7.1", "prettier-plugin-go-template": "^0.0.13",