From d140473898371f757aeb3cd890344f83259b32eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:14:57 +0000 Subject: [PATCH] chore(deps): bump monaco-editor in /web/ui/dashboard Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.34.1 to 0.53.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.34.1...v0.53.0) --- updated-dependencies: - dependency-name: monaco-editor dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/ui/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/dashboard/package.json b/web/ui/dashboard/package.json index eeb85db20d..e8ae48b6f9 100644 --- a/web/ui/dashboard/package.json +++ b/web/ui/dashboard/package.json @@ -27,7 +27,7 @@ "@types/react": "^18.0.21", "axios": "^1.6.7", "date-fns": "^2.27.0", - "monaco-editor": "^0.34.1", + "monaco-editor": "^0.53.0", "posthog-js": "1.127.0", "prismjs": "^1.29.0", "rxjs": "^6.6.0",