From 923e20fffb072d81b1d6cf52d4b53ce5b5473808 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Dec 2025 19:44:34 +0000 Subject: [PATCH] fix: upgrade monaco-editor from 0.28.1 to 0.55.1 Snyk has created this PR to upgrade monaco-editor from 0.28.1 to 0.55.1. 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..a50eda17662b47 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.55.1", "nanoid": "3.3.6", "normalize-url": "4.5.1", "path-browserify": "1.0.1",