From 1061ee8bbb2773d17de5e56b6a7629c6d3bb9f41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 04:39:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0dbc122..5db4707 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~0.803.26", + "@angular-devkit/build-angular": "~12.0.0", "@angular/animations": "8.2.2", "@angular/cdk": "^8.2.3", "@angular/cli": "^8.3.29", "@angular/common": "8.2.2", "@angular/compiler": "8.2.2", - "@angular/compiler-cli": "^8.2.14", + "@angular/compiler-cli": "^18.2.8", "@angular/core": "^8.2.14", "@angular/forms": "8.2.2", "@angular/localize": "^9.1.12", @@ -40,7 +40,7 @@ "chai": "^4.2.0", "core-js": "^2", "dotenv": "^8.0.0", - "ethers": "^5.0.26", + "ethers": "^6.0.0", "jasmine-core": "^3.6.0", "jasmine-spec-reporter": "^4.2.1", "karma": "^5.1.1", @@ -62,8 +62,8 @@ "ts-node": "^8.10.2", "tslib": "^1.13.0", "typescript": "^3.5.3", - "web3": "1.3.2", - "webpack": "^4.44.1", + "web3": "4.2.0", + "webpack": "^5.0.0", "webpack-dev-server": "^3.11.0", "zone.js": "0.10.2" },