From 7c0b5fe2d453c9494993a09b9ec3c8388c001231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 2 Jul 2018 19:05:52 +0000 Subject: [PATCH] Bump extract-text-webpack-plugin from 2.1.2 to 3.0.2 in /custom-analytics-ui Bumps [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) from 2.1.2 to 3.0.2. - [Release notes](https://github.com/webpack-contrib/extract-text-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/extract-text-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/extract-text-webpack-plugin/compare/v2.1.2...v3.0.2) Signed-off-by: dependabot[bot] --- custom-analytics-ui/package-lock.json | 6 +++--- custom-analytics-ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom-analytics-ui/package-lock.json b/custom-analytics-ui/package-lock.json index 19ee749..09a6e23 100644 --- a/custom-analytics-ui/package-lock.json +++ b/custom-analytics-ui/package-lock.json @@ -2623,9 +2623,9 @@ } }, "extract-text-webpack-plugin": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-2.1.2.tgz", - "integrity": "sha1-dW7076gVXDaBgz+8NNpTuUF0bWw=", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz", + "integrity": "sha512-bt/LZ4m5Rqt/Crl2HiKuAl/oqg0psx1tsTLkvWbJen1CtD+fftkZhMaQ9HOtY2gWsl2Wq+sABmMVi9z3DhKWQQ==", "dev": true, "requires": { "async": "2.6.0", diff --git a/custom-analytics-ui/package.json b/custom-analytics-ui/package.json index 084a889..811fa91 100644 --- a/custom-analytics-ui/package.json +++ b/custom-analytics-ui/package.json @@ -44,7 +44,7 @@ "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.10.0", - "extract-text-webpack-plugin": "^2.1.2", + "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^0.11.2", "style-loader": "^0.18.2", "url-loader": "^1.0.1"