From 7d8f958c9a64a49573a80e96110104dc5491e6b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Oct 2021 04:14:12 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.20.0 to 0.28.1 Snyk has created this PR to upgrade monaco-editor from 0.20.0 to 0.28.1. See this package in npm: See this project in Snyk: https://app.snyk.io/org/codefresh-org-1/project/f255981f-a5b4-4d51-8e1f-58f06028b4b1?utm_source=github&utm_medium=referral&page=upgrade-pr --- ui/package.json | 2 +- ui/yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 4d0f85f32ff1..f8c9f59bb663 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "js-yaml": "^3.13.1", "json-merge-patch": "^0.2.3", "moment": "^2.24.0", - "monaco-editor": "0.20.0", + "monaco-editor": "0.28.1", "prop-types": "^15.7.2", "react": "^16.8.3", "react-chartjs-2": "^2.9.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 5bec2679668d..6a7e955d229d 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6425,11 +6425,16 @@ monaco-editor-webpack-plugin@^1.9.0: dependencies: loader-utils "^1.2.3" -monaco-editor@*, monaco-editor@0.20.0: +monaco-editor@*: version "0.20.0" resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.20.0.tgz#5d5009343a550124426cb4d965a4d27a348b4dea" integrity sha512-hkvf4EtPJRMQlPC3UbMoRs0vTAFAYdzFQ+gpMb8A+9znae1c43q8Mab9iVsgTcg/4PNiLGGn3SlDIa8uvK1FIQ== +monaco-editor@0.28.1: + version "0.28.1" + resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.28.1.tgz#732788ff2172d59e6d436b206da8cac715413940" + integrity sha512-P1vPqxB4B1ZFzTeR1ScggSp9/5NoQrLCq88fnlNUsuRAP1usEBN4TIpI2lw0AYIZNVIanHk0qwjze2uJwGOHUw== + move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"