From aae6a6e2210a52f31b7c1e6fa0bcb88da1be59f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Feb 2019 02:48:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BOOTSTRAP-173700 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2007a0c..8354f9f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "bootstrap": "~3.3.7", + "bootstrap": "~3.4.1", "fittext.js": "^1.2.0", "font-awesome": "^4.6.3", "fontawesome": "^4.7.2",