From 163739b8090a397fd431309b2d07f23d2a61d2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:07:09 +0000 Subject: [PATCH] Bump monaco-editor from 0.50.0 to 0.52.2 Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.50.0 to 0.52.2. - [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.50.0...v0.52.2) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:development 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 1b6088a2..3ea37624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "comlink": "^4.4.1", "eslint": "^9", "eslint-config-next": "15.1.7", - "monaco-editor": "^0.50.0", + "monaco-editor": "^0.52.2", "monaco-editor-webpack-plugin": "^7.1.0", "postcss": "^8", "serwist": "^9.0.12", @@ -7351,9 +7351,9 @@ "license": "MIT" }, "node_modules/monaco-editor": { - "version": "0.50.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.50.0.tgz", - "integrity": "sha512-8CclLCmrRRh+sul7C08BmPBP3P8wVWfBHomsTcndxg5NRCEPfu/mc2AGU8k37ajjDVXcXFc12ORAMUkmk+lkFA==", + "version": "0.52.2", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz", + "integrity": "sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ==", "license": "MIT" }, "node_modules/monaco-editor-webpack-plugin": { diff --git a/package.json b/package.json index 2e2a5a73..7f8debba 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "comlink": "^4.4.1", "eslint": "^9", "eslint-config-next": "15.1.7", - "monaco-editor": "^0.50.0", + "monaco-editor": "^0.52.2", "monaco-editor-webpack-plugin": "^7.1.0", "postcss": "^8", "serwist": "^9.0.12",