Update dependency @angular/animations to ~13.3.0
Some checks are pending
ci/woodpecker/pr/woodpecker Pipeline is pending

This commit is contained in:
Renovate Bot 2022-09-18 12:36:43 +02:00 committed by Gitea
parent e5ce9756a4
commit cd16d00155
2 changed files with 4 additions and 4 deletions

View File

@ -511,9 +511,9 @@
} }
}, },
"@angular/animations": { "@angular/animations": {
"version": "13.2.7", "version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz",
"integrity": "sha512-FthGqRPQ1AOcOx/NIW65xeFYkQZJ7PpXcX59Kt+qkoUzngAQEY+UUpOteG52tmL0iZSVwOCjtxRFi9w4heVgEg==", "integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -12,7 +12,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.2.0", "@angular/animations": "~13.3.0",
"@angular/cdk": "^13.2.6", "@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0", "@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0", "@angular/compiler": "~13.2.0",