From b6236adfc438844fc9d45fbe026c1cf6ec55f3a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 22:43:20 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.5.3 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ed97c8..b8a0a6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "global-jsdom": "8.7.0", - "html-webpack-plugin": "5.5.0", + "html-webpack-plugin": "5.5.3", "husky": "8.0.3", "jsdom": "21.1.0", "lint-staged": "13.1.2", @@ -9573,9 +9573,9 @@ "integrity": "sha512-SdX20+2Upy/CcbZFUQvYZ1IhVxqpbPpITZAB2Zb5Tlrvr/ORUsFF/WW3IguLlmi3Z0k42PFy8QOLnQbQNa0S9w==" }, "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.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -26220,9 +26220,9 @@ "integrity": "sha512-SdX20+2Upy/CcbZFUQvYZ1IhVxqpbPpITZAB2Zb5Tlrvr/ORUsFF/WW3IguLlmi3Z0k42PFy8QOLnQbQNa0S9w==" }, "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.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index aa6bc67..19e7d02 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "global-jsdom": "8.7.0", - "html-webpack-plugin": "5.5.0", + "html-webpack-plugin": "5.5.3", "husky": "8.0.3", "jsdom": "21.1.0", "lint-staged": "13.1.2",