Update dependency @angular-eslint/template-parser to v14
This commit is contained in:
parent
4c944ef8f8
commit
e80ca51f89
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
@ -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": "14.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.0.tgz",
|
||||
"integrity": "sha512-3hORitcsM3vMXk9EQhNVToPgpe6yvL3bYgqnk/P555IerqIlPYFPfI79dsMOhgdds8Y0cqBj2YXzve02JqaiJQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@angular-eslint/bundled-angular-compiler": "13.2.1",
|
||||
"@angular-eslint/bundled-angular-compiler": "14.1.0",
|
||||
"eslint-scope": "^5.1.0"
|
||||
},
|
||||
"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==",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"@angular-eslint/utils": {
|
||||
|
@ -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": "14.1.0",
|
||||
"@angular/cli": "~13.3.5",
|
||||
"@angular/compiler-cli": "~13.2.0",
|
||||
"@types/jasmine": "~4.0.3",
|
||||
|
Loading…
Reference in New Issue
Block a user