From 89a7fba46c67b31547880c55bb78ef22dd98c9e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Feb 2021 07:09:48 +0000 Subject: [PATCH] fix: examples/demand-koa/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 --- examples/demand-koa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demand-koa/package.json b/examples/demand-koa/package.json index 0ba1436..248c25d 100644 --- a/examples/demand-koa/package.json +++ b/examples/demand-koa/package.json @@ -11,7 +11,7 @@ "@angular/common": ">=4.0.0 <5.0.0", "@angular/compiler": ">=4.0.0 <5.0.0", "@angular/compiler-cli": ">=4.0.0 <5.0.0", - "@angular/core": ">=4.0.0 <5.0.0", + "@angular/core": ">=11.0.5", "@angular/forms": ">=4.0.0 <5.0.0", "@angular/http": ">=4.0.0 <5.0.0", "@angular/material": "2.0.0-beta.3",