diff --git a/package-lock.json b/package-lock.json index f9efd00e..2b27e484 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "css-minimizer-webpack-plugin": "^5.0.0", "eslint": "^8.42.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.1", + "html-webpack-plugin": "^5.5.3", "jest": "^26.6.3", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.23", @@ -8866,9 +8866,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", - "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", + "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", @@ -22939,9 +22939,9 @@ } }, "html-webpack-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", - "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", + "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 3a2d2ba7..f7eef4ce 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "css-minimizer-webpack-plugin": "^5.0.0", "eslint": "^8.42.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.1", + "html-webpack-plugin": "^5.5.3", "jest": "^26.6.3", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.23",