From f0ed83fb7ac89541d9434f3cfe50e83cbc70305d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 16:57:14 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.28.1 to 0.51.0 Snyk has created this PR to upgrade monaco-editor from 0.28.1 to 0.51.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..4262f0931474f7 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.51.0", "nanoid": "3.3.6", "normalize-url": "4.5.1", "path-browserify": "1.0.1",