From ac305e8cc0087d71b863f0c15fc11b639d87e6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 12:07:15 +0100 Subject: [PATCH] Build(deps-dev): Bump @angular-eslint/template-parser (#2641) Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 14.0.3 to 14.0.4. - [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/v14.0.4/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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 166f03cf4..0cd3b5ae1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -897,13 +897,21 @@ } }, "@angular-eslint/template-parser": { - "version": "14.0.3", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.3.tgz", - "integrity": "sha512-agUhRSkiB4n7CunB+jL1+1Wsvia1xnI3XhZTBKoGs4Q+DjEgZmd4xryy8snw31cQgqJMtlvyP4QTr2+cqrxAdQ==", + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.0.4.tgz", + "integrity": "sha512-L7+VHWlIUiUml81q43tP/CZZhIDkbHoin2OH+0TEqeQuCcYZwZQfUBey0pmbzzhjZD2tV75QxlAUqFCuM85Tng==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.3", + "@angular-eslint/bundled-angular-compiler": "14.0.4", "eslint-scope": "^5.1.0" + }, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": { + "version": "14.0.4", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.0.4.tgz", + "integrity": "sha512-/fbXDvkm4q95xG/9LZDtiyE2MQwT061sanmMginDk63f0dlC4H+AXgggva38YNRN+CFcbFtWfikTy7yFdNFZlA==", + "dev": true + } } }, "@angular-eslint/utils": { diff --git a/package.json b/package.json index cd4e16480..55ba7002f 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@angular-eslint/eslint-plugin": "^14.0.3", "@angular-eslint/eslint-plugin-template": "^14.0.3", "@angular-eslint/schematics": "14.0.4", - "@angular-eslint/template-parser": "^14.0.3", + "@angular-eslint/template-parser": "^14.0.4", "@angular/cli": "14.1.2", "@angular/compiler-cli": "14.1.2", "@angular/language-service": "14.1.2",