From 164ccf4a101440fbd81552930c13283b2b8358ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 16:40:03 +0000 Subject: [PATCH] build(deps): update @codemirror/commands requirement in /frontend Updates the requirements on [@codemirror/commands](https://github.com/codemirror/commands) to permit the latest version. - [Changelog](https://github.com/codemirror/commands/blob/main/CHANGELOG.md) - [Commits](https://github.com/codemirror/commands/compare/6.10.2...6.10.3) --- updated-dependencies: - dependency-name: "@codemirror/commands" dependency-version: 6.10.3 dependency-type: direct:production ... 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 b342577..998c3af 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "test:e2e:ui": "playwright test --ui" }, "dependencies": { - "@codemirror/commands": "^6.10.2", + "@codemirror/commands": "^6.10.3", "@codemirror/lang-css": "^6.3.1", "@codemirror/lang-html": "^6.4.11", "@codemirror/lang-java": "^6.0.2",