From 54200be79e236ef363482b57ff6f64fbe8592692 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 05:10:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.16.3=20t?= =?UTF-8?q?o=200.16.4?= 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.3 to 0.16.4. - [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.3...v0.16.4) --- updated-dependencies: - dependency-name: katex dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbcd5b2a..5e24909c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hugo-blowfish-theme", - "version": "2.15.0", + "version": "2.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-blowfish-theme", - "version": "2.15.0", + "version": "2.16.0", "hasInstallScript": true, "license": "MIT", "dependencies": { @@ -19,7 +19,7 @@ "@tailwindcss/typography": "^0.5.8", "chart.js": "^4.0.1", "fuse.js": "^6.6.2", - "katex": "^0.16.3", + "katex": "^0.16.4", "mermaid": "^9.2.2", "prettier": "^2.8.0", "prettier-plugin-go-template": "^0.0.13", @@ -1317,9 +1317,9 @@ "peer": true }, "node_modules/katex": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.3.tgz", - "integrity": "sha512-3EykQddareoRmbtNiNEDgl3IGjryyrp2eg/25fHDEnlHymIDi33bptkMv6K4EOC2LZCybLW/ZkEo6Le+EM9pmA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", + "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "dev": true, "funding": [ "https://opencollective.com/katex", @@ -3058,9 +3058,9 @@ "peer": true }, "katex": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.3.tgz", - "integrity": "sha512-3EykQddareoRmbtNiNEDgl3IGjryyrp2eg/25fHDEnlHymIDi33bptkMv6K4EOC2LZCybLW/ZkEo6Le+EM9pmA==", + "version": "0.16.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", + "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", "dev": true, "requires": { "commander": "^8.0.0" diff --git a/package.json b/package.json index f0077ddd..64e7a5ed 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@tailwindcss/typography": "^0.5.8", "chart.js": "^4.0.1", "fuse.js": "^6.6.2", - "katex": "^0.16.3", + "katex": "^0.16.4", "mermaid": "^9.2.2", "prettier": "^2.8.0", "prettier-plugin-go-template": "^0.0.13",