Update dependency @angular/router to v16
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head Build queued...
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-05-04 01:16:59 +00:00
parent a7f07d4d97
commit ddadc89dd3
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": "16.0.0",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-16.0.0.tgz",
"integrity": "sha512-+5gjJwFx3AFGv7OnY53pfUzaPbWe5gOVQWXAnlUuk6tsQmWJBMehuCQ5ZO5cxViQDZkyvNALzoUeU6aKWmNqmg==",
"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": "^16.0.0",
"core-js": "^2.6.12",
"luxon": "^3.0.0",
"rxjs": "^7.0.0",