From f40742379b0dbe3893e595cb27d366a1fdf94603 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:45:59 +0200 Subject: [PATCH] Bump html-webpack-plugin from 5.6.2 to 5.6.3 in /assets (#3101) Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.2 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.2...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> --- assets/package-lock.json | 8 ++++---- assets/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/package-lock.json b/assets/package-lock.json index d170d3eaa6..64ea6af764 100644 --- a/assets/package-lock.json +++ b/assets/package-lock.json @@ -74,7 +74,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-storybook": "^0.10.1", "fishery": "^2.2.2", - "html-webpack-plugin": "^5.6.2", + "html-webpack-plugin": "^5.6.3", "intersection-observer": "^0.12.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", @@ -10382,9 +10382,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "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", diff --git a/assets/package.json b/assets/package.json index c2a46535c1..a7cb92480a 100644 --- a/assets/package.json +++ b/assets/package.json @@ -35,7 +35,7 @@ "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-storybook": "^0.10.1", "fishery": "^2.2.2", - "html-webpack-plugin": "^5.6.2", + "html-webpack-plugin": "^5.6.3", "intersection-observer": "^0.12.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0",