From 917fdcbebf0c55fa4dc554eef2c879da10bd4f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:04:15 +0000 Subject: [PATCH] chore(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.1.0 to 16.1.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/v16.1.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/main/resources/generator/dependencies/angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/generator/dependencies/angular/package.json b/src/main/resources/generator/dependencies/angular/package.json index 65ed14e1308..b18e6056ed6 100644 --- a/src/main/resources/generator/dependencies/angular/package.json +++ b/src/main/resources/generator/dependencies/angular/package.json @@ -22,7 +22,7 @@ "@angular-eslint/eslint-plugin": "16.1.1", "@angular-eslint/eslint-plugin-template": "16.1.1", "@angular-eslint/schematics": "16.1.1", - "@angular-eslint/template-parser": "16.1.0", + "@angular-eslint/template-parser": "16.1.1", "@angular/cli": "16.2.0", "@angular/compiler-cli": "16.2.1", "@types/jest": "29.5.3",