From 46199b03efe28ab799f3c10f740b9ee8244f325c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:09:53 +0000 Subject: [PATCH] chore(deps): Bump vite and @angular-devkit/build-angular Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.2.6 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.2.5 to 6.2.6 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.6/packages/vite) Updates `@angular-devkit/build-angular` from 19.2.7 to 19.2.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.2.7...19.2.7) --- updated-dependencies: - dependency-name: vite dependency-version: 6.2.6 dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-version: 19.2.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 403f67e5..ccccca44 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.2.0", + "@angular-devkit/build-angular": "^19.2.7", "@angular-eslint/builder": "^19.2", "@angular-eslint/eslint-plugin": "^19.2", "@angular-eslint/eslint-plugin-template": "^19.2",