From 61fea4c44f9a670a7fa707e050e151b84d3b6e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:28:53 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-eslint/template-parser in /angular Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 16.2.0 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] --- angular/package-lock.json | 16 +++++++++++----- angular/package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index 7293d445..9e7fc984 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -33,7 +33,7 @@ "@angular-eslint/builder": "^16.2.0", "@angular-eslint/eslint-plugin": "^16.2.0", "@angular-eslint/eslint-plugin-template": "^16.2.0", - "@angular-eslint/template-parser": "^16.2.0", + "@angular-eslint/template-parser": "^16.3.1", "@angular/cli": "^16.2.9", "@angular/compiler": "^16.2.12", "@angular/compiler-cli": "^16.2.12", @@ -344,12 +344,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz", - "integrity": "sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw==", + "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.2.0", + "@angular-eslint/bundled-angular-compiler": "16.3.1", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -357,6 +357,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": "16.2.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-16.2.0.tgz", diff --git a/angular/package.json b/angular/package.json index 76b2f778..71c1ad21 100644 --- a/angular/package.json +++ b/angular/package.json @@ -39,7 +39,7 @@ "@angular-eslint/builder": "^16.2.0", "@angular-eslint/eslint-plugin": "^16.2.0", "@angular-eslint/eslint-plugin-template": "^16.2.0", - "@angular-eslint/template-parser": "^16.2.0", + "@angular-eslint/template-parser": "^16.3.1", "@angular/cli": "^16.2.9", "@angular/compiler": "^16.2.12", "@angular/compiler-cli": "^16.2.12",