From 550bdefc24ee6dea5e94d2ffc40e5e0c10426c21 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:40:56 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-13644406 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f657cb753f..3f614ec83a 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": "^20.3.3", + "@angular-devkit/build-angular": "^17.3.16", "@angular/animations": "^17.3.1", "@angular/cli": "^20.3.3", "@angular/common": "^17.3.1",