From 7e8b109780a8b6d6636d836d2d2ab8dfbce7dbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 18:49:42 +0000 Subject: [PATCH] Bump vite and @angular-devkit/build-angular Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.3.4 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `vite` from 6.0.11 to 6.3.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.4/packages/vite) Updates `@angular-devkit/build-angular` from 19.1.7 to 19.1.7 - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/19.1.7...19.1.7) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-version: 19.1.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- vertex-ai-firebase-angular-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertex-ai-firebase-angular-example/package.json b/vertex-ai-firebase-angular-example/package.json index 2c33ad0..8468afc 100644 --- a/vertex-ai-firebase-angular-example/package.json +++ b/vertex-ai-firebase-angular-example/package.json @@ -23,7 +23,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.6", + "@angular-devkit/build-angular": "^19.1.7", "@angular/cli": "^19.0.6", "@angular/compiler-cli": "^19.0.0", "typescript": "~5.6.2"