From ac45d5b08d8915d209f76f278a9f768e4572757c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Dec 2018 07:18:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:bootstrap:20160627 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9248447..b05f33f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "Apache-2", "dependencies": { - "patternfly": "^3.18.1", + "patternfly": "^3.59.0", "react": "^15.4.2", "react-dom": "^15.4.2", "socket.io-client": "^1.7.2",