From 136a2b096cf99b1e8f8281954fcd9f234a81befe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Mar 2025 07:07:11 +0000 Subject: [PATCH] fix: packages/stark-build/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-VITE-9512410 --- packages/stark-build/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/stark-build/package.json b/packages/stark-build/package.json index fe557ad3a4..7767e9e427 100644 --- a/packages/stark-build/package.json +++ b/packages/stark-build/package.json @@ -19,8 +19,8 @@ }, "types": "typings/index.d.ts", "dependencies": { - "@angular-builders/custom-webpack": "^16.0.1", - "@angular-devkit/build-angular": "^16.2.16", + "@angular-builders/custom-webpack": "^19.0.0", + "@angular-devkit/build-angular": "^17.3.14", "@types/webpack": "^5.28.0", "eslint-webpack-plugin": "^4.0.1", "moment-locales-webpack-plugin": "^1.2.0",