From 333800b73e7e521d3162b314ae2a11d6631969e9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:48:00 +0000 Subject: [PATCH] fix: integration/cli-hello-world-mocha/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- integration/cli-hello-world-mocha/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/cli-hello-world-mocha/package.json b/integration/cli-hello-world-mocha/package.json index 88e62b360f4e..1df34eff5231 100644 --- a/integration/cli-hello-world-mocha/package.json +++ b/integration/cli-hello-world-mocha/package.json @@ -25,7 +25,7 @@ "zone.js": "file:../../dist/zone.js-dist/archive/zone.js.tgz" }, "devDependencies": { - "@angular-devkit/build-angular": "file:../../node_modules/@angular-devkit/build-angular", + "@angular-devkit/build-angular": "18.1.0", "@angular/cli": "file:../../node_modules/@angular/cli", "@angular/compiler-cli": "file:../../dist/packages-dist/compiler-cli", "@angular/language-service": "file:../../dist/packages-dist/language-service",