Compare commits

..

1 Commits

Author SHA1 Message Date
4f16df3e92 Update dependency @angular-eslint/eslint-plugin to v14.3.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-18 03:17:35 +01:00
2 changed files with 12 additions and 12 deletions

View File

@ -231,18 +231,18 @@
"dev": true
},
"@angular-eslint/bundled-angular-compiler": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.4.0.tgz",
"integrity": "sha512-KMHPHd24s0HVvAP/DxSSqhYBWhwW8FgS/r0Uwv8eWpsIdc/z/Chd2ush2SgPchmmquAXTgOZsbEY7ZmW+XkJfQ==",
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.3.0.tgz",
"integrity": "sha512-Kq8EzFwiX/uH4mpPCqkXR6Vhr1uKrBuQPKh0JoY13xs1Jjmdr8cRFveTPOdyOS4pDNJLLNoo2LSTWzKhD9JBZw==",
"dev": true
},
"@angular-eslint/eslint-plugin": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.4.0.tgz",
"integrity": "sha512-2rZQ4mt7tEUW+lI5jjuj3HWaT4VQtWTG6+LDnmuUmx76m8hqQ7NvFUpOcNDofu5KbEVBP+oF2DA6wjoZOIuSOA==",
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.3.0.tgz",
"integrity": "sha512-WJiCENLGl0aAA+miCUd5o1wX7AOBXAIXpwEAp5T+QJ8Fu9w+OWR3VokYDWawky5XSzzbHSMJhyF4OxY7h9wmYg==",
"dev": true,
"requires": {
"@angular-eslint/utils": "14.4.0",
"@angular-eslint/utils": "14.3.0",
"@typescript-eslint/utils": "5.43.0"
},
"dependencies": {
@ -386,12 +386,12 @@
}
},
"@angular-eslint/utils": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.4.0.tgz",
"integrity": "sha512-dPHklAVfh+JfueDfXre9Xooq7p5bFyKO2Z6y1agYeofAgHCPIJOPx2AhtFPrOtsc4VXFFiyE9XbowlXh4ogoKQ==",
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.3.0.tgz",
"integrity": "sha512-qsXfC7Nq+XxJ+z6ImECjmHWpjw2z0T5ChCDrLyKu6Vn5Z/4ism44xIRch/wPwS2lEF60wTPT41tFRKDH91U0QQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.4.0",
"@angular-eslint/bundled-angular-compiler": "14.3.0",
"@typescript-eslint/utils": "5.43.0"
},
"dependencies": {

View File

@ -31,7 +31,7 @@
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.4.0",
"@angular-eslint/eslint-plugin": "14.3.0",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",