From a847b0fd7a67bc3a3516370b2e6d6cafce4cd401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:04:33 +0000 Subject: [PATCH] build(deps): bump vite and @angular-devkit/build-angular Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 6.0.9 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.7 to 6.0.9 - [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.0.9/packages/vite) Updates `@angular-devkit/build-angular` from 19.1.3 to 19.1.3 - [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.3...19.1.3) --- updated-dependencies: - dependency-name: vite dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" 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 318d3a132..6f6c42962 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.0", + "@angular-devkit/build-angular": "^19.1.3", "@angular-devkit/core": "^19.0.0", "@angular-devkit/schematics": "^19.0.0", "@angular-eslint/builder": "19.0.0",