From 7884df80530360593a9c232a58f9315df24f599b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:37:18 +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.0.2 to 16.3.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.3.1/packages/template-parser) --- updated-dependencies: - dependency-name: "@angular-eslint/template-parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 +++++++++++----- package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 515ed668a2..a0f65b3e70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@angular-devkit/schematics": "^16.1.4", "@angular-eslint/eslint-plugin": "17.2.1", "@angular-eslint/eslint-plugin-template": "16.0.2", - "@angular-eslint/template-parser": "16.0.2", + "@angular-eslint/template-parser": "16.3.1", "@angular/cli": "16.1.4", "@angular/compiler-cli": "^16.2.12", "@angular/language-service": "^16.2.12", @@ -594,12 +594,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "16.0.2", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.0.2.tgz", - "integrity": "sha512-McIBbIfbKwFAIwRuN4gpAzlhqZgWB4gK9+Iy7pkvQTPQt33gg/D5h0iJIPcvQV3oEAzJIKFO1CTgLP8mFwQ+RQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.3.1.tgz", + "integrity": "sha512-9+SxUtxB2iOnm0ldS2ow0stMxe02rB/TxeMIe8fxsLFHZdw8RQvs/p3HLvVHXzv6gUblMHebIb/ubUmwEVb2SA==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.0.2", + "@angular-eslint/bundled-angular-compiler": "16.3.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -607,6 +607,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.3.1.tgz", + "integrity": "sha512-m4WP1xwS9XLcC/3n6lIcG5HZoai/5eb5W3xm48GVcv//0qE2p7S96RSgKPgGHvif5pF8O9xAqEWs3gDEG45+7A==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "17.2.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.2.1.tgz", diff --git a/package.json b/package.json index 3bf4b947d9..e520ddbb1a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@angular-devkit/schematics": "^16.1.4", "@angular-eslint/eslint-plugin": "17.2.1", "@angular-eslint/eslint-plugin-template": "16.0.2", - "@angular-eslint/template-parser": "16.0.2", + "@angular-eslint/template-parser": "16.3.1", "@angular/cli": "16.1.4", "@angular/compiler-cli": "^16.2.12", "@angular/language-service": "^16.2.12",