From 9aa56fa6e610e6be012056eeaa252b5eb168e05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:27:45 +0000 Subject: [PATCH] frontend(deps): Bump @codemirror/state from 6.5.4 to 6.6.0 in /frontend Bumps [@codemirror/state](https://github.com/codemirror/state) from 6.5.4 to 6.6.0. - [Changelog](https://github.com/codemirror/state/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/state/compare/6.5.4...6.6.0) --- updated-dependencies: - dependency-name: "@codemirror/state" dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f9a214b0..69eb9d52 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -27,7 +27,7 @@ "@codemirror/collab": "^6.1.1", "@codemirror/commands": "6.10.1", "@codemirror/lsp-client": "^6.2.1", - "@codemirror/state": "6.5.4", + "@codemirror/state": "6.6.0", "@codemirror/view": "6.39.11", "@floating-ui/vue": "^1.1.6", "@tabler/icons-vue": "^3.34.0",