From c76b17a68bba4cbbf14ac428a89d48f43b60c355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 04:07:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.15.3=20t?= =?UTF-8?q?o=200.15.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.15.3 to 0.15.6. - [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.15.3...v0.15.6) --- 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 6b5a3aca..4eca111e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.2", "chart.js": "^3.7.1", "fuse.js": "^6.6.2", - "katex": "^0.15.3", + "katex": "^0.15.6", "mermaid": "^9.1.1", "prettier": "^2.6.2", "prettier-plugin-go-template": "^0.0.13", @@ -1282,9 +1282,9 @@ } }, "node_modules/katex": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", - "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", + "version": "0.15.6", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz", + "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -2919,9 +2919,9 @@ "dev": true }, "katex": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.3.tgz", - "integrity": "sha512-Al6V7RJsmjklT9QItyHWGaQCt+NYTle1bZwB1e9MR/tLoIT1MXaHy9UpfGSB7eaqDgjjqqRxQOaQGrALCrEyBQ==", + "version": "0.15.6", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.15.6.tgz", + "integrity": "sha512-UpzJy4yrnqnhXvRPhjEuLA4lcPn6eRngixW7Q3TJErjg3Aw2PuLFBzTkdUb89UtumxjhHTqL3a5GDGETMSwgJA==", "dev": true, "requires": { "commander": "^8.0.0" diff --git a/package.json b/package.json index bb7b6511..68583c72 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.2", "chart.js": "^3.7.1", "fuse.js": "^6.6.2", - "katex": "^0.15.3", + "katex": "^0.15.6", "mermaid": "^9.1.1", "prettier": "^2.6.2", "prettier-plugin-go-template": "^0.0.13",