From 9b48f34c1a817c290bb3d80217c2fce3cec08165 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 1/2] 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 c1e9a37..d526a11 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", From e4531672090336caff8fc9ecc00ad102ed470961 Mon Sep 17 00:00:00 2001 From: Vuong <3168632+vuon9@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:21:47 +0700 Subject: [PATCH 2/2] build(deps): update codemirror commands lockfile --- frontend/bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/bun.lock b/frontend/bun.lock index 44732b7..04b4284 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -5,7 +5,7 @@ "": { "name": "frontend", "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",