mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
chore(deps): update dependency html-webpack-plugin to v5.5.0 (#2769)
This commit is contained in:
parent
0634d90f05
commit
d36beaf650
2 changed files with 45 additions and 5 deletions
|
@ -48,7 +48,7 @@
|
||||||
"github-markdown-css": "4.0.0",
|
"github-markdown-css": "4.0.0",
|
||||||
"harmony-reflect": "1.6.2",
|
"harmony-reflect": "1.6.2",
|
||||||
"history": "4.10.1",
|
"history": "4.10.1",
|
||||||
"html-webpack-plugin": "5.4.0",
|
"html-webpack-plugin": "5.5.0",
|
||||||
"i18next": "20.6.1",
|
"i18next": "20.6.1",
|
||||||
"in-publish": "2.0.1",
|
"in-publish": "2.0.1",
|
||||||
"country-flag-icons": "1.4.19",
|
"country-flag-icons": "1.4.19",
|
||||||
|
|
48
pnpm-lock.yaml
generated
48
pnpm-lock.yaml
generated
|
@ -766,7 +766,7 @@ importers:
|
||||||
github-markdown-css: 4.0.0
|
github-markdown-css: 4.0.0
|
||||||
harmony-reflect: 1.6.2
|
harmony-reflect: 1.6.2
|
||||||
history: 4.10.1
|
history: 4.10.1
|
||||||
html-webpack-plugin: 5.4.0
|
html-webpack-plugin: 5.5.0
|
||||||
i18next: 20.6.1
|
i18next: 20.6.1
|
||||||
in-publish: 2.0.1
|
in-publish: 2.0.1
|
||||||
js-base64: 3.7.2
|
js-base64: 3.7.2
|
||||||
|
@ -845,7 +845,7 @@ importers:
|
||||||
github-markdown-css: 4.0.0
|
github-markdown-css: 4.0.0
|
||||||
harmony-reflect: 1.6.2
|
harmony-reflect: 1.6.2
|
||||||
history: 4.10.1
|
history: 4.10.1
|
||||||
html-webpack-plugin: 5.4.0_webpack@5.64.0
|
html-webpack-plugin: 5.5.0_webpack@5.64.0
|
||||||
i18next: 20.6.1
|
i18next: 20.6.1
|
||||||
in-publish: 2.0.1
|
in-publish: 2.0.1
|
||||||
js-base64: 3.7.2
|
js-base64: 3.7.2
|
||||||
|
@ -14969,7 +14969,22 @@ packages:
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
pretty-error: 3.0.4
|
pretty-error: 3.0.4
|
||||||
tapable: 2.2.0
|
tapable: 2.2.0
|
||||||
|
webpack: 5.64.0_esbuild@0.12.25
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/html-webpack-plugin/5.5.0_webpack@5.64.0:
|
||||||
|
resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==}
|
||||||
|
engines: {node: '>=10.13.0'}
|
||||||
|
peerDependencies:
|
||||||
|
webpack: ^5.20.0
|
||||||
|
dependencies:
|
||||||
|
'@types/html-minifier-terser': 6.0.0
|
||||||
|
html-minifier-terser: 6.0.2
|
||||||
|
lodash: 4.17.21
|
||||||
|
pretty-error: 4.0.0
|
||||||
|
tapable: 2.2.0
|
||||||
webpack: 5.64.0_webpack-cli@4.7.2
|
webpack: 5.64.0_webpack-cli@4.7.2
|
||||||
|
dev: true
|
||||||
|
|
||||||
/htmlparser2/3.10.1:
|
/htmlparser2/3.10.1:
|
||||||
resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==}
|
resolution: {integrity: sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==}
|
||||||
|
@ -15305,7 +15320,7 @@ packages:
|
||||||
run-async: 2.4.1
|
run-async: 2.4.1
|
||||||
rxjs: 7.3.0
|
rxjs: 7.3.0
|
||||||
string-width: 4.2.2
|
string-width: 4.2.2
|
||||||
strip-ansi: 6.0.0
|
strip-ansi: 6.0.1
|
||||||
through: 2.3.8
|
through: 2.3.8
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -19665,6 +19680,14 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
renderkid: 2.0.7
|
renderkid: 2.0.7
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/pretty-error/4.0.0:
|
||||||
|
resolution: {integrity: sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==}
|
||||||
|
dependencies:
|
||||||
|
lodash: 4.17.21
|
||||||
|
renderkid: 3.0.0
|
||||||
|
dev: true
|
||||||
|
|
||||||
/pretty-format/27.3.1:
|
/pretty-format/27.3.1:
|
||||||
resolution: {integrity: sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==}
|
resolution: {integrity: sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==}
|
||||||
|
@ -20665,6 +20688,17 @@ packages:
|
||||||
htmlparser2: 6.1.0
|
htmlparser2: 6.1.0
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
strip-ansi: 3.0.1
|
strip-ansi: 3.0.1
|
||||||
|
dev: false
|
||||||
|
|
||||||
|
/renderkid/3.0.0:
|
||||||
|
resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==}
|
||||||
|
dependencies:
|
||||||
|
css-select: 4.1.3
|
||||||
|
dom-converter: 0.2.0
|
||||||
|
htmlparser2: 6.1.0
|
||||||
|
lodash: 4.17.21
|
||||||
|
strip-ansi: 6.0.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/repeat-element/1.1.3:
|
/repeat-element/1.1.3:
|
||||||
resolution: {integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==}
|
resolution: {integrity: sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==}
|
||||||
|
@ -21826,7 +21860,7 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
emoji-regex: 8.0.0
|
emoji-regex: 8.0.0
|
||||||
is-fullwidth-code-point: 3.0.0
|
is-fullwidth-code-point: 3.0.0
|
||||||
strip-ansi: 6.0.0
|
strip-ansi: 6.0.1
|
||||||
|
|
||||||
/string.prototype.matchall/4.0.5:
|
/string.prototype.matchall/4.0.5:
|
||||||
resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==}
|
resolution: {integrity: sha512-Z5ZaXO0svs0M2xd/6By3qpeKpLKd9mO4v4q3oMEQrk8Ck4xOD5d5XeBOOjGrmVZZ/AHB1S0CgG4N5r1G9N3E2Q==}
|
||||||
|
@ -21908,6 +21942,12 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-regex: 5.0.1
|
ansi-regex: 5.0.1
|
||||||
|
|
||||||
|
/strip-ansi/6.0.1:
|
||||||
|
resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==}
|
||||||
|
engines: {node: '>=8'}
|
||||||
|
dependencies:
|
||||||
|
ansi-regex: 5.0.1
|
||||||
|
|
||||||
/strip-ansi/7.0.1:
|
/strip-ansi/7.0.1:
|
||||||
resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==}
|
resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
|
|
Loading…
Add table
Reference in a new issue