From 3c7333970831f2a5edf84083fc7614f00d4fc2c3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 18:21:49 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 864a84e208..79027b9616 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -62,7 +62,7 @@ "dependencies": { "@angular-devkit/build-angular": "^17.3.16", "@angular/animations": "^17.3.1", - "@angular/cli": "^20.3.3", + "@angular/cli": "^20.3.15", "@angular/common": "^19.2.16", "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.1", @@ -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": "^9.26.0", "browser-sync": "^3.0.3", "http-proxy-middleware": "~2.0.6", "prettier": "^3.0.0",