From b1587d70bc9750e457007d53990588191fad2b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:04:13 +0000 Subject: [PATCH] build(deps-dev): bump html-webpack-plugin from 5.6.0 to 5.6.2 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.2. - [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.6.0...v5.6.2) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- packages/html-templates/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 122d18f128..27578311d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16231,11 +16231,10 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz", + "integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -30663,7 +30662,7 @@ "css-loader": "6.10.0", "css-minimizer-webpack-plugin": "7.0.0", "dotenv": "16.4.5", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "identity-obj-proxy": "3.0.0", "jest": "29.7.0", "jest-date-mock": "1.0.10", diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json index fec38027dc..cea9fca64f 100644 --- a/packages/html-templates/package.json +++ b/packages/html-templates/package.json @@ -48,7 +48,7 @@ "css-loader": "6.10.0", "css-minimizer-webpack-plugin": "7.0.0", "dotenv": "16.4.5", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "identity-obj-proxy": "3.0.0", "jest": "29.7.0", "jest-date-mock": "1.0.10",