From f62d50ad57a482e73242c2c41f195206c544d46f Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 12:05:41 +0000 Subject: [PATCH] chore: Bump "katex" package version to 0.16.18 (#2000) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Co-authored-by: updatecli-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 45b292de..78a1f413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "highlight.js": "^11.10.0", "hugo-installer": "^4.0.1", "instant.page": "^5.2.0", - "katex": "^0.16.14", + "katex": "^0.16.18", "lazysizes": "^5.3.2", "markdownlint-cli2": "^0.10.0", "netlify-plugin-submit-sitemap": "^0.4.0", @@ -4452,9 +4452,9 @@ } }, "node_modules/katex": { - "version": "0.16.14", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.14.tgz", - "integrity": "sha512-tnUUAL/S+f/w8KrRpCFcCW/msuIlBkOmVnTmvdEK6WCkx6uDPRj3d9SBAP+qB5x0MCeOyUbdbIMtT5cUJD8aRw==", + "version": "0.16.18", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.18.tgz", + "integrity": "sha512-LRuk0rPdXrecAFwQucYjMiIs0JFefk6N1q/04mlw14aVIVgxq1FO0MA9RiIIGVaKOB5GIP5GH4aBBNraZERmaQ==", "dev": true, "funding": [ "https://opencollective.com/katex", diff --git a/package.json b/package.json index 693988ac..996e4591 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "highlight.js": "^11.10.0", "hugo-installer": "^4.0.1", "instant.page": "^5.2.0", - "katex": "^0.16.14", + "katex": "^0.16.18", "lazysizes": "^5.3.2", "markdownlint-cli2": "^0.10.0", "netlify-plugin-submit-sitemap": "^0.4.0",