From 6c95a72dc448e2876c7d8842fb4a948000fbfc9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Aug 2025 08:22:00 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 43e080db844..feabcf2e2d7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "@wagmi/core": "^0.5.8", "anuglar2-qrcode": "~2.0.3", "canvas-confetti": "^1.4.0", - "codemirror": "^5.65.14", + "codemirror": "^6.0.0", "codemirror-solidity": "^0.2.5", "core-js": "^3.22.5", "ethers": "^5.7.2",