From 118e133679bcdb94183e68b825f14b018f564e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 04:02:07 +0000 Subject: [PATCH] Bump rollup and @angular-devkit/build-angular in /virtual-desktop Bumps [rollup](https://github.com/rollup/rollup) to 4.22.4 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together. Updates `rollup` from 4.20.0 to 4.22.4 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.20.0...v4.22.4) Updates `@angular-devkit/build-angular` from 18.2.1 to 18.2.1 - [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/18.2.1...18.2.1) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- virtual-desktop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual-desktop/package.json b/virtual-desktop/package.json index 4be07be0..de3ba9fa 100644 --- a/virtual-desktop/package.json +++ b/virtual-desktop/package.json @@ -42,7 +42,7 @@ "zone.js": "~0.14.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^18.0.7", + "@angular-devkit/build-angular": "^18.2.1", "@angular/cli": "~18.0.7", "@angular/compiler-cli": "~18.0.0", "@ngtools/webpack": "^18.0.0",