From 29a520fd3c1e81200d0471b9ae9d6239c72b0136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 02:54:23 +0000 Subject: [PATCH] build(deps-dev): bump the angular group Bumps the angular group in /showcase/angular-active-showcase with 2 updates: [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). Updates `@angular-devkit/build-angular` from 18.2.7 to 18.2.8 - [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.7...18.2.8) Updates `@angular/cli` from 18.2.7 to 18.2.8 - [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.7...18.2.8) --- updated-dependencies: - dependency-name: "@angular-devkit/build-angular" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: angular ... Signed-off-by: dependabot[bot] --- showcase/angular-active-showcase/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/showcase/angular-active-showcase/package.json b/showcase/angular-active-showcase/package.json index e4036d1e71..1afaedf56a 100644 --- a/showcase/angular-active-showcase/package.json +++ b/showcase/angular-active-showcase/package.json @@ -22,8 +22,8 @@ "zone.js": "0.14.10" }, "devDependencies": { - "@angular-devkit/build-angular": "18.2.7", - "@angular/cli": "18.2.7", + "@angular-devkit/build-angular": "18.2.8", + "@angular/cli": "18.2.8", "@angular/compiler-cli": "18.2.7", "domhandler": "^5.0.3", "injection-js": "2.4.0",