From 7b82ee9a51ed78a0c66ff2bdd6c1e688aa76143c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:21:57 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.5.1 --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 94e9153ab..75e3c5a22 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -99,7 +99,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-storybook": "0.6.11", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.5.0", + "html-webpack-plugin": "5.5.1", "install": "^0.13.0", "less": "4.1.3", "less-loader": "11.1.0", @@ -23552,9 +23552,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", + "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/web/package.json b/web/package.json index f44132a6d..2b483b79a 100644 --- a/web/package.json +++ b/web/package.json @@ -104,7 +104,7 @@ "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-storybook": "0.6.11", "handlebars": "^4.7.7", - "html-webpack-plugin": "5.5.0", + "html-webpack-plugin": "5.5.1", "install": "^0.13.0", "less": "4.1.3", "less-loader": "11.1.0",