From 139d6fc07b895d5ea2b6fa7d451201d64f678762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 02:40:12 +0000 Subject: [PATCH] Bump @angular-devkit/build-angular Bumps [@angular-devkit/build-angular](https://github.com/angular/angular-cli) from 17.3.8 to 18.0.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/17.3.8...18.0.3) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../testProjects/angular-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json index 3abfea26e5..5fcb9969d2 100644 --- a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json +++ b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json @@ -11,7 +11,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "^17.0.0", + "@angular-devkit/build-angular": "^18.0.3", "@angular/animations": "^17.0.1", "@angular/cli": "^17.0.0", "@angular/common": "^17.0.1",