From c14caec60c35553310841398c7bd89bb7739283e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jun 2020 03:54:18 +0000 Subject: [PATCH] fix: packages/auth/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index ca2fe6ea91e..3952b4417fd 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -35,7 +35,7 @@ "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-2": "^6.24.1", - "compression-webpack-plugin": "^1.1.3", + "compression-webpack-plugin": "^4.0.0", "find": "^0.2.7", "jest": "^22.4.3", "json-loader": "^0.5.7",