From e6a06ad008f8768d44952a380ca3b182546dbca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:37:57 +0000 Subject: [PATCH] chore(deps-dev): update html-webpack-plugin requirement in /src Updates the requirements on [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) to permit the latest version. - [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.6...v5.6.7) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-version: 5.6.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 9f0ac696fd..f7216f71b5 100644 --- a/src/package.json +++ b/src/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "copy-webpack-plugin": "^13.0.1", - "html-webpack-plugin": "^5.6.6", + "html-webpack-plugin": "^5.6.7", "webpack": "^5.105.3", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.3",