From 1fda5ab428ca7b35c8729cf810a9f3c0a5840122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:10:24 +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 c14f89f..342114c 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,7 +33,7 @@ "cors": "^2.8.6", "express": "^5.2.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",