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" },