From f9bd6a64e09f1d71bc032c8b4cdb06d83b2762a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 00:02:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Bump=20katex=20from=200.16.4=20t?= =?UTF-8?q?o=200.16.6?= 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.4 to 0.16.6. - [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.4...v0.16.6) --- 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 bd560abd..6098e547 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@tailwindcss/typography": "^0.5.9", "chart.js": "^4.2.1", "fuse.js": "^6.6.2", - "katex": "^0.16.4", + "katex": "^0.16.6", "mermaid": "^9.4.3", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13", @@ -989,16 +989,16 @@ } }, "node_modules/katex": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", - "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz", + "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==", "dev": true, "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], "dependencies": { - "commander": "^8.0.0" + "commander": "^8.3.0" }, "bin": { "katex": "cli.js" @@ -2668,12 +2668,12 @@ "dev": true }, "katex": { - "version": "0.16.4", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.4.tgz", - "integrity": "sha512-WudRKUj8yyBeVDI4aYMNxhx5Vhh2PjpzQw1GRu/LVGqL4m1AxwD1GcUp0IMbdJaf5zsjtj8ghP0DOQRYhroNkw==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.6.tgz", + "integrity": "sha512-XVB7X8jEogjJ+OY+a9JdE+VOk9i7znela0HP6WaDbpB4sUh8ghrG0Ccluu2MA2tcJbFAViBC9aVXus2UvkEr8A==", "dev": true, "requires": { - "commander": "^8.0.0" + "commander": "^8.3.0" } }, "khroma": { diff --git a/package.json b/package.json index 2efbd33a..61b12017 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/typography": "^0.5.9", "chart.js": "^4.2.1", "fuse.js": "^6.6.2", - "katex": "^0.16.4", + "katex": "^0.16.6", "mermaid": "^9.4.3", "prettier": "^2.8.7", "prettier-plugin-go-template": "^0.0.13",