From 9ddf99ad1a9294bd1c4da495a33713502472cdab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:36:45 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.2 --- web/package-lock.json | 6 ++++-- web/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index bf73dc075..86b19eab0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -105,7 +105,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.9.0", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "install": "^0.13.0", "knip": "^5.0.0", "less": "4.2.0", @@ -16690,7 +16690,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", + "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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/web/package.json b/web/package.json index fa38c82b1..a4364c62f 100644 --- a/web/package.json +++ b/web/package.json @@ -114,7 +114,7 @@ "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-storybook": "0.9.0", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "install": "^0.13.0", "knip": "^5.0.0", "less": "4.2.0",