From c3e27cc41bb5fdace1f2cc40dae4ada9d7edc6ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jul 2021 04:17:49 +0000 Subject: [PATCH] fix: upgrade zone.js from 0.10.3 to 0.11.4 Snyk has created this PR to upgrade zone.js from 0.10.3 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/neiruweb/project/2dae0729-4d42-44e7-a2f8-47e874ce2aae?utm_source=github&utm_medium=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 3e22165eb0e..3d13525f7c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -52,7 +52,7 @@ "snarkdown": "^1.2.2", "socket.io-client": "^2.3.0", "typescript": "~3.9.7", - "zone.js": "^0.10.3" + "zone.js": "^0.11.4" }, "devDependencies": { "@angular/language-service": "^10.0.8",