From ab4e1ea0e4d97c8430500e1078d95b3cdb52aa3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2018 05:08:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bootstrap:20160627 Latest report for techplexengineer/angular2-quickstart: https://snyk.io/test/github/techplexengineer/angular2-quickstart --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6216f04..f330f2a 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ "rxjs": "5.0.0-beta.6", "zone.js": "^0.6.12", "angular2-in-memory-web-api": "0.0.14", - "bootstrap": "^3.3.6" + "bootstrap": "^4.0.0" }, "devDependencies": { "concurrently": "^2.0.0", "lite-server": "^2.2.0", "typescript": "^1.8.10", - "typings":"^1.0.4" + "typings": "^1.0.4" } }