From 2a36c63587288e5bc366d635a3938c21e3389807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:22:52 +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 [@codemirror/view](https://github.com/codemirror/view). Updates `@astral-sh/ruff-wasm-web` from 0.15.18 to 0.15.20 - [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.18...0.15.20) Updates `@codemirror/view` from 6.43.1 to 6.43.4 - [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/view/commits) --- updated-dependencies: - dependency-name: "@astral-sh/ruff-wasm-web" dependency-version: 0.15.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@codemirror/view" dependency-version: 6.43.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0be29d..638bed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "2.0.0", "license": "AGPL-3.0-or-later", "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.15.18", + "@astral-sh/ruff-wasm-web": "^0.15.20", "@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.1", + "@codemirror/view": "^6.43.4", "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.11", @@ -35,9 +35,9 @@ } }, "node_modules/@astral-sh/ruff-wasm-web": { - "version": "0.15.18", - "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.15.18.tgz", - "integrity": "sha512-p6oUOndXfVc0O1q9WGt8TyuJYAR3pLTCLIbCwJUTMaAUBPFgQZl7UBiI2E28lTgQ82qJRhIlSc/T59C1K88MbQ==", + "version": "0.15.20", + "resolved": "https://registry.npmjs.org/@astral-sh/ruff-wasm-web/-/ruff-wasm-web-0.15.20.tgz", + "integrity": "sha512-co/P+BHgKurWeAQRBLY2rCrsD5320P1fP7rkM24ZxCEl8UoyjbJth3i/zv18cvYED7xeGjwZsncyMXj8i5GmOA==", "license": "MIT" }, "node_modules/@biomejs/biome": { @@ -277,9 +277,9 @@ } }, "node_modules/@codemirror/state": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.6.0.tgz", - "integrity": "sha512-4nbvra5R5EtiCzr9BTHiTLc+MLXK2QGiAVYMyi8PkQd3SR+6ixar/Q/01Fa21TBIDOZXgeWV4WppsQolSreAPQ==", + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/@codemirror/state/-/state-6.7.0.tgz", + "integrity": "sha512-Zbl9NyscLMZkfXPQnNAIIAFftidrA1UbcJEIMp24C0Bukc2I5T8wJS0wsXYsnDOqCFJUeJ1BITGNs5CqPDSmSg==", "license": "MIT", "dependencies": { "@marijn/find-cluster-break": "^1.0.0" @@ -298,12 +298,12 @@ } }, "node_modules/@codemirror/view": { - "version": "6.43.1", - "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.1.tgz", - "integrity": "sha512-+BIjw/AG3tDQ4pJgTLPYdAW25eDE66YsvM4LKyVPgGzVgZ4a9Wj1SRX8kPVKgBDdPt8oHtZ15F0qx7p0oOHdHw==", + "version": "6.43.4", + "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.43.4.tgz", + "integrity": "sha512-YImu23iyKfncJzT7sRy+rEqEhSc8RhOHqDxwy4WzXRKJwYm6iwf/9OJk5ctCAdZ6yi2ZqaGEvmf55fSVqMDrgg==", "license": "MIT", "dependencies": { - "@codemirror/state": "^6.6.0", + "@codemirror/state": "^6.7.0", "crelt": "^1.0.6", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" diff --git a/package.json b/package.json index 92abb84..54e1c23 100644 --- a/package.json +++ b/package.json @@ -47,12 +47,12 @@ "vite": "^8.0.16" }, "dependencies": { - "@astral-sh/ruff-wasm-web": "^0.15.18", + "@astral-sh/ruff-wasm-web": "^0.15.20", "@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.1", + "@codemirror/view": "^6.43.4", "@replit/codemirror-indentation-markers": "^6.5.3", "codemirror": "^6.0.2", "dompurify": "^3.4.11",