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-01-31 01:14:21 +00:00
parent 881f8e6bbc
commit 905c7629b6
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.1.2",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.1.2.tgz",
"integrity": "sha512-p2tTHYvBsMaayJNWAZMBqrL7jwxs6NQaEDImBtMwnOnQr/M+LwQdAeNFfpky20ODZw0JwTW84q04l8klExq0kw==",
"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",