From cfd66171c51aa4271ab42fceb16ffc8daf6329e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Aug 2024 10:29:32 +0000 Subject: [PATCH] fix: packages/stark-testing/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- packages/stark-testing/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/stark-testing/package.json b/packages/stark-testing/package.json index 8a64fd1706..defc903794 100644 --- a/packages/stark-testing/package.json +++ b/packages/stark-testing/package.json @@ -20,7 +20,7 @@ "npm": ">=8.19.1" }, "dependencies": { - "@angular-devkit/build-angular": "^12.2.18", + "@angular-devkit/build-angular": "^16.2.15", "@npmcli/ci-detect": "^1.3.0", "@types/jasmine": "~3.8.2", "@types/karma": "^6.3.1",