From a2f0be30678da83d85666285c6b4fe34d53c76f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 06:58:29 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/cli from 13.2.6 to 14.2.1 Bumps [@angular/cli](https://github.com/angular/angular-cli) from 13.2.6 to 14.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.2.6...14.2.1) --- updated-dependencies: - dependency-name: "@angular/cli" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 151957a..8adec15 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@angular-eslint/eslint-plugin": "~13.1.0", "@angular-eslint/eslint-plugin-template": "~13.1.0", "@angular-eslint/template-parser": "~13.1.0", - "@angular/cli": "~13.2.0", + "@angular/cli": "~14.2.1", "@angular/compiler-cli": "~13.2.0", "@angular/language-service": "~13.2.0", "@commitlint/cli": "^16.2.1", @@ -68,7 +68,7 @@ "@commitlint/prompt-cli": "^16.2.1", "@nrwl/cli": "13.8.8", "@nrwl/cypress": "13.8.8", - "@nrwl/eslint-plugin-nx": "13.8.8", + "@nrwl/eslint-plugin-nx": "13.9.7", "@nrwl/jest": "13.8.4", "@nrwl/linter": "13.8.8", "@nrwl/nx-cloud": "latest",