From 5703ff3d951818b264ec1c69fa19570e744576d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 09:21:56 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 3 updates Bumps the production-dependencies group with 3 updates: [@astral-sh/ruff-wasm-web](https://github.com/astral-sh/ruff), [@codemirror/view](https://github.com/codemirror/view) and [katex](https://github.com/KaTeX/KaTeX). Updates `@astral-sh/ruff-wasm-web` from 0.16.5 to 0.16.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.5...0.16.6) Updates `@codemirror/view` from 6.43.9 to 6.43.11 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) Updates `katex` from 0.18.4 to 0.18.5 - [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.18.4...v0.18.5) --- updated-dependencies: - dependency-name: "@astral-sh/ruff-wasm-web" dependency-version: 0.16.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@codemirror/view" dependency-version: 6.43.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: katex dependency-version: 0.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 34 +++++++++++++++++----------------- package.json | 6 +++--- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ba6600..3e89d77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,16 +9,16 @@ "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.16.5", + "@astral-sh/ruff-wasm-web": "^0.16.6", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7", "@codemirror/theme-one-dark": "^6.1.3", - "@codemirror/view": "^6.43.9", + "@codemirror/view": "^6.43.11", "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.14", - "katex": "^0.18.4", + "katex": "^0.18.5", "marked": "^18.0.11", "rainbowbrackets": "^2.0.2" }, @@ -35,9 +35,9 @@ } }, "node_modules/@astral-sh/ruff-wasm-web": { - "version": "0.16.5", - "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.16.5.tgz", - "integrity": "sha512-wgu1cCrYBCuTbiKa5HlNfIpl0YXBqyV7QS51OD758CmDhJeefBF1Qtyn4clwAgXjuxoxnNaGnCAEXZ8vZcLfbg==", + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.16.6.tgz", + "integrity": "sha512-Q6mlqw8UXvHmeQIIYnHIkDrql0PWRhH+4xpsrg9ldQ3Sw0pvskmlt6Sj3yElgZPZQBNP1qHcAdMoa4gAKVR9sw==", "license": "MIT" }, "node_modules/@biomejs/biome": { @@ -310,9 +310,9 @@ } }, "node_modules/@codemirror/view": { - "version": "6.43.9", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.9.tgz", - "integrity": "sha512-sTuUzTpPMFebRhg6dawChoKKgndIwfjmJgKVxBefPElcU2NwQ6AFroupk0SFqEerQyZOGRfDNnSN8Dw/lMAsXw==", + "version": "6.43.11", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.11.tgz", + "integrity": "sha512-2+esucbQX6wB2JYi1eDvdCPFTA31BN8oSy6xCmk3G6CloV11yOvEjYk+gH7kLrP0MuHG94E8WDhjs5oMiu3+Wg==", "license": "MIT", "dependencies": { "@codemirror/state": "^6.7.0", @@ -1026,12 +1026,12 @@ } }, "node_modules/commander": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", - "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz", + "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==", "license": "MIT", "engines": { - "node": ">= 12" + "node": ">=22.12.0" } }, "node_modules/crelt": { @@ -1109,16 +1109,16 @@ } }, "node_modules/katex": { - "version": "0.18.4", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.4.tgz", - "integrity": "sha512-IMPntbRLOU+eu88XDiFKqQ8Akhr9Tv7jDMXqPhjG9SI1JMA4DIgXk4x9k4skJz2NZJXBRbC+2pYBLj9olqcZow==", + "version": "0.18.5", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.5.tgz", + "integrity": "sha512-1FU5H3RjGJVj6GT9fMjf2uMIXmPQp232aXS3UEeQzf0dxefHg/CKMvNB3DuOC46LFG/E5PNxrE8dOwB782FDGg==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" ], "license": "MIT", "dependencies": { - "commander": "^8.3.0" + "commander": "^15.0.0" }, "bin": { "katex": "cli.js" diff --git a/package.json b/package.json index 395183c..a22c6db 100644 --- a/package.json +++ b/package.json @@ -47,16 +47,16 @@ "vite": "^8.2.2" }, "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.16.5", + "@astral-sh/ruff-wasm-web": "^0.16.6", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7", "@codemirror/theme-one-dark": "^6.1.3", - "@codemirror/view": "^6.43.9", + "@codemirror/view": "^6.43.11", "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.14", - "katex": "^0.18.4", + "katex": "^0.18.5", "marked": "^18.0.11", "rainbowbrackets": "^2.0.2" },