Update dependency @angular-eslint/template-parser to v14.1.2 #483
16
frontend/package-lock.json
generated
16
frontend/package-lock.json
generated
@ -299,13 +299,21 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/template-parser": {
|
"@angular-eslint/template-parser": {
|
||||||
"version": "14.1.1",
|
"version": "14.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.2.tgz",
|
||||||
"integrity": "sha512-Uzk6zfkf3KHqnd7x12Gr68fUvRz4c7J2XNTDLM3WAYa/m2wO78/zyP/Nd4DCrqmQvsDyuDRgN8LY7msuoOA3rg==",
|
"integrity": "sha512-bQI+poQDIyR3OU9EQzJeLYRtmsvjFGtV5dc+4XPJ6eIyRAc8baCG/0V/cOrpofIdSf7e/sCV8H7rXcFg6tSdUw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@angular-eslint/bundled-angular-compiler": "14.1.1",
|
"@angular-eslint/bundled-angular-compiler": "14.1.2",
|
||||||
"eslint-scope": "^5.1.0"
|
"eslint-scope": "^5.1.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@angular-eslint/bundled-angular-compiler": {
|
||||||
|
"version": "14.1.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.2.tgz",
|
||||||
|
"integrity": "sha512-d5/jTKXP+t9hNSucj3m8zZYBl62fZ2xFMVNbAOArYAkA7WwwX3D7Gae57BNW54cd2fl2/is7Dn6UgYhu1wqkSQ==",
|
||||||
|
"dev": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular-eslint/utils": {
|
"@angular-eslint/utils": {
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"@angular-eslint/eslint-plugin": "14.1.2",
|
"@angular-eslint/eslint-plugin": "14.1.2",
|
||||||
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
"@angular-eslint/eslint-plugin-template": "14.1.1",
|
||||||
"@angular-eslint/schematics": "14.1.1",
|
"@angular-eslint/schematics": "14.1.1",
|
||||||
"@angular-eslint/template-parser": "14.1.1",
|
"@angular-eslint/template-parser": "14.1.2",
|
||||||
"@angular/cli": "~14.2.0",
|
"@angular/cli": "~14.2.0",
|
||||||
"@angular/compiler-cli": "~14.2.0",
|
"@angular/compiler-cli": "~14.2.0",
|
||||||
"@types/jasmine": "~4.3.0",
|
"@types/jasmine": "~4.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user