From 807252c142da6abbaa3385ee9819e69887ae399b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:17:39 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.6.0 to 5.6.3 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.3. - [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.3) --- 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 | 8 ++++---- packages/browser/examples/single/bundle/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 91beb4df8..2b2f50685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12146,9 +12146,9 @@ } }, "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.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -22958,7 +22958,7 @@ "@babel/preset-react": "^7.25.7", "babel-loader": "^9.2.1", "html-loader": "^5.1.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0" diff --git a/packages/browser/examples/single/bundle/package.json b/packages/browser/examples/single/bundle/package.json index 4d80df8fe..b83055605 100644 --- a/packages/browser/examples/single/bundle/package.json +++ b/packages/browser/examples/single/bundle/package.json @@ -19,7 +19,7 @@ "@babel/preset-react": "^7.25.7", "babel-loader": "^9.2.1", "html-loader": "^5.1.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0"