From 3eb2d492625445b6471a1447863b8f8e32784475 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Aug 2025 09:34:30 +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 a88a716eae7..379878509b2 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",