feat(webpack-react): update Webpack dependencies

This commit is contained in:
dancingCycle 2023-04-21 13:32:24 +02:00
parent 49729b803c
commit ff851f61c1
2 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@
"@babel/preset-react": "7.18.6",
"babel-loader": "9.1.2",
"css-loader": "6.7.1",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "^5.5.1",
"style-loader": "3.3.1",
"webpack": "5.80.0",
"webpack-cli": "5.0.1",
@ -3767,9 +3767,9 @@
}
},
"node_modules/html-webpack-plugin": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
"integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz",
"integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==",
"dev": true,
"dependencies": {
"@types/html-minifier-terser": "^6.0.0",
@ -9045,9 +9045,9 @@
}
},
"html-webpack-plugin": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz",
"integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz",
"integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==",
"dev": true,
"requires": {
"@types/html-minifier-terser": "^6.0.0",

View File

@ -23,7 +23,7 @@
"@babel/preset-react": "7.18.6",
"babel-loader": "9.1.2",
"css-loader": "6.7.1",
"html-webpack-plugin": "5.5.0",
"html-webpack-plugin": "5.5.1",
"style-loader": "3.3.1",
"webpack": "5.80.0",
"webpack-cli": "5.0.1",