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

This commit is contained in:
renovate 2023-11-13 01:06:33 +00:00
parent 530075895e
commit 6af3b39a24
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -373,9 +373,9 @@
}
},
"@angular/animations": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz",
"integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==",
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-17.0.2.tgz",
"integrity": "sha512-32RHWhTgFLMonI3kRdstACay/nvetfxXjdwcTtABjcvBoND7nD9GMhkISQdgS+hcR/IhgXxaPidq8f2UAY5DBw==",
"requires": {
"tslib": "^2.3.0"
}

View File

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