From 041f7d3ff2ed7689ebd5f8807cd1c96e03600aef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jan 2023 05:35:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d18348e..62f7b3be 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "es6-promise": "^4.1.0", "eslint": "^3.19.0", "eslint-plugin-react": "6.10.3", - "extract-text-webpack-plugin": "^1.0.1", + "extract-text-webpack-plugin": "^2.0.0", "file-loader": "^0.11.2", "husky": "^0.13.4", "ismobilejs": "^0.4.1",