diff options
author | dependabot[bot] | 2021-02-15 07:35:25 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | e3b426926dbef19bf9d3c1a30f113a3ce3d6b504 (patch) | |
tree | 3d3e7d961d4f2704f6d2b9e938a56c3adf4a99f3 /vnext/package-lock.json | |
parent | f9fb5d18c48e7b9f9e4768dc5be21edf38748f0b (diff) |
Bump html-webpack-plugin from 5.0.0 to 5.1.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.0.0 to 5.1.0.
- [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/compare/v5.0.0...v5.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index c5e72664..d8c851fb 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -7996,9 +7996,9 @@ "dev": true }, "html-webpack-plugin": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz", - "integrity": "sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.1.0.tgz", + "integrity": "sha512-2axkp+2NHmvHUWrKe1dY4LyM3WatQEdFChr42OY7R/Ad7f0AQzaKscGCcqN/FtQBxo8rdfJP7M3RMFDttqok3g==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", |