From 68fd2b968f3626086da05cae6a2acb306a648c66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Jan 2026 20:22:50 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index a88a716eae7..7be0054c8ba 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,9 +19,9 @@ "@angular/cdk": "^14.0.4", "@angular/cli": "^15.0.4", "@angular/common": "^15.0.4", - "@angular/compiler": "^15.0.4", + "@angular/compiler": "^19.2.18", "@angular/compiler-cli": "^15.0.4", - "@angular/core": "^15.0.4", + "@angular/core": "^19.2.18", "@angular/flex-layout": "10.0.0-beta.32", "@angular/forms": "^15.0.4", "@angular/http": "^8.0.0-beta.10", @@ -44,7 +44,7 @@ "codemirror": "^5.65.14", "codemirror-solidity": "^0.2.5", "core-js": "^3.22.5", - "ethers": "^5.7.2", + "ethers": "^6.0.0", "file-saver": "^2.0.2", "flag-icons": "^6.9.2", "font-mfizz": "^2.4.1",