diff --git a/package-lock.json b/package-lock.json index dc2e78f..00c5251 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "css-loader": "^6.8.1", "favicons": "^7.1.4", "favicons-webpack-plugin": "^6.0.1", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "npx": "^10.2.2", "style-loader": "^3.3.3", "ts-loader": "^9.5.1", @@ -2658,9 +2658,9 @@ } }, "node_modules/html-webpack-plugin": { - "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==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", + "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/package.json b/package.json index d757d4f..7528776 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "css-loader": "^6.8.1", "favicons": "^7.1.4", "favicons-webpack-plugin": "^6.0.1", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "npx": "^10.2.2", "style-loader": "^3.3.3", "ts-loader": "^9.5.1",