From 1b07e754e709f5423a74ff362afe1b2bdde11b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 18:09:42 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /modules/ui directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [@angular-devkit/build-angular](https://github.com/angular/angular-cli). Updates `vite` from 6.2.6 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.2.9 to 19.2.9 - [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.9...19.2.9) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.4 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@angular-devkit/build-angular" dependency-version: 19.2.9 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- modules/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/package.json b/modules/ui/package.json index e209d38df..155afb69a 100644 --- a/modules/ui/package.json +++ b/modules/ui/package.json @@ -40,7 +40,7 @@ "zone.js": "^0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^19.0.2", + "@angular-devkit/build-angular": "^19.2.9", "@angular-eslint/builder": "19.0.0-alpha.4", "@angular-eslint/eslint-plugin": "19.0.0-alpha.4", "@angular-eslint/eslint-plugin-template": "19.0.0-alpha.4",