From 84afb7868710e820c541c2e667015c8ca32af242 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Aug 2025 21:51:34 +0000 Subject: [PATCH] fix: packages/codemirror/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 --- packages/codemirror/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index c85aaa037aca..c97127197738 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -55,7 +55,7 @@ "@lumino/polling": "^1.10.0", "@lumino/signaling": "^1.10.1", "@lumino/widgets": "^1.31.1", - "codemirror": "~5.61.0", + "codemirror": "~6.0.0", "react": "^17.0.1", "y-codemirror": "^3.0.1" },