From 55c96e48b6e8a5e58e7aecf0b4472495d3e2df28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 22:52:40 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.36.1 to 0.50.0 Snyk has created this PR to upgrade monaco-editor from 0.36.1 to 0.50.0. See this package in npm: monaco-editor See this project in Snyk: https://app.snyk.io/org/developer-red-hat-trusted-application-pipeline/project/62358635-6218-4506-9c5b-1ad33a8f5b3b?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ea453352..1e9a2c4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -99,7 +99,7 @@ "jwt-decode": "^4.0.0", "lodash": "^4.17.21", "moment": "^2.29.1", - "monaco-editor": "^0.36.1", + "monaco-editor": "^0.50.0", "oauth4webapi": "^2.10.3", "react": "^17.0.2", "react-dom": "^17.0.2",