From 72fdc6b8eeccb1b0736f35d9618cb862cba5aec1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jan 2026 03:25:28 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0b21dde..6ef61f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "@angular-devkit/build-angular": "^19.2.6", "@angular/animations": "^19.2.5", "@angular/cdk": "^19.2.8", - "@angular/cli": "^19.2.6", + "@angular/cli": "^20.3.15", "@angular/common": "^19.2.5", "@angular/compiler": "^19.2.5", "@angular/compiler-cli": "^19.2.5", @@ -40,7 +40,7 @@ "canvas-confetti": "^1.4.0", "codemirror": "^5.65.14", "codemirror-solidity": "^0.2.5", - "ethers": "^5.7.2", + "ethers": "^6.0.0", "file-saver": "^2.0.2", "flag-icons": "^6.9.2", "font-mfizz": "^2.4.1",