Update dependency @angular/router to v14

This commit is contained in:
Renovate Bot 2022-09-18 13:02:18 +02:00 committed by Gitea
parent 9f674014cc
commit 576af546e7
2 changed files with 4 additions and 4 deletions

View File

@ -1029,9 +1029,9 @@
}
},
"@angular/router": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.2.7.tgz",
"integrity": "sha512-VzEFKyUE8CR23IbmAjmcSFY6pa4NsjaaTqT4mDYhzFeYc7R0s58Ow9d4Fy+0sWX6rzys01rcVNCg+ifJAnwYZA==",
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-14.2.2.tgz",
"integrity": "sha512-BRkXdAVK0rE/x6im91a/fdIcWhPILO6ZmwCVTEdvsRyI9arQSlXAnupPUeumdbSc6mG/FCXPcyJq/dU0Jl70Og==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -21,7 +21,7 @@
"@angular/material": "^13.3.6",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@angular/router": "~14.2.0",
"bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3",
"rxjs": "~7.5.0",