From e115b7e1c534671e81d3c8b20919d7894d7f6781 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 20:24:05 +0000 Subject: [PATCH] fix: wasm/notebook/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 --- wasm/notebook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/notebook/package.json b/wasm/notebook/package.json index e0d9848154..b60985a028 100644 --- a/wasm/notebook/package.json +++ b/wasm/notebook/package.json @@ -4,7 +4,7 @@ "description": "Bindings to the RustPython library for WebAssembly", "main": "index.js", "dependencies": { - "codemirror": "^5.42.0", + "codemirror": "^6.0.0", "file-loader": "^6.1.0", "katex": "^0.16.4", "local-echo": "^0.2.0",