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-04-09 01:17:40 +00:00
parent 578cbd9899
commit 344b9d3c91
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -571,9 +571,9 @@
}
},
"@angular/router": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.4.0.tgz",
"integrity": "sha512-YlPAf3tPqD04rAMPAwW+XqFQaBXT9fY2Mh7J/9MXeyLZau59afBIcVNbeQxW5RxDajmfyFy437Qh22qFP2l0Hw==",
"version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.6.tgz",
"integrity": "sha512-yB9uc9Xi9N0dErsugleywBA1KYG+GQ9WWSlri34oe2VsCqZazImn71n4wKPtrm2Xiy/mI23wJcr+jiCAtzp49Q==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -19,7 +19,7 @@
"@angular/localize": "~13.4.0",
"@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",