Update dependency @angular/platform-browser-dynamic to ~13.3.0

This commit is contained in:
Renovate Bot 2022-09-18 13:09:48 +02:00
parent e2145ea40c
commit 123198b4ba
2 changed files with 4 additions and 4 deletions

View File

@ -1021,9 +1021,9 @@
} }
}, },
"@angular/platform-browser-dynamic": { "@angular/platform-browser-dynamic": {
"version": "13.2.7", "version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-13.3.11.tgz",
"integrity": "sha512-3tKiUohQ8wl4hp1zYLKvMJ7GVYpg2K5dRrihtUKkJk8xUv3iuTUI0wbNCrUDZkrWc0GMhnQNXwE22gd+hKjfKg==", "integrity": "sha512-xM0VRC1Nw//SHO3gkghUHyjCaaQbk1UYMq4vIu3iKVq9KLqOSZgccv0NcOKHzXXN3S5RgX2auuyOUOCD6ny1Pg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

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