From 8582ab43887435954b511d9b26801f5dca614a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:07:34 +0100 Subject: [PATCH] Build(deps-dev): Bump @angular-eslint/template-parser (#2698) Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 14.0.4 to 14.1.2. - [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.1.2/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] 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, 5 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 565a43887..24eb74a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -844,21 +844,13 @@ } }, "@angular-eslint/template-parser": { - "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==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz", + "integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "14.0.4", + "@angular-eslint/bundled-angular-compiler": "14.1.2", "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 052d3eab4..0507da6c3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@angular-eslint/eslint-plugin": "^14.1.2", "@angular-eslint/eslint-plugin-template": "^14.1.2", "@angular-eslint/schematics": "14.1.2", - "@angular-eslint/template-parser": "^14.0.4", + "@angular-eslint/template-parser": "^14.1.2", "@angular/cli": "14.1.2", "@angular/compiler-cli": "14.1.2", "@angular/language-service": "14.1.2",