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

chore(deps): update dependency html-inline-css-webpack-plugin to v1.11.2 #1977

Merged
merged 1 commit into from
Jul 20, 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 reacnetgenerator/static/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"css-minimizer-webpack-plugin": "5.0.1",
"cssnano": "6.0.1",
"cssnano-preset-advanced": "6.0.1",
"html-inline-css-webpack-plugin": "1.11.1",
"html-inline-css-webpack-plugin": "1.11.2",
"html-webpack-plugin": "5.5.3",
"ifdef-loader": "2.3.2",
"mini-css-extract-plugin": "2.7.6",
Expand Down
28 changes: 14 additions & 14 deletions reacnetgenerator/static/webpack/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1942,15 +1942,15 @@ __metadata:
languageName: node
linkType: hard

"html-inline-css-webpack-plugin@npm:1.11.1":
version: 1.11.1
resolution: "html-inline-css-webpack-plugin@npm:1.11.1"
"html-inline-css-webpack-plugin@npm:1.11.2":
version: 1.11.2
resolution: "html-inline-css-webpack-plugin@npm:1.11.2"
dependencies:
lodash: ^4.17.15
tslib: ^1.9.3
lodash: ^4.17.21
tslib: ^2.6.0
peerDependencies:
html-webpack-plugin: ^3.0.0 || ^4.0.0 || ^5.0.0
checksum: a234f455bab6886136ba04c532481b57303edd2ebd70eaf30d902882420f8acd3f5726a1885e31ac50c802182daac0c67051b76fd5fa939e6481b4de36e6f7a9
checksum: 82ecd02991099724bf3ff6d7d966022f11da89d1294d232d73a2a3f46410c4ba07584114e09f500fa9d4b541d3b9b3e3e26a16ed1b3850906584d4f2d67aaad7
languageName: node
linkType: hard

Expand Down Expand Up @@ -3567,7 +3567,7 @@ __metadata:
cssnano: 6.0.1
cssnano-preset-advanced: 6.0.1
d3: 3.5.17
html-inline-css-webpack-plugin: 1.11.1
html-inline-css-webpack-plugin: 1.11.2
html-webpack-plugin: 5.5.3
ifdef-loader: 2.3.2
jquery: 3.7.0
Expand Down Expand Up @@ -4302,20 +4302,20 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^1.9.3":
version: 1.14.1
resolution: "tslib@npm:1.14.1"
checksum: dbe628ef87f66691d5d2959b3e41b9ca0045c3ee3c7c7b906cc1e328b39f199bb1ad9e671c39025bd56122ac57dfbf7385a94843b1cc07c60a4db74795829acd
languageName: node
linkType: hard

"tslib@npm:^2.0.3":
version: 2.5.3
resolution: "tslib@npm:2.5.3"
checksum: 88902b309afaf83259131c1e13da1dceb0ad1682a213143a1346a649143924d78cf3760c448b84d796938fd76127183894f8d85cbb3bf9c4fddbfcc140c0003c
languageName: node
linkType: hard

"tslib@npm:^2.6.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
checksum: c01066038f950016a18106ddeca4649b4d76caa76ec5a31e2a26e10586a59fceb4ee45e96719bf6c715648e7c14085a81fee5c62f7e9ebee68e77a5396e5538f
languageName: node
linkType: hard

"tunnel-agent@npm:^0.6.0":
version: 0.6.0
resolution: "tunnel-agent@npm:0.6.0"
Expand Down
Loading