From 91cbbf775cf810bc3e9f70216d0b39f2b749d651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:05:36 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.5.4 to 5.6.0 in /src/web Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.4 to 5.6.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.5.4...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/web/package-lock.json | 17 +++++++++++++---- src/web/package.json | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/web/package-lock.json b/src/web/package-lock.json index 495731c..f61e9ff 100644 --- a/src/web/package-lock.json +++ b/src/web/package-lock.json @@ -31,7 +31,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-webpack-plugin": "^4.0.1", "html-loader": "^4.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "keyv": "^4.5.4", "prop-types": "^15.8.1", "sass": "^1.69.5", @@ -2681,9 +2681,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", - "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", + "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==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -2700,7 +2700,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/html-webpack-plugin/node_modules/commander": { diff --git a/src/web/package.json b/src/web/package.json index d27dee3..1971ddc 100644 --- a/src/web/package.json +++ b/src/web/package.json @@ -28,7 +28,7 @@ "eslint-plugin-react": "^7.33.2", "eslint-webpack-plugin": "^4.0.1", "html-loader": "^4.2.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "keyv": "^4.5.4", "prop-types": "^15.8.1", "sass": "^1.69.5",