diff options
author | dependabot[bot] | 2021-03-08 07:53:29 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | a9f7a68f66fa81f4c0470011c394f66f91ca7c91 (patch) | |
tree | 1e267125cd9cd5e07fbec6ef6ab9a2c8827a9e65 | |
parent | 91c3131e2f8a257956d37125bfbb64e597a6b0bf (diff) |
Bump html-webpack-plugin from 5.2.0 to 5.3.0
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.2.0 to 5.3.0.
- [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.2.0...v5.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | vnext/package-lock.json | 18 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 16 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index c52325ee..76e114eb 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -8243,30 +8243,18 @@ "dev": true }, "html-webpack-plugin": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.2.0.tgz", - "integrity": "sha512-0wkVlJKq7edCN793gdLgdAm5m196qI2vb5SGXy4AtGOFB/lYKyS10+3Vkhe6Bo0acddAW3QVw+0ysgWoko/IEQ==", + "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==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", "html-minifier-terser": "^5.0.1", - "loader-utils": "^2.0.0", "lodash": "^4.17.20", "pretty-error": "^2.1.1", "tapable": "^2.0.0" }, "dependencies": { - "loader-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.0.tgz", - "integrity": "sha512-rP4F0h2RaWSvPEkD7BLDFQnvSf+nK+wr3ESUjNTyAGobqrijmW92zc+SO6d4p4B1wh7+B/Jg1mkQe5NYUEHtHQ==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - }, "tapable": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.0.tgz", diff --git a/vnext/package.json b/vnext/package.json index e21b9491..769a31c8 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.1", - "html-webpack-plugin": "^5.2.0", + "html-webpack-plugin": "^5.3.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.9", "postcss-loader": "^5.1.0", |