From 4f891f7cf8d870381d4453caa9bf35e2ef2e5314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 12:42:47 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/cli from 13.3.10 to 15.2.1 Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.3.10 to 15.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/13.3.10...15.2.1) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/browser-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/browser-angular/package.json b/examples/browser-angular/package.json index 86b16524..337a62ee 100644 --- a/examples/browser-angular/package.json +++ b/examples/browser-angular/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@angular-builders/custom-webpack": "^13.0.0", "@angular-devkit/build-angular": "^13.2.0", - "@angular/cli": "^13.2.0", + "@angular/cli": "^15.2.1", "@angular/compiler-cli": "^13.2.0", "@playwright/test": "^1.12.3", "@types/jasmine": "~3.10.2",