Compare commits

..

1 Commits

Author SHA1 Message Date
52ece98f1c Update dependency @angular-eslint/template-parser to v15.2.1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-10 13:50:54 +01:00
3 changed files with 17 additions and 11 deletions

View File

@@ -24,8 +24,8 @@ http {
index index.html index.htm;
server {
listen 81 default_server;
listen [::]:81 default_server;
listen 80 default_server;
listen [::]:80 default_server;
server_name homeserver.flokaiser.com;
root /var/www/html;

View File

@@ -783,15 +783,21 @@
}
},
"@angular-eslint/template-parser": {
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz",
"integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==",
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz",
"integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "15.1.0",
"@angular-eslint/bundled-angular-compiler": "15.2.1",
"eslint-scope": "^7.0.0"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz",
"integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==",
"dev": true
},
"eslint-scope": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
@@ -821,9 +827,9 @@
}
},
"@angular/animations": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.0.tgz",
"integrity": "sha512-Hh/ijBlHsFlr6vR7e9KZgFpdQf+ebr3uIDDRsVHjRkt8utsv3CpUcJkb75UyTv+Ok5gYmfsI1Lj1CDYujyA0Fg==",
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.0.3.tgz",
"integrity": "sha512-kwUprQMjMvMawpyd5aLzW9DWLd7grlzm4ut4YIqXRf1UJm35KsTjwhvQWNj481u2gUjKxD2rBfkVakyzW5Na3A==",
"requires": {
"tslib": "^2.3.0"
}

View File

@@ -12,7 +12,7 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~15.2.0",
"@angular/animations": "~15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0",
@@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0",