From 0c785e2606f999d43593dd668030d3984756d140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:45:59 +0000 Subject: [PATCH] Bump @angular-eslint/template-parser Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 18.3.1 to 18.4.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/v18.4.0/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] --- .../ClientApp/package-lock.json | 17 +++++++++++------ .../ClientApp/package.json | 2 +- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/Spd.Presentation.Screening/ClientApp/package-lock.json b/src/Spd.Presentation.Screening/ClientApp/package-lock.json index 689a24f2e..ec6ffbf3b 100644 --- a/src/Spd.Presentation.Screening/ClientApp/package-lock.json +++ b/src/Spd.Presentation.Screening/ClientApp/package-lock.json @@ -43,7 +43,7 @@ "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.1", - "@angular-eslint/template-parser": "18.3.1", + "@angular-eslint/template-parser": "18.4.0", "@angular/cli": "~18.2.9", "@angular/compiler-cli": "^18.2.5", "@types/jasmine": "~5.1.4", @@ -365,13 +365,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.3.1.tgz", - "integrity": "sha512-JUUkfWH1G+u/Uk85ZYvJSt/qwN/Ko+jlXFtzBEcknJZsTWTwBcp36v77gPZe5FmKSziJZpyPUd+7Kiy6tuSCTw==", + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.4.0.tgz", + "integrity": "sha512-VTep3Xd3IOaRIPL+JN/TV4/2DqUPbjtF3TNY15diD/llnrEhqFnmsvMihexbQyTqzOG+zU554oK44YfvAtHOrw==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.3.1", + "@angular-eslint/bundled-angular-compiler": "18.4.0", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -379,6 +378,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "18.4.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.4.0.tgz", + "integrity": "sha512-HlFHt2qgdd+jqyVIkCXmrjHauXo/XY3Rp0UNabk83ejGi/raM/6lEFI7iFWzHxLyiAKk4OgGI5W26giSQw991A==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "18.3.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.3.1.tgz", diff --git a/src/Spd.Presentation.Screening/ClientApp/package.json b/src/Spd.Presentation.Screening/ClientApp/package.json index 6436c06b3..fef51cee2 100644 --- a/src/Spd.Presentation.Screening/ClientApp/package.json +++ b/src/Spd.Presentation.Screening/ClientApp/package.json @@ -50,7 +50,7 @@ "@angular-eslint/eslint-plugin": "18.3.1", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.1", - "@angular-eslint/template-parser": "18.3.1", + "@angular-eslint/template-parser": "18.4.0", "@angular/cli": "~18.2.9", "@angular/compiler-cli": "^18.2.5", "@types/jasmine": "~5.1.4",