fix (backend): downgrade adm-zip to v0.5.10
To workaround this problem: https://github.com/cthackers/adm-zip/issues/475 Co-authored-by: naskya <m@naskya.net>
This commit is contained in:
parent
ad08d071bf
commit
ed72aab48e
2 changed files with 5 additions and 5 deletions
|
@ -34,7 +34,7 @@
|
|||
"@redocly/openapi-core": "1.10.5",
|
||||
"@sinonjs/fake-timers": "11.2.2",
|
||||
"@twemoji/parser": "^15.0.0",
|
||||
"adm-zip": "^0.5.12",
|
||||
"adm-zip": "0.5.10",
|
||||
"ajv": "8.12.0",
|
||||
"archiver": "7.0.1",
|
||||
"argon2": "^0.40.1",
|
||||
|
|
|
@ -91,8 +91,8 @@ importers:
|
|||
specifier: ^15.0.0
|
||||
version: 15.0.0
|
||||
adm-zip:
|
||||
specifier: ^0.5.12
|
||||
version: 0.5.12
|
||||
specifier: 0.5.10
|
||||
version: 0.5.10
|
||||
ajv:
|
||||
specifier: 8.12.0
|
||||
version: 8.12.0
|
||||
|
@ -5068,8 +5068,8 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/adm-zip@0.5.12:
|
||||
resolution: {integrity: sha512-6TVU49mK6KZb4qG6xWaaM4C7sA/sgUMLy/JYMOzkcp3BvVLpW0fXDFQiIzAuxFCt/2+xD7fNIiPFAoLZPhVNLQ==}
|
||||
/adm-zip@0.5.10:
|
||||
resolution: {integrity: sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==}
|
||||
engines: {node: '>=6.0'}
|
||||
dev: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue