From 64a434f056e9e089ab3fdecea41a5765ccd290a3 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 15:27:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fecfcecfa7bd..f9182e751ee6 100644 --- a/package.json +++ b/package.json @@ -49,11 +49,11 @@ "// 1": "dependencies are used locally and by bazel", "dependencies": { "@angular/build": "18.1.0-next.1", - "@angular-devkit/build-angular": "18.1.0-next.1", + "@angular-devkit/build-angular": "18.1.0", "@angular-devkit/core": "18.1.0-next.1", "@angular-devkit/schematics": "18.1.0-next.1", "@angular/cdk": "18.1.0-next.1", - "@angular/cli": "18.1.0-next.1", + "@angular/cli": "18.1.0", "@angular/material": "18.1.0-next.1", "@babel/cli": "7.24.7", "@babel/core": "7.24.7",