Compare commits

..

1 Commits

Author SHA1 Message Date
2d02b599da Update dependency @angular-eslint/template-parser to v14.4.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-21 03:18:55 +01:00
2 changed files with 8 additions and 8 deletions

View File

@ -231,9 +231,9 @@
"dev": true "dev": true
}, },
"@angular-eslint/bundled-angular-compiler": { "@angular-eslint/bundled-angular-compiler": {
"version": "14.3.0", "version": "14.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.3.0.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.4.0.tgz",
"integrity": "sha512-Kq8EzFwiX/uH4mpPCqkXR6Vhr1uKrBuQPKh0JoY13xs1Jjmdr8cRFveTPOdyOS4pDNJLLNoo2LSTWzKhD9JBZw==", "integrity": "sha512-KMHPHd24s0HVvAP/DxSSqhYBWhwW8FgS/r0Uwv8eWpsIdc/z/Chd2ush2SgPchmmquAXTgOZsbEY7ZmW+XkJfQ==",
"dev": true "dev": true
}, },
"@angular-eslint/eslint-plugin": { "@angular-eslint/eslint-plugin": {
@ -281,12 +281,12 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "14.3.0", "version": "14.4.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.3.0.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.4.0.tgz",
"integrity": "sha512-CCZI1t460d8ozq2WFdVzBf9BGcP4LSPRdcpSOzRlWiYFJLCduOHSMMPJO/VEK2jIFjM04ANJNUk9Zg/9V8qNHg==", "integrity": "sha512-zq888KpQB0YTEK26mkKcT4fs8LDWWT1oAEXU8DrXhvkikS8XavTSHOWJye/bVZR4oJRFCF5YTJV75DEMcGNIpQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "14.3.0", "@angular-eslint/bundled-angular-compiler": "14.4.0",
"eslint-scope": "^7.0.0" "eslint-scope": "^7.0.0"
}, },
"dependencies": { "dependencies": {

View File

@ -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.2", "@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2", "@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.3.0", "@angular-eslint/template-parser": "14.4.0",
"@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",