From 71d45bbcd5e4faf4abd8da05d509e8d0a03581ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:23:22 +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.15.21 to 0.15.22 - [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.15.21...0.15.22) Updates `katex` from 0.17.0 to 0.18.1 - [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.17.0...v0.18.1) --- updated-dependencies: - dependency-name: "@astral-sh/ruff-wasm-web" dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: katex dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor 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 ec6f0f4..a299cf6 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.15.21", + "@astral-sh/ruff-wasm-web": "^0.15.22", "@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.12", - "katex": "^0.17.0", + "katex": "^0.18.1", "marked": "^18.0.6", "rainbowbrackets": "^2.0.2" }, @@ -35,9 +35,9 @@ } }, "node_modules/@astral-sh/ruff-wasm-web": { - "version": "0.15.21", - "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.15.21.tgz", - "integrity": "sha512-EcMPUkDZGAJ0vUAe0hgBWYojGtQAJcz92Nyrsj2P60KB8Bc5eNDuGEGtFbhrRXO/I9pFGG5NNPAJL/uVmyMNig==", + "version": "0.15.22", + "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.15.22.tgz", + "integrity": "sha512-S6nWs8rJsAfzcxOcMfVAOgaEsnxYSkm4RlDKhzhkYqNhDGIKq8WG0FmhuO8EHWLokiXEArK+qXH0GmQ0WLuMHw==", "license": "MIT" }, "node_modules/@biomejs/biome": { @@ -1267,9 +1267,9 @@ } }, "node_modules/katex": { - "version": "0.17.0", - "resolved": "https://registry.npmjs.org/katex/-/katex-0.17.0.tgz", - "integrity": "sha512-Vdw0ATsQ9V+LuegM/BTwQqV/6cTl5lbGcIrU+BCgLxyf6bo38ybOr372tuSIxir3CN720flu1meYR6XzNMwQnw==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.18.1.tgz", + "integrity": "sha512-Td8GCYSxDAoMhHOlKmCFMJ/hz5qlAAb71n66Dryw9nfCVfumLo7nhuotbvKom/XPADmrYC3O5QR71EPq4DarJQ==", "funding": [ "https://opencollective.com/katex", "https://github.com/sponsors/katex" diff --git a/package.json b/package.json index eb86209..1568f2f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vite": "^8.1.5" }, "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.15.21", + "@astral-sh/ruff-wasm-web": "^0.15.22", "@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.12", - "katex": "^0.17.0", + "katex": "^0.18.1", "marked": "^18.0.6", "rainbowbrackets": "^2.0.2" },