From 81205369e019e51e810a0921322fd009e178fcd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 10:29:26 +0000 Subject: [PATCH] Bump katex from 0.16.10 to 0.16.11 Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.10 to 0.16.11. - [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.10...v0.16.11) --- 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 5937169..05d0507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "feather-icons": "^4.29.2", "highlight.js": "^11.9.0", "hugo-extended": "^0.127.0", - "katex": "^0.16.10", + "katex": "^0.16.11", "normalize.css": "^8.0.1", "postcss-cli": "^11.0.0", "postcss-selector-parser": "^6.1.0" @@ -2671,9 +2671,9 @@ } }, "node_modules/katex": { - "version": "0.16.10", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.10.tgz", - "integrity": "sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==", + "version": "0.16.11", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz", + "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index b1ea929..10c2c57 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "feather-icons": "^4.29.2", "highlight.js": "^11.9.0", "hugo-extended": "^0.127.0", - "katex": "^0.16.10", + "katex": "^0.16.11", "normalize.css": "^8.0.1", "postcss-cli": "^11.0.0", "postcss-selector-parser": "^6.1.0"