From 3af90e55bfb044135a2e6f1d9cf11f507ec824e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 06:57:18 +0000 Subject: [PATCH] chore(deps): update dependency html-webpack-plugin to v5.6.2 --- 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 ff5b43d..0cfb33d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "css-loader": "7.1.2", "eslint": "9.12.0", "eslint-plugin-react": "7.37.1", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "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.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "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, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -16744,9 +16744,9 @@ } }, "html-webpack-plugin": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "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, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index b9032e2..2c09d52 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "css-loader": "7.1.2", "eslint": "9.12.0", "eslint-plugin-react": "7.37.1", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "jest": "29.7.0", "jest-cli": "29.7.0", "react": "18.3.1",