From 538b8480fc4642050984d0ce3e53870ba914c61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 17:14:10 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.6.0 to 5.6.3 (#123) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- demo/package.json | 2 +- package-lock.json | 10 +++++----- webstepper/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/package.json b/demo/package.json index 38f614e..ea514a5 100644 --- a/demo/package.json +++ b/demo/package.json @@ -31,7 +31,7 @@ "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "style-loader": "^3.3.3", diff --git a/package-lock.json b/package-lock.json index c446891..186bf6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "style-loader": "^3.3.3", @@ -12215,9 +12215,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==", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -24105,7 +24105,7 @@ "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "sass": "^1.82.0", diff --git a/webstepper/package.json b/webstepper/package.json index f161eef..698af5c 100644 --- a/webstepper/package.json +++ b/webstepper/package.json @@ -37,7 +37,7 @@ "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "css-loader": "^7.1.2", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "sass": "^1.82.0",