From e7d2a4acace5f6df4a7fdc9a1b3d8b571e9cb25c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:56:29 +0000 Subject: [PATCH] Bump monaco-editor from 0.49.0 to 0.52.0 in /client Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.49.0 to 0.52.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.49.0...v0.52.0) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 11 +++++++---- client/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 3a81af1..c438bbf 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "bootstrap": "5.3.3", "bootstrap-icons": "^1.11.2", "date-fns": "^3.6.0", - "monaco-editor": "^0.49.0", + "monaco-editor": "^0.52.0", "splitpanes": "^3.1.5", "vue": "^3.3.9" }, @@ -27,6 +27,9 @@ "typescript-eslint": "^7.9.0", "vite": "^5.0.4", "vue-tsc": "^1.8.24" + }, + "engines": { + "node": ">= 18.3" } }, "node_modules/@babel/parser": { @@ -2224,9 +2227,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.49.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.49.0.tgz", - "integrity": "sha512-2I8/T3X/hLxB2oPHgqcNYUVdA/ZEFShT7IAujifIPMfKkNbLOqY8XCoyHCXrsdjb36dW9MwoTwBCFpXKMwNwaQ==" + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz", + "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==" }, "node_modules/ms": { "version": "2.1.2", diff --git a/client/package.json b/client/package.json index c940474..21f611e 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "bootstrap": "5.3.3", "bootstrap-icons": "^1.11.2", "date-fns": "^3.6.0", - "monaco-editor": "^0.49.0", + "monaco-editor": "^0.52.0", "splitpanes": "^3.1.5", "vue": "^3.3.9" },