From f45c028d37ce10ed448892268639604788b9f3ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:25:24 +0000 Subject: [PATCH] Update dependency katex to v0.16.18 --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 115a158..0003e4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12035,15 +12035,15 @@ } }, "node_modules/katex": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz", - "integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==", + "version": "0.16.18", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.18.tgz", + "integrity": "sha512-LRuk0rPdXrecAFwQucYjMiIs0JFefk6N1q/04mlw14aVIVgxq1FO0MA9RiIIGVaKOB5GIP5GH4aBBNraZERmaQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], "dependencies": { - "commander": "^8.0.0" + "commander": "^8.3.0" }, "bin": { "katex": "cli.js" @@ -19304,7 +19304,7 @@ "highlight.js": "^11.6.0", "io-ts": "^2.2.18", "jotai": "^2.6.3", - "katex": "^0.16.2", + "katex": "^0.16.18", "mdast": "^3.0.0", "moment": "^2.29.4", "newtype-ts": "^0.3.5", @@ -19754,7 +19754,7 @@ "highlight.js": "^11.6.0", "io-ts": "^2.2.18", "jotai": "^2.6.3", - "katex": "^0.16.2", + "katex": "0.16.18", "mdast": "^3.0.0", "moment": "^2.29.4", "newtype-ts": "^0.3.5", @@ -28458,11 +28458,11 @@ } }, "katex": { - "version": "0.16.2", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.2.tgz", - "integrity": "sha512-70DJdQAyh9EMsthw3AaQlDyFf54X7nWEUIa5W+rq8XOpEk//w5Th7/8SqFqpvi/KZ2t6MHUj4f9wLmztBmAYQA==", + "version": "0.16.18", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.18.tgz", + "integrity": "sha512-LRuk0rPdXrecAFwQucYjMiIs0JFefk6N1q/04mlw14aVIVgxq1FO0MA9RiIIGVaKOB5GIP5GH4aBBNraZERmaQ==", "requires": { - "commander": "^8.0.0" + "commander": "^8.3.0" } }, "keygrip": {