Browse Source

build(deps): bump html-webpack-plugin from 5.6.0 to 5.6.3 (#6477)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.3.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.6.0...v5.6.3)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  dependency-version: 5.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Artur Arseniev <artur.catch@hotmail.it>
pull/6489/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
db18663ba6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/cli/package.json
  2. 27
      pnpm-lock.yaml

2
packages/cli/package.json

@ -36,7 +36,7 @@
"chalk": "^4.1.2",
"core-js": "3.38.1",
"dts-bundle-generator": "^8.0.1",
"html-webpack-plugin": "5.6.0",
"html-webpack-plugin": "5.6.3",
"inquirer": "^8.2.5",
"listr": "^0.14.3",
"lodash.template": "^4.5.0",

27
pnpm-lock.yaml

@ -166,8 +166,8 @@ importers:
specifier: ^8.0.1
version: 8.1.2
html-webpack-plugin:
specifier: 5.6.0
version: 5.6.0(webpack@5.94.0(webpack-cli@5.1.4))
specifier: 5.6.3
version: 5.6.3(webpack@5.94.0(webpack-cli@5.1.4))
inquirer:
specifier: ^8.2.5
version: 8.2.6
@ -4596,8 +4596,8 @@ packages:
html-void-elements@2.0.1:
resolution: {integrity: sha512-0quDb7s97CfemeJAnW9wC0hw78MtW7NU3hqtCD75g2vFlDLt36llsYD7uB7SUzojLMP24N5IatXf7ylGXiGG9A==}
html-webpack-plugin@5.6.0:
resolution: {integrity: sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==}
html-webpack-plugin@5.6.3:
resolution: {integrity: sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==}
engines: {node: '>=10.13.0'}
peerDependencies:
'@rspack/core': 0.x || 1.x
@ -7966,6 +7966,9 @@ packages:
tslib@2.8.0:
resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
tslib@2.8.1:
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
tty-browserify@0.0.0:
resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==}
@ -11855,7 +11858,7 @@ snapshots:
camel-case@4.1.2:
dependencies:
pascal-case: 3.1.2
tslib: 2.8.0
tslib: 2.8.1
camelcase@5.3.1: {}
@ -12797,7 +12800,7 @@ snapshots:
dot-case@3.0.4:
dependencies:
no-case: 3.0.4
tslib: 2.8.0
tslib: 2.8.1
dot-prop@5.3.0:
dependencies:
@ -14240,7 +14243,7 @@ snapshots:
html-void-elements@2.0.1: {}
html-webpack-plugin@5.6.0(webpack@5.94.0(webpack-cli@5.1.4)):
html-webpack-plugin@5.6.3(webpack@5.94.0(webpack-cli@5.1.4)):
dependencies:
'@types/html-minifier-terser': 6.1.0
html-minifier-terser: 6.1.0
@ -15550,7 +15553,7 @@ snapshots:
lower-case@2.0.2:
dependencies:
tslib: 2.8.0
tslib: 2.8.1
lowercase-keys@1.0.1: {}
@ -16188,7 +16191,7 @@ snapshots:
no-case@3.0.4:
dependencies:
lower-case: 2.0.2
tslib: 2.8.0
tslib: 2.8.1
node-abort-controller@3.1.1: {}
@ -16531,7 +16534,7 @@ snapshots:
param-case@3.0.4:
dependencies:
dot-case: 3.0.4
tslib: 2.8.0
tslib: 2.8.1
parent-module@1.0.1:
dependencies:
@ -16583,7 +16586,7 @@ snapshots:
pascal-case@3.1.2:
dependencies:
no-case: 3.0.4
tslib: 2.8.0
tslib: 2.8.1
pascalcase@0.1.1: {}
@ -18297,6 +18300,8 @@ snapshots:
tslib@2.8.0: {}
tslib@2.8.1: {}
tty-browserify@0.0.0: {}
tunnel-agent@0.6.0:

Loading…
Cancel
Save