Update dependency html-webpack-plugin to v5.5.1 (#2158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-05-12 10:38:00 -03:00
committed by GitHub
parent d00cd8501f
commit acfb8d84d5
4 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"dotenv": "^16.0.2",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.1",
"prettier": "^1.19.1",
"sass-loader": "^10.2.0",
"style-loader": "^2.0.0",

View File

@@ -28,7 +28,7 @@
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"dotenv": "^16.0.3",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.1",
"sass-loader": "^10.2.0",
"source-map-loader": "^1.1.3",
"style-loader": "^2.0.0",

View File

@@ -27,7 +27,7 @@
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"dotenv": "^16.0.3",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.1",
"postcss": "^8.4.7",
"postcss-loader": "^4.3.0",
"sass-loader": "^10.2.0",

View File

@@ -5394,10 +5394,10 @@ html-tags@^3.2.0:
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.2.0.tgz#dbb3518d20b726524e4dd43de397eb0a95726961"
integrity sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg==
html-webpack-plugin@5.5.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
html-webpack-plugin@5.5.1:
version "5.5.1"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763"
integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==
dependencies:
"@types/html-minifier-terser" "^6.0.0"
html-minifier-terser "^6.0.2"