From ef3d7690567068f95920ff6fc905d353356d8f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 04:33:50 +0000 Subject: [PATCH] chore(deps): bump monaco-editor in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [monaco-editor](https://github.com/microsoft/monaco-editor). Updates `monaco-editor` from 0.55.1 to 0.56.0 - [Release notes](https://github.com/microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/monaco-editor/compare/v0.55.1...v0.56.0) --- updated-dependencies: - dependency-name: monaco-editor dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 42e671c..7caf062 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -37,7 +37,7 @@ "express": "^5.2.1", "lodash-es": "^4.18.1", "lucide-react": "^1.16.0", - "monaco-editor": "0.55.1", + "monaco-editor": "0.56.0", "mssql": "^12.6.0", "mysql2": "^3.11.0", "oracledb": "^7.0.0",