From 28540375d97eba379202406e4e3a8c46f74b7e5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Aug 2025 15:59:04 +0000 Subject: [PATCH] fix: packages/react-sandpack/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 --- packages/react-sandpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-sandpack/package.json b/packages/react-sandpack/package.json index bca5b899ecf..a62464ae778 100644 --- a/packages/react-sandpack/package.json +++ b/packages/react-sandpack/package.json @@ -81,7 +81,7 @@ }, "dependencies": { "classnames": "^2.2.5", - "codemirror": "^5.35.0", + "codemirror": "^6.0.0", "codesandbox-api": "^0.0.18", "codesandbox-import-utils": "^1.2.3", "react-broadcast": "^0.6.2",