From 37c58f275571d226171a64906681960a40326d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 05:18:41 +0000 Subject: [PATCH] Bump monaco-editor from 0.47.0 to 0.49.0 in /commafeed-client Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.47.0 to 0.49.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.47.0...v0.49.0) --- updated-dependencies: - dependency-name: monaco-editor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index aa498f81..e7bc11ea 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -25,7 +25,7 @@ "dayjs": "^1.11.10", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.0", - "monaco-editor": "^0.47.0", + "monaco-editor": "^0.49.0", "mousetrap": "^1.6.5", "react": "^18.2.0", "react-async-hook": "^4.0.0", @@ -6489,9 +6489,9 @@ } }, "node_modules/monaco-editor": { - "version": "0.47.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.47.0.tgz", - "integrity": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==" + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.49.0.tgz", + "integrity": "sha512-2I8/T3X/hLxB2oPHgqcNYUVdA/ZEFShT7IAujifIPMfKkNbLOqY8XCoyHCXrsdjb36dW9MwoTwBCFpXKMwNwaQ==" }, "node_modules/moo": { "version": "0.5.2", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 14d1d008..a296a53e 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -31,7 +31,7 @@ "dayjs": "^1.11.10", "escape-string-regexp": "^5.0.0", "interweave": "^13.1.0", - "monaco-editor": "^0.47.0", + "monaco-editor": "^0.49.0", "mousetrap": "^1.6.5", "react": "^18.2.0", "react-async-hook": "^4.0.0",