From 9231fe3d76f7a01dc6d5a8af6f29e5d9a979ac69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:27:57 +0000 Subject: [PATCH] build(deps): bump monaco-editor from 0.51.0 to 0.52.0 Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.51.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.51.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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe04ad68870..bdf2010eb76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "leaflet.markercluster": "^1.4.1", "lodash": "^4.17.21", "masonry-layout": "^4.2.2", - "monaco-editor": "^0.51.0", + "monaco-editor": "^0.52.0", "path-browserify": "^1.0.1", "photoswipe": "^5.4.4", "process": "^0.11.10", @@ -11603,9 +11603,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.51.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.51.0.tgz", - "integrity": "sha512-xaGwVV1fq343cM7aOYB6lVE4Ugf0UyimdD/x5PWcWBMKENwectaEu77FAN7c5sFiyumqeJdX1RPTh1ocioyDjw==" + "version": "0.52.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.0.tgz", + "integrity": "sha512-OeWhNpABLCeTqubfqLMXGsqf6OmPU6pHM85kF3dhy6kq5hnhuVS1p3VrEW/XhWHc71P2tHyS5JFySD8mgs1crw==" }, "node_modules/monaco-editor-webpack-plugin": { "version": "7.1.0", diff --git a/package.json b/package.json index 86298fb4a0c..8b0a98efdbf 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "leaflet.markercluster": "^1.4.1", "lodash": "^4.17.21", "masonry-layout": "^4.2.2", - "monaco-editor": "^0.51.0", + "monaco-editor": "^0.52.0", "path-browserify": "^1.0.1", "photoswipe": "^5.4.4", "process": "^0.11.10",