From c207eecc3772db3768b59de4d76c0b6f8f76a306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:26:24 +0000 Subject: [PATCH] fix(deps-dev): bump @angular-eslint/template-parser Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 16.3.1 to 17.2.1. - [Release notes](https://github.com/angular-eslint/angular-eslint/releases) - [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/template-parser/CHANGELOG.md) - [Commits](https://github.com/angular-eslint/angular-eslint/commits/v17.2.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c9de12f..b5f9b6a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@angular-eslint/eslint-plugin": "^16.3.1", "@angular-eslint/eslint-plugin-template": "^16.3.1", "@angular-eslint/schematics": "^16.3.1", - "@angular-eslint/template-parser": "^16.3.1", + "@angular-eslint/template-parser": "^17.2.1", "@angular/cli": "^16.2.10", "@angular/compiler-cli": "^16.2.12", "@types/jasmine": "~5.1.4",