From ccab100f5a65f1380c46fe468903f0d88412c752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 03:31:15 +0000 Subject: [PATCH] Bump the angular group in /generators/angular/resources with 2 updates Bumps the angular group in /generators/angular/resources with 2 updates: [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) and [@angular/cli](https://github.com/angular/angular-cli). Updates `@angular/common` from 18.0.5 to 18.0.6 - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/18.0.6/packages/common) Updates `@angular/cli` from 18.0.6 to 18.0.7 - [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.0.6...18.0.7) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production 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] --- generators/angular/resources/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/angular/resources/package.json b/generators/angular/resources/package.json index 58a9c38ff5e8..22ad5d41b1f8 100644 --- a/generators/angular/resources/package.json +++ b/generators/angular/resources/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@angular/common": "18.0.5", + "@angular/common": "18.0.6", "@fortawesome/angular-fontawesome": "0.15.0", "@fortawesome/fontawesome-svg-core": "6.5.2", "@fortawesome/free-solid-svg-icons": "6.5.2", @@ -24,7 +24,7 @@ "@angular-builders/custom-webpack": "18.0.0", "@angular-builders/jest": "18.0.0", "@angular-eslint/eslint-plugin": "18.1.0", - "@angular/cli": "18.0.6", + "@angular/cli": "18.0.7", "@types/jest": "29.5.12", "@types/node": "20.11.25", "@types/sockjs-client": "1.5.4",