From 744d64bd9ff83e04baff80ae42b5444a983d1617 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:04:40 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 864a84e208..c8c3b52327 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,7 +60,7 @@ "cypress:run:ci:parameterized": "node update-config.js TESTNET_ENABLED=true TESTNET4_ENABLED=true SIGNET_ENABLED=true LIQUID_ENABLED=true ITEMS_PER_PAGE=25 && npm run generate-config && start-server-and-test serve:parameterized 4200 cypress:run:record" }, "dependencies": { - "@angular-devkit/build-angular": "^17.3.16", + "@angular-devkit/build-angular": "^20.0.0", "@angular/animations": "^17.3.1", "@angular/cli": "^20.3.3", "@angular/common": "^19.2.16", @@ -101,7 +101,7 @@ "@types/node": "^24.5.2", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.0", - "eslint": "^8.57.0", + "eslint": "^10.0.0", "browser-sync": "^3.0.3", "http-proxy-middleware": "~2.0.6", "prettier": "^3.0.0",