From f159f3e63c4d2fae9d9f05b6fbe6a76023ebb649 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Sep 2022 12:36:34 +0200 Subject: [PATCH] Update dependency @angular-eslint/template-parser to v13.5.0 --- frontend/package-lock.json | 16 ++++++++++++---- frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 474b962..7c107f0 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -393,13 +393,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": "13.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz", + "integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==", "dev": true, "requires": { - "@angular-eslint/bundled-angular-compiler": "13.2.1", + "@angular-eslint/bundled-angular-compiler": "13.5.0", "eslint-scope": "^5.1.0" + }, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": { + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz", + "integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==", + "dev": true + } } }, "@angular-eslint/utils": { diff --git a/frontend/package.json b/frontend/package.json index 1057e96..492ed69 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "@angular-eslint/eslint-plugin": "13.5.0", "@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": "13.5.0", "@angular/cli": "~13.3.5", "@angular/compiler-cli": "~13.2.0", "@types/jasmine": "~4.0.3",