From 6ddfe30a617e5cd6910563574ba5107e08380092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 09:23:08 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@astral-sh/ruff-wasm-web](https://github.com/astral-sh/ruff) and [katex](https://github.com/KaTeX/KaTeX). Updates `@astral-sh/ruff-wasm-web` from 0.16.1 to 0.16.3 - [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.1...0.16.3) Updates `katex` from 0.18.1 to 0.18.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.18.1...v0.18.4) --- updated-dependencies: - dependency-name: "@astral-sh/ruff-wasm-web" dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: katex dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7eea130..21f5c20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.16.1", + "@astral-sh/ruff-wasm-web": "^0.16.3", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7", @@ -18,7 +18,7 @@ "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.13", - "katex": "^0.18.1", + "katex": "^0.18.4", "marked": "^18.0.9", "rainbowbrackets": "^2.0.2" }, @@ -35,9 +35,9 @@ } }, "node_modules/@astral-sh/ruff-wasm-web": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.16.1.tgz", - "integrity": "sha512-jdkTz3YI9OpNvPuViL9hbtV3+xIfwugtO5w2mDeonHc/fnO/uKlS+ldlOglpDF4brlogNSxkqfANPPsnYauFdw==", + "version": "0.16.3", + "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.16.3.tgz", + "integrity": "sha512-fa3teK+fuqEZQz5fIUUulQAkzP13l5BpJm9KFR7STccdurB4ozmrcfnMDqt0yMRYJfKhrzVANmxagZzb8RrvlA==", "license": "MIT" }, "node_modules/@biomejs/biome": { @@ -1145,9 +1145,9 @@ } }, "node_modules/katex": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.1.tgz", - "integrity": "sha512-Td8GCYSxDAoMhHOlKmCFMJ/hz5qlAAb71n66Dryw9nfCVfumLo7nhuotbvKom/XPADmrYC3O5QR71EPq4DarJQ==", + "version": "0.18.4", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.4.tgz", + "integrity": "sha512-IMPntbRLOU+eu88XDiFKqQ8Akhr9Tv7jDMXqPhjG9SI1JMA4DIgXk4x9k4skJz2NZJXBRbC+2pYBLj9olqcZow==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index 0ab661b..8504b74 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vite": "^8.2.1" }, "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.16.1", + "@astral-sh/ruff-wasm-web": "^0.16.3", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7", @@ -56,7 +56,7 @@ "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.13", - "katex": "^0.18.1", + "katex": "^0.18.4", "marked": "^18.0.9", "rainbowbrackets": "^2.0.2" },