diff --git a/package-lock.json b/package-lock.json index f4f8d5a7..a08da69e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "gulp": "^4.0.2", "gulp-filter": "^9.0.1", "gulp-replace": "^1.1.4", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "jest": "^28.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", @@ -12312,9 +12312,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==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index c082731d..d2b06a7e 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gulp": "^4.0.2", "gulp-filter": "^9.0.1", "gulp-replace": "^1.1.4", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.5.4", "jest": "^28.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0",