From 64c7e1bd4a42d603d5f5586b29d6a5564202c6a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Feb 2021 21:33:32 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.20.0 to 0.21.3 Snyk has created this PR to upgrade monaco-editor from 0.20.0 to 0.21.3. 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=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 5c7b4643eefa..b49625854574 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.21.3", "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 2b0eb53c1ec8..8ff6e05d6f54 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -4010,11 +4010,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.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/monaco-editor/-/monaco-editor-0.21.3.tgz#3381b66614b64d1c5e3b77dd5564ad496d1b4e5d" + integrity sha512-9N7wATLpi+googstvtm6IKg97vPQ77FDYEpkow5tLriM/VJ0DaTRyUP4UVzcoH7KlPDX+e/rE7/imcOUeGkT6g== + move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"