From 80594c5c117e41b03efe7f95503398c82004aaa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jan 2018 03:24:23 +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 valmassoi/bitpay-card: https://snyk.io/test/github/valmassoi/bitpay-card --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3873d23..db374fa 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "angular2-in-memory-web-api": "0.0.14", "bcrypt-nodejs": "0.0.3", "body-parser": "^1.15.1", - "bootstrap": "^3.3.6", + "bootstrap": "^4.0.0", "core-js": "^2.4.0", "cors": "^2.7.1", "dotenv": "^2.0.0",