From a044d8d7e805d89f720c59356f2119ce3b20796d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2019 03:41:59 +0000 Subject: [PATCH] Bump extract-text-webpack-plugin from 2.1.2 to 3.0.2 in /pkg/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-preview[bot] --- pkg/ui/package-lock.json | 10 +++++----- pkg/ui/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/ui/package-lock.json b/pkg/ui/package-lock.json index f5b6afe..a55755f 100644 --- a/pkg/ui/package-lock.json +++ b/pkg/ui/package-lock.json @@ -2374,13 +2374,13 @@ } }, "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.1.2", - "loader-utils": "^1.0.2", + "async": "^2.4.1", + "loader-utils": "^1.1.0", "schema-utils": "^0.3.0", "webpack-sources": "^1.0.1" } diff --git a/pkg/ui/package.json b/pkg/ui/package.json index 7cdca8c..f440c9e 100644 --- a/pkg/ui/package.json +++ b/pkg/ui/package.json @@ -23,7 +23,7 @@ "@types/webpack-env": "^1.13.0", "awesome-typescript-loader": "^3.2.1", "css-loader": "^3.1.0", - "extract-text-webpack-plugin": "^2.1.2", + "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^2.0.0", "html-loader": "^0.4.5", "html-webpack-plugin": "^2.29.0",