From 08a11de60d0d95d6bcefeaf4a0af5d544b20cb6c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 08:31:31 +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-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 96c933b..7266942 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@angular-material-extensions/password-strength": "^6.0.0", "@angular/animations": "^15.0.4", "@angular/cdk": "^14.0.4", - "@angular/cli": "^15.0.4", + "@angular/cli": "^18.0.0", "@angular/common": "^15.0.4", "@angular/compiler": "^15.0.4", "@angular/compiler-cli": "^15.0.4", @@ -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",