Update dependency @angular/router to ~13.3.0

This commit is contained in:
Renovate Bot 2022-09-18 12:57:13 +02:00
parent 4c944ef8f8
commit c445777233
2 changed files with 4 additions and 4 deletions

View File

@ -680,9 +680,9 @@
} }
}, },
"@angular/router": { "@angular/router": {
"version": "13.2.7", "version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/router/-/router-13.3.11.tgz",
"integrity": "sha512-VzEFKyUE8CR23IbmAjmcSFY6pa4NsjaaTqT4mDYhzFeYc7R0s58Ow9d4Fy+0sWX6rzys01rcVNCg+ifJAnwYZA==", "integrity": "sha512-bJTcxDYKEyoqtsi1kJcDJWLmEN+dXpwhU07SsqUwfyN4V5fYF1ApDhpJ4c17hNdjEqe106srT9tiHXhmWayhmQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

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