Skip to content

Commit eb8db71

Browse files
chore(deps): Update dependency html-webpack-plugin to ^5.6.2
1 parent 627fc52 commit eb8db71

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.0",
68+
"html-webpack-plugin": "^5.6.2",
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.0",
38+
"html-webpack-plugin": "^5.6.2",
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.0",
38+
"html-webpack-plugin": "^5.6.2",
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.0:
7254-
version "5.6.0"
7255-
resolved "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
7256-
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
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==
72577257
dependencies:
72587258
"@types/html-minifier-terser" "^6.0.0"
72597259
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)