diff options
author | dependabot[bot] | 2021-03-10 07:43:45 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 6d1097f0d4160263cf6212f993baf03ef7845261 (patch) | |
tree | b90de1c4156196cfc32e14888a3ca183598b9380 /vnext | |
parent | a7554caf51e021741ba4b3f4b4c83653deaa08b9 (diff) |
Bump html-webpack-plugin from 5.3.0 to 5.3.1
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.3.0...v5.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 4a92cdfa..32021b86 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -8237,9 +8237,9 @@ "dev": true }, "html-webpack-plugin": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.0.tgz", - "integrity": "sha512-BjtSQCy5J0e9EDV+NZ4i+w36N9avXfQDF4QoAV9YAECG50x6/2tfJkFb0ws9eTcszLdyg4vs6FI6hMgVzVoQqw==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.3.1.tgz", + "integrity": "sha512-rZsVvPXUYFyME0cuGkyOHfx9hmkFa4pWfxY/mdY38PsBEaVNsRoA+Id+8z6DBDgyv3zaw6XQszdF8HLwfQvcdQ==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/vnext/package.json b/vnext/package.json index 64116d64..0cfbbfa7 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -30,7 +30,7 @@ "eslint-webpack-plugin": "^2.5.2", "file-loader": "^6.2.0", "html-loader": "^2.1.2", - "html-webpack-plugin": "^5.3.0", + "html-webpack-plugin": "^5.3.1", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.9", "postcss-loader": "^5.1.0", |