Update dependency @angular/router to v15
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-02-23 01:06:24 +00:00
parent 8eb30e63ec
commit b4d57cb61a
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -551,9 +551,9 @@
}
},
"@angular/router": {
"version": "13.3.12",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.12.tgz",
"integrity": "sha512-X+TAxTAlqUd2gPm6drFBGVzQsbQWM5wmZ8S5D5i+86x7Ku0v2CUFICT6AUPSl9+FTPiexlL4FdmvQV2CnGTSUw==",
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.0.tgz",
"integrity": "sha512-FPmGP7DmJtzqgmM7FMs8bfe3vX0r6cdI4zbHMEVv7Zbn/yApgAzAsX7MXJYy7Oi45S6ZTH7SIVHVYVAqay1NVQ==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -19,7 +19,7 @@
"@angular/localize": "~13.3.3",
"@angular/platform-browser": "^13.3.3",
"@angular/platform-browser-dynamic": "^13.3.3",
"@angular/router": "^13.3.3",
"@angular/router": "^15.0.0",
"core-js": "^2.6.12",
"luxon": "^3.0.0",
"rxjs": "^7.0.0",