From 81ec35c629bf6280233d82aa1c33e3c254943418 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Jul 2020 00:47:38 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKJS-575261 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 9285fe6735b..4c41392032a 100644 --- a/app/package.json +++ b/app/package.json @@ -116,7 +116,7 @@ "webpack": "4.41.6", "webpack-bundle-analyzer": "3.6.0", "webpack-chain": "6.4.0", - "webpack-dev-server": "3.10.3", + "webpack-dev-server": "3.11.0", "webpack-merge": "4.2.2", "webpack-node-externals": "1.7.2", "workbox-webpack-plugin": "4.3.1",