Update dependency @angular-eslint/eslint-plugin-template to v14.1.1

This commit is contained in:
Renovate Bot 2022-09-18 13:34:35 +02:00 committed by Gitea
parent 62d0b132b5
commit 8ef1693312
2 changed files with 8 additions and 8 deletions

View File

@ -393,12 +393,12 @@
}
},
"@angular-eslint/eslint-plugin-template": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.0.tgz",
"integrity": "sha512-QZt17MY2SLmf436uxUXtTe2fw4v49ey7GLnzbqmtnjlC450VTNXjV7MBcmLiu4h4nr+tlylgRrIU3fl0oXl1hw==",
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.1.tgz",
"integrity": "sha512-jFvUFx+rn7cqLjsvvZP8Sr0VA9ihYYzaXJHDx5KBVyyA1+VpTecBBKNW9nKW23IcJFwuW2Xxx2lqwj2H8xcTtQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.0",
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/type-utils": "5.37.0",
"@typescript-eslint/utils": "5.37.0",
"aria-query": "5.0.2",
@ -406,9 +406,9 @@
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.0.tgz",
"integrity": "sha512-djAVpNNY08NxZMNWq3pxb0Upj5vrYjOdaLo4vIev7KCgNgXFdd05L+5gvxOdhLH09NkIYwInhuVTEWfATG3UWQ==",
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.1.tgz",
"integrity": "sha512-/l4741bivWuyA7zDXXjQc/MENOkIGKG6f7b5dTgquEGLyafFNIGXVHbHKD8BYOJ8ou6cheWGGKB9gL/JOltn7w==",
"dev": true
},
"@typescript-eslint/scope-manager": {

View File

@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "~13.3.5",
"@angular-eslint/builder": "14.1.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "14.1.0",
"@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~14.2.0",