From 14b62fe8144d296a63bfee31ef4f569cf96f31d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:30:26 +0000 Subject: [PATCH] Bump katex from 0.16.9 to 0.16.10 in /theme Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.9 to 0.16.10. - [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.9...v0.16.10) --- updated-dependencies: - dependency-name: katex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- theme/package-lock.json | 8 ++++---- theme/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/package-lock.json b/theme/package-lock.json index b07a307..59ca675 100644 --- a/theme/package-lock.json +++ b/theme/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "esbuild": "^0.18.15", - "katex": "^0.16.8", + "katex": "^0.16.10", "ninja-keys": "^1.2.2" } }, @@ -417,9 +417,9 @@ "integrity": "sha512-ckAx3EkUr5XjDwjEHDorHxRO2Kb7z6Z2Sxul4MbBkN8Nho7XDslQsgMJT+CiJ5Z4TgRxxvKHEpuLE3imzqy4Lg==" }, "node_modules/katex": { - "version": "0.16.9", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.9.tgz", - "integrity": "sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ==", + "version": "0.16.10", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz", + "integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/theme/package.json b/theme/package.json index 577861e..d7bdb2a 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,7 +1,7 @@ { "dependencies": { "esbuild": "^0.18.15", - "katex": "^0.16.8", + "katex": "^0.16.10", "ninja-keys": "^1.2.2" } }