From 5e647c8a9280cb82b91f629e60be3daf008a6319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 01:26:43 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.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 f855835..916c1bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "css-loader": "7.1.2", "eslint": "9.13.0", "eslint-plugin-react": "7.37.2", - "html-webpack-plugin": "5.6.2", + "html-webpack-plugin": "5.6.3", "jest": "29.7.0", "jest-cli": "29.7.0", "react": "18.3.1", @@ -6477,9 +6477,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -16753,9 +16753,9 @@ } }, "html-webpack-plugin": { - "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==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index fb360b0..b5044a9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "css-loader": "7.1.2", "eslint": "9.13.0", "eslint-plugin-react": "7.37.2", - "html-webpack-plugin": "5.6.2", + "html-webpack-plugin": "5.6.3", "jest": "29.7.0", "jest-cli": "29.7.0", "react": "18.3.1",