Skip to content

Commit 1230283

Browse files
chore(deps): Update dependency html-webpack-plugin to ^5.6.3
1 parent a9f2d98 commit 1230283

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/brick-container/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"broadcast-channel": "^7.0.0",
6666
"copy-webpack-plugin": "^12.0.2",
6767
"core-js": "^3.38.1",
68-
"html-webpack-plugin": "^5.6.2",
68+
"html-webpack-plugin": "^5.6.3",
6969
"regenerator-runtime": "^0.14.1",
7070
"webpack-dev-server": "^5.1.0"
7171
},

packages/brick-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@next-core/preview": "^0.7.26",
3636
"copy-to-clipboard": "^3.3.3",
3737
"copy-webpack-plugin": "^12.0.2",
38-
"html-webpack-plugin": "^5.6.2",
38+
"html-webpack-plugin": "^5.6.3",
3939
"monaco-editor": "^0.50.0",
4040
"monaco-editor-webpack-plugin": "^7.1.0",
4141
"webpack-dev-server": "^5.1.0"

packages/preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@next-core/theme": "^1.5.4",
3636
"@next-core/types": "^1.13.0",
3737
"@next-core/utils": "^1.7.25",
38-
"html-webpack-plugin": "^5.6.2",
38+
"html-webpack-plugin": "^5.6.3",
3939
"js-yaml": "^3.14.1"
4040
}
4141
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7250,10 +7250,10 @@ html-parse-stringify@^3.0.1:
72507250
dependencies:
72517251
void-elements "3.1.0"
72527252

7253-
html-webpack-plugin@^5.6.2:
7254-
version "5.6.2"
7255-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz#174a67c8e55aa3fa2ba94c8e8e42894bfe4978ea"
7256-
integrity sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==
7253+
html-webpack-plugin@^5.6.3:
7254+
version "5.6.3"
7255+
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685"
7256+
integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
72577257
dependencies:
72587258
"@types/html-minifier-terser" "^6.0.0"
72597259
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)