From a99e708decc30e58af66f4de36a588bc41dfa023 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 19:29:34 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.28.1 to 0.52.0 Snyk has created this PR to upgrade monaco-editor from 0.28.1 to 0.52.0. See this package in npm: monaco-editor See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/138fc2a5-2950-42ba-9a40-8829948fcab3?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2e72bfb2b6c24e..6c5c6503c76fb7 100644 --- a/client/package.json +++ b/client/package.json @@ -90,7 +90,7 @@ "jquery": "3.7.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "0.28.1", + "monaco-editor": "0.52.0", "nanoid": "3.3.6", "normalize-url": "4.5.1", "path-browserify": "1.0.1",