From 4ff43ccac7d9f4c84cbed683f481ca48b50af1d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 Jan 2018 05:28:04 +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 operationcode/job-portal: https://snyk.io/test/github/operationcode/job-portal --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2c90f1..16b1bd1 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "aurelia-fetch-client": "^1.1.2", "aurelia-http-client": "^1.1.1", "bluebird": "^3.4.1", - "bootstrap": "^3.3.7", + "bootstrap": "^4.0.0", "http-server": "^0.10.0", "jquery": "^2.2.4", "nprogress": "^0.2.0",