Update dependency @angular/animations to v15
All checks were successful
charlyghislain/charlyghislaindotcom/pipeline/pr-master This commit looks good

This commit is contained in:
renovate 2023-01-31 01:07:10 +00:00
parent 881f8e6bbc
commit 94f6cf08b9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -353,9 +353,9 @@
}
},
"@angular/animations": {
"version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.12.tgz",
"integrity": "sha512-dc2JDokKJuuNxzzZa9FvuQU71kYC/e0xCLjGxEgX48sGKwajHRGBuzYFb8EmvLeA24SshYGmrxN0vGG9GhLK6g==",
"version": "15.1.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.1.2.tgz",
"integrity": "sha512-Bamm2gNdSMVeXEFwlXG75rx49NJfbupDQM6geix0uI30iVCYlufPz+kMe4SzpasO5hHzP7Pat3cmEu4356It+g==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -11,7 +11,7 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/animations": "^15.0.0",
"@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3",