From 6a400a6f493bd17c4e5c125964be208d65c608cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:26:32 +0000 Subject: [PATCH] build(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 18.3.0 to 18.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/v18.3.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] --- 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 b9e390db9..e726be5fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@angular-eslint/eslint-plugin": "18.3.0", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.0", - "@angular-eslint/template-parser": "18.3.0", + "@angular-eslint/template-parser": "18.3.1", "@angular/cli": "^18.2.2", "@angular/compiler-cli": "^18.0.5", "@angular/language-service": "18.2.2", @@ -922,12 +922,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.3.0.tgz", - "integrity": "sha512-1mUquqcnugI4qsoxcYZKZ6WMi6RPelDcJZg2YqGyuaIuhWmi3ZqJZLErSSpjP60+TbYZu7wM8Kchqa1bwJtEaQ==", + "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==", "dev": true, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.3.0", + "@angular-eslint/bundled-angular-compiler": "18.3.1", "eslint-scope": "^8.0.2" }, "peerDependencies": { @@ -935,6 +935,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.3.1.tgz", + "integrity": "sha512-sikmkjfsXPpPTku1aQkQ1MNNEKGBgGGRvUN/WeNS9dhCJ4dxU3O7dZctt1aQWj+W3nbuUtDiimAWF5fZHGFE2Q==", + "dev": true + }, "node_modules/@angular-eslint/utils": { "version": "18.3.0", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.3.0.tgz", diff --git a/package.json b/package.json index cde3d0bcc..ba7d4f0c7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@angular-eslint/eslint-plugin": "18.3.0", "@angular-eslint/eslint-plugin-template": "18.3.1", "@angular-eslint/schematics": "18.3.0", - "@angular-eslint/template-parser": "18.3.0", + "@angular-eslint/template-parser": "18.3.1", "@angular/cli": "^18.2.2", "@angular/compiler-cli": "^18.0.5", "@angular/language-service": "18.2.2",