From f16a3c7effaa1fc6c8b9426126fd8c0368845ad8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2019 09:35:05 +0000 Subject: [PATCH] Bump html-webpack-plugin from 4.0.0-beta.7 to 4.0.0-beta.8 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.0.0-beta.7 to 4.0.0-beta.8. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/commits) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2156ce66..618c9ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6865,9 +6865,9 @@ } }, "html-webpack-plugin": { - "version": "4.0.0-beta.7", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.7.tgz", - "integrity": "sha512-xtKllnYj6xQPChdvbLihnj3yPsvB4WFASbqyZK2aflWPkDO+NitASYvsRPXPF3u4XYkZ5L7A+WtBh7J0vJ8APQ==", + "version": "4.0.0-beta.8", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-4.0.0-beta.8.tgz", + "integrity": "sha512-n5S2hJi3/vioRvEDswZP2WFgZU8TUqFoYIrkg5dt+xDC4TigQEhIcl4Y81Qs2La/EqKWuJZP8+ikbHGVmzQ4Mg==", "dev": true, "requires": { "html-minifier": "^4.0.0", diff --git a/package.json b/package.json index 0dcd2c0d..86b9c551 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-react-hooks": "^1.5.0", "file-loader": "4.1.0", "fs-extra": "8.1.0", - "html-webpack-plugin": "4.0.0-beta.7", + "html-webpack-plugin": "4.0.0-beta.8", "identity-obj-proxy": "3.0.0", "is-wsl": "^2.0.0", "jest": "24.8.0",