From c58b745928c84b0048d4bc64fa00288cb7872bd0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:33:29 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-MODELCONTEXTPROTOCOLSDK-15208843 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235959 - https://snyk.io/vuln/SNYK-JS-WEBPACK-15235969 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 864a84e208..6a118e0712 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -60,9 +60,9 @@ "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.3.15", "@angular/animations": "^17.3.1", - "@angular/cli": "^20.3.3", + "@angular/cli": "^21.1.3", "@angular/common": "^19.2.16", "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.1",