From 0fa63e131035266f4f7678623f6a26434af773bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 3 May 2019 21:30:33 +0000 Subject: [PATCH] build(deps): update zone.js requirement from ^0.7.4 to ^0.9.1 Updates the requirements on [zone.js](https://github.com/angular/zone.js) to permit the latest version. - [Release notes](https://github.com/angular/zone.js/releases) - [Changelog](https://github.com/angular/zone.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/zone.js/compare/v0.7.4...v0.9.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0379a3e..7152a19 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "rxjs": "^5.0.0", "systemjs": "^0.19.42", "warning": "^4.0.1", - "zone.js": "^0.7.4" + "zone.js": "^0.9.1" }, "devDependencies": { "@angular/compiler": "^6.0.7",