From 8e773aaf3793bd18a1b97f4f96382e574e9d1726 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 11:52:00 +0000 Subject: [PATCH] fix: upgrade zone.js from 0.9.1 to 0.11.4 Snyk has created this PR to upgrade zone.js from 0.9.1 to 0.11.4. See this package in npm: https://www.npmjs.com/package/zone.js See this project in Snyk: https://app.snyk.io/org/wildcreeper4/project/be7b5d40-d60c-4d4b-b4d2-9016e71b0406?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e445193..f8bc54a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "rxjs": "6.5.3", "tslib": "1.10.0", "core-js": "2.6.11", - "zone.js": "0.9.1", + "zone.js": "0.11.4", "jasmine-core": "3.1.0", "@angular/core": "11.0.5", "@angular/forms": "8.2.14",