chore(deps): bump zone.js from 0.11.2 to 0.11.3 in /console (#948)

Bumps [zone.js](https://github.com/angular/angular/tree/HEAD/packages/zone.js) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/packages/zone.js/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/zone.js-0.11.3/packages/zone.js)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-09 12:56:46 +01:00 committed by GitHub
parent 0a314235e7
commit 2619c4e9b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -17969,9 +17969,9 @@
"dev": true
},
"zone.js": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.2.tgz",
"integrity": "sha512-JUpNKmWIovqRZlqkX6pFdBVlOU42n5Mt1n2yEaJdy+msBant/l2L1hTG6BFxCzM+KV3SX4XQOcwbhnwsPAeUTA==",
"version": "0.11.3",
"resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.3.tgz",
"integrity": "sha512-Y4hTHoh4VcxU5BDGAqEoOnOiyT254w6CiHtpQxAJUSMZPyVgdbKf+5R7Mwz6xsPhMIeBXk5rTopRZDpjssTCUg==",
"requires": {
"tslib": "^2.0.0"
}

View File

@ -42,7 +42,7 @@
"ts-protoc-gen": "^0.13.0",
"tslib": "^2.0.3",
"uuid": "^8.3.1",
"zone.js": "~0.11.2"
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1002.0",