diff --git a/package-lock.json b/package-lock.json index eb831d9..5e4cf23 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.0", + "@astral-sh/ruff-wasm-web": "^0.16.1", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7", @@ -35,9 +35,9 @@ } }, "node_modules/@astral-sh/ruff-wasm-web": { - "version": "0.16.0", - "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.16.0.tgz", - "integrity": "sha512-ajvP0k0QmR4jvmGYvDWhRq1grwjBt92dmU7OGhKY1IWrakCsrmF1HPoWTqnMCUYIqm34CEBGdoU5YfVVLmXmvQ==", + "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==", "license": "MIT" }, "node_modules/@biomejs/biome": { diff --git a/package.json b/package.json index 4b360d6..3501a7b 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "vite": "^8.1.5" }, "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.16.0", + "@astral-sh/ruff-wasm-web": "^0.16.1", "@codemirror/autocomplete": "^6.20.3", "@codemirror/lang-python": "^6.2.1", "@codemirror/lint": "^6.9.7",