From 12caea0dc73ecf91109482c1afb59b6d3bcb3daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 7 Mar 2018 06:00:49 +0000 Subject: [PATCH] Bump html-webpack-include-assets-plugin from 0.0.5 to 1.0.3 Bumps [html-webpack-include-assets-plugin](https://github.com/jharris4/html-webpack-include-assets-plugin) from 0.0.5 to 1.0.3. - [Commits](https://github.com/jharris4/html-webpack-include-assets-plugin/commits) --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6ef19d9a2..02a10be8a 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "exports-loader": "^0.7.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", - "html-webpack-include-assets-plugin": "^0.0.5", + "html-webpack-include-assets-plugin": "^1.0.3", "html-webpack-plugin": "^2.16.1", "inject-loader": "^3.0.0", "json-loader": "^0.5.4", diff --git a/yarn.lock b/yarn.lock index f4b6c09bb..8dc2f371b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4686,11 +4686,13 @@ html-minifier@^3.2.3: relateurl "0.2.x" uglify-js "3.1.x" -html-webpack-include-assets-plugin@^0.0.5: - version "0.0.5" - resolved "https://registry.yarnpkg.com/html-webpack-include-assets-plugin/-/html-webpack-include-assets-plugin-0.0.5.tgz#ca38767d019189414c0e8cbaa0e8b32557031a8d" +html-webpack-include-assets-plugin@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/html-webpack-include-assets-plugin/-/html-webpack-include-assets-plugin-1.0.3.tgz#ad1800bce0e7e689efdb83d0fca71da388521b6a" dependencies: - minimatch "^3.0.3" + glob "^7.1.2" + minimatch "^3.0.4" + slash "^1.0.0" html-webpack-plugin@^2.16.1: version "2.30.1"