From 62477f02791d87fa1834588b99bd7e6fe1cef7fd Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 11 Jan 2019 01:56:44 +0100 Subject: Update bootstrap from 3.3.7 to 3.4.0 Seems like finally there is a new bootstrap version for old version 3. This patch implements this new version with CodiMD and this way fixes some possible security issues in the frontend code. See: https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72889 https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-72890 Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 3e2f590d..30c4bf8d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "azure-storage": "^2.7.0", "base64url": "^3.0.0", "body-parser": "^1.15.2", - "bootstrap": "^3.3.7", + "bootstrap": "^3.4.0", "bootstrap-validator": "^0.11.8", "chance": "^1.0.4", "cheerio": "^0.22.0", -- cgit v1.2.3