Update dependency zone.js to ~0.12.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-11-07 20:44:54 +01:00
parent 557d4b6ffa
commit cfb72d95ca
2 changed files with 4 additions and 4 deletions

View File

@ -9437,9 +9437,9 @@
"dev": true
},
"zone.js": {
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz",
"integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.12.0.tgz",
"integrity": "sha512-XtC+I5dXU14HrzidAKBNMqneIVUykLEAA1x+v4KVrd6AUPWlwYORF8KgsVqvgdHiKZ4BkxxjvYi/ksEixTPR0Q==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -26,7 +26,7 @@
"ngx-cron-editor": "^0.7.3",
"rxjs": "~7.5.0",
"tslib": "^2.4.0",
"zone.js": "~0.11.4"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.0",