From 311ae6426ff0ec429e5d3434517877b393c9fc67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Mar 2020 23:21:10 +0000 Subject: [PATCH] fix: upgrade extract-text-webpack-plugin from 3.0.0 to 3.0.2 Snyk has created this PR to upgrade extract-text-webpack-plugin from 3.0.0 to 3.0.2. See this package in NPM: https://www.npmjs.com/package/extract-text-webpack-plugin See this project in Snyk: https://app.snyk.io/org/davidkindler/project/6865432e-9ae7-40aa-ab6d-807d59d4dccc?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbf2165..467b6a6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-react": "7.18.0", - "extract-text-webpack-plugin": "3.0.0", + "extract-text-webpack-plugin": "3.0.2", "file-loader": "0.11.2", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0",