From fda70edd6c688424dc9b3b811966f87956f508a7 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 19 Dec 2018 16:54:54 +0200 Subject: [PATCH] feat(package): Require bootstrap v3.4.0 to resolve XSS vulnerability (#1157) https://github.com/twbs/bootstrap/releases/tag/v3.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb0048a67b..6fb5094e19 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Red Hat", "license": "Apache-2.0", "dependencies": { - "bootstrap": "~3.3.7", + "bootstrap": "~3.4.0", "font-awesome": "^4.7.0", "jquery": "~3.2.1" },