From 6e6b2408ac1e64dc5d187118a17d58249207f300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 09:35:36 +0000 Subject: [PATCH] Bump @angular-eslint/template-parser from 13.2.1 to 14.0.4 in /frontend Bumps [@angular-eslint/template-parser](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/template-parser) from 13.2.1 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-major ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 32 +++++++++++++++++++++++--------- frontend/package.json | 2 +- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 931291d..d213d36 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/schematics": "13.2.1", - "@angular-eslint/template-parser": "13.2.1", + "@angular-eslint/template-parser": "14.0.4", "@angular/cli": "~13.3.5", "@angular/compiler-cli": "~13.2.0", "@types/jasmine": "~4.0.3", @@ -423,12 +423,12 @@ } }, "node_modules/@angular-eslint/template-parser": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz", - "integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==", + "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, "dependencies": { - "@angular-eslint/bundled-angular-compiler": "13.2.1", + "@angular-eslint/bundled-angular-compiler": "14.0.4", "eslint-scope": "^5.1.0" }, "peerDependencies": { @@ -436,6 +436,12 @@ "typescript": "*" } }, + "node_modules/@angular-eslint/template-parser/node_modules/@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 + }, "node_modules/@angular-eslint/utils": { "version": "13.2.1", "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-13.2.1.tgz", @@ -14267,13 +14273,21 @@ } }, "@angular-eslint/template-parser": { - "version": "13.2.1", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.2.1.tgz", - "integrity": "sha512-aSZjKYTUXjJ3sehm90CfZey/ed333IxP0TpnaG7Lue9rSEa3BkKOv8Kffy+EhDkpdTpjdwdmGfopxxsbm9sPHw==", + "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": "13.2.1", + "@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/frontend/package.json b/frontend/package.json index bd127e5..1d1dd56 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "@angular-eslint/eslint-plugin": "13.2.1", "@angular-eslint/eslint-plugin-template": "13.2.1", "@angular-eslint/schematics": "13.2.1", - "@angular-eslint/template-parser": "13.2.1", + "@angular-eslint/template-parser": "14.0.4", "@angular/cli": "~13.3.5", "@angular/compiler-cli": "~13.2.0", "@types/jasmine": "~4.0.3", -- 2.45.2