From 5ffe99d67a7a1795f240e776062c33c29b392582 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jan 2019 06:13:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bootstrap:20180529 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2007a0c..1ff6c66 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "webpack-cli": "^3.1.0" }, "dependencies": { - "bootstrap": "~3.3.7", + "bootstrap": "~3.4.0", "fittext.js": "^1.2.0", "font-awesome": "^4.6.3", "fontawesome": "^4.7.2",