Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency html-webpack-plugin to v5.5.3 #8632

Merged
merged 1 commit into from
Jun 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"file-loader": "6.2.0",
"graphql": "16.6.0",
"graphql-tag": "2.12.6",
"html-webpack-plugin": "5.5.1",
"html-webpack-plugin": "5.5.3",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.7.6",
"nodemon": "2.0.22",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7539,7 +7539,7 @@ __metadata:
file-loader: 6.2.0
graphql: 16.6.0
graphql-tag: 2.12.6
html-webpack-plugin: 5.5.1
html-webpack-plugin: 5.5.3
jest: 29.5.0
lodash: 4.17.21
mini-css-extract-plugin: 2.7.6
Expand Down Expand Up @@ -19147,9 +19147,9 @@ __metadata:
languageName: node
linkType: hard

"html-webpack-plugin@npm:5.5.1, html-webpack-plugin@npm:^5.5.0":
version: 5.5.1
resolution: "html-webpack-plugin@npm:5.5.1"
"html-webpack-plugin@npm:5.5.3, html-webpack-plugin@npm:^5.5.0":
version: 5.5.3
resolution: "html-webpack-plugin@npm:5.5.3"
dependencies:
"@types/html-minifier-terser": ^6.0.0
html-minifier-terser: ^6.0.2
Expand All @@ -19158,7 +19158,7 @@ __metadata:
tapable: ^2.0.0
peerDependencies:
webpack: ^5.20.0
checksum: d36511f213d4fed6dc1f4eaba42c1541ce3c1ca9c424ab002d1daf3fbd6b3722009dab34fbe2ae2d3ab986d64c786522c673cb35ab3586a5f6e311e3383c461f
checksum: 7ba0d0f87d08f5c4c51f821842d736ec1762940bc39798932528adaec1e9cca8f52944987b88789007f5706d15110edbdfa30df445d61c6628b02ebe163c4f42
languageName: node
linkType: hard

Expand Down