From ddbfc2df9619aa4569121ff401a23ab6456f356d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 08:18:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c347d38d..ed586daf5 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "unfetch": "^3.0.0", "url-loader": "^0.5.8", "webpack": "^2.3.3", - "webpack-dev-server": "^2.4.5", + "webpack-dev-server": "^3.1.6", "webpack-plugin-replace": "^1.1.1", "which": "^1.2.14", "yargs": "^8.0.1"