From 8bd9b58d82e616e71e59932d1221ce20b701ed37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:02:07 -0500 Subject: [PATCH] chore(deps-dev): update html-webpack-plugin requirement in /src (#3061) 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.5.3...v5.6.0) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 6ca5ac6a21..a5cf632f4f 100644 --- a/src/package.json +++ b/src/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "copy-webpack-plugin": "^11.0.0", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.6.0", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1",