Skip to content

Commit 19c75b6

Browse files
chore(deps): update dependency html-webpack-plugin to v5.5.1 (#2962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zack Jackson <zackary.l.jackson@gmail.com>
1 parent dc8b4c7 commit 19c75b6

File tree

147 files changed

+533
-625
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+533
-625
lines changed

advanced-api/automatic-vendor-sharing/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/automatic-vendor-sharing/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/dynamic-remotes-runtime-environment-variables/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"copy-webpack-plugin": "9.1.0",
1111
"serve": "13.0.4",
1212
"webpack": "5.72.1",

advanced-api/dynamic-remotes-runtime-environment-variables/host/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,10 +1743,10 @@ html-minifier-terser@^6.0.2:
17431743
relateurl "^0.2.7"
17441744
terser "^5.10.0"
17451745

1746-
html-webpack-plugin@5.5.0:
1747-
version "5.5.0"
1748-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
1749-
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
1746+
html-webpack-plugin@5.5.1:
1747+
version "5.5.1"
1748+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763"
1749+
integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==
17501750
dependencies:
17511751
"@types/html-minifier-terser" "^6.0.0"
17521752
html-minifier-terser "^6.0.2"

advanced-api/dynamic-remotes-runtime-environment-variables/remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/dynamic-remotes-runtime-environment-variables/remote/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,10 +1733,10 @@ html-minifier-terser@^6.0.2:
17331733
relateurl "^0.2.7"
17341734
terser "^5.10.0"
17351735

1736-
html-webpack-plugin@5.5.0:
1737-
version "5.5.0"
1738-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50"
1739-
integrity sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==
1736+
html-webpack-plugin@5.5.1:
1737+
version "5.5.1"
1738+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763"
1739+
integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==
17401740
dependencies:
17411741
"@types/html-minifier-terser" "^6.0.0"
17421742
html-minifier-terser "^6.0.2"

advanced-api/dynamic-remotes-synchronous-imports/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/dynamic-remotes-synchronous-imports/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/dynamic-remotes/app1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

advanced-api/dynamic-remotes/app2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@babel/core": "7.18.9",
77
"@babel/preset-react": "7.18.6",
88
"babel-loader": "8.2.5",
9-
"html-webpack-plugin": "5.5.0",
9+
"html-webpack-plugin": "5.5.1",
1010
"serve": "13.0.4",
1111
"webpack": "5.72.1",
1212
"webpack-cli": "4.10.0",

0 commit comments

Comments
 (0)