From 46b2b4222ecd70d6862a6754b17597295722eed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:22:38 +0000 Subject: [PATCH] Bump @angular-eslint/template-parser from 15.2.1 to 17.0.0 in /web Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 15.2.1 to 17.0.0. - [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.0.0/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] --- web/package-lock.json | 16 +++++++++++----- web/package.json | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 150435d7..877cebdb 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -28,7 +28,7 @@ "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", "@angular-eslint/schematics": "15.2.1", - "@angular-eslint/template-parser": "15.2.1", + "@angular-eslint/template-parser": "17.0.0", "@angular/cli": "~15.2.8", "@angular/compiler-cli": "^15.2.9", "@types/jasmine": "~4.3.1", @@ -415,12 +415,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "15.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz", - "integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.0.0.tgz", + "integrity": "sha512-uYdANaTVEXxvsTYPQU0dh7dNK4b9Ez6y512DH9Hgnv1T6CSwBPjMk0/rQfefJevk+LxDjCBspnbXcgnY/yi88Q==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", + "@angular-eslint/bundled-angular-compiler": "17.0.0", "eslint-scope": "^7.0.0" }, "peerDependencies": { @@ -428,6 +428,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.0.0.tgz", + "integrity": "sha512-nHLliW18XduO51+e/RST8O2YnhcQR3+NSSy8zlmYyjLeUi5NBpC/Hwp68KxPP2YcUYie1tWlaw48YJYo97qE6A==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "15.2.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", diff --git a/web/package.json b/web/package.json index 34290e1b..6ad1901e 100644 --- a/web/package.json +++ b/web/package.json @@ -31,7 +31,7 @@ "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", "@angular-eslint/schematics": "15.2.1", - "@angular-eslint/template-parser": "15.2.1", + "@angular-eslint/template-parser": "17.0.0", "@angular/cli": "~15.2.8", "@angular/compiler-cli": "^15.2.9", "@types/jasmine": "~4.3.1",