From 422665a8db1b1256941fb32b96a400b56a488643 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 08:16:16 +0000 Subject: [PATCH] build(deps-dev): bump monaco-editor from 0.14.3 to 0.19.3 Bumps [monaco-editor](https://github.com/Microsoft/monaco-editor) from 0.14.3 to 0.19.3. - [Release notes](https://github.com/Microsoft/monaco-editor/releases) - [Changelog](https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md) - [Commits](https://github.com/Microsoft/monaco-editor/compare/v0.14.3...v0.19.3) Signed-off-by: dependabot-preview[bot] --- packages/cockpit/ui/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/cockpit/ui/package.json b/packages/cockpit/ui/package.json index 32da1249c..80192739e 100644 --- a/packages/cockpit/ui/package.json +++ b/packages/cockpit/ui/package.json @@ -72,7 +72,7 @@ "fs-extra": "8.1.0", "history": "4.7.2", "jquery": "3.4.1", - "monaco-editor": "0.14.3", + "monaco-editor": "0.19.3", "npm-run-all": "4.1.5", "perfect-scrollbar": "1.4.0", "popper.js": "1.15.0", diff --git a/yarn.lock b/yarn.lock index d6c2de644..9c89f09b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14455,10 +14455,10 @@ modify-values@^1.0.0: resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022" integrity sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== -monaco-editor@0.14.3: - version "0.14.3" - resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.14.3.tgz#7cc4a4096a3821f52fea9b10489b527ef3034e22" - integrity sha512-RhaO4xXmWn/p0WrkEOXe4PoZj6xOcvDYjoAh0e1kGUrQnP1IOpc0m86Ceuaa2CLEMDINqKijBSmqhvBQnsPLHQ== +monaco-editor@0.19.3: + version "0.19.3" + resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.19.3.tgz#1c994b3186c00650dbcd034d5370d46bf56c0663" + integrity sha512-2n1vJBVQF2Hhi7+r1mMeYsmlf18hjVb6E0v5SoMZyb4aeOmYPKun+CE3gYpiNA1KEvtSdaDHFBqH9d7Wd9vREg== move-concurrently@^1.0.1: version "1.0.1"