From fe9f28e00259611d0f02e0284cbdb0525c7260df Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 9 Jul 2019 06:55:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JQUERY-174006 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9248447..28d5e73 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.3", "react": "^15.4.2", "react-dom": "^15.4.2", "socket.io-client": "^1.7.2",