0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(deps): upgrade formidable (#5780)

This commit is contained in:
Gao Sun 2024-04-24 10:18:06 +08:00 committed by GitHub
parent ead2abde65
commit 2414e52eff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View file

@ -38,6 +38,9 @@
"pnpm": "^8.10.0"
},
"pnpm": {
"overrides": {
"formidable@<3.2.4": "^3.2.4"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "^18.0.0",

View file

@ -4,6 +4,9 @@ settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
overrides:
formidable@<3.2.4: ^3.2.4
importers:
.:
@ -13339,13 +13342,12 @@ packages:
engines: {node: '>=0.4.x'}
dev: true
/formidable@2.1.2:
resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==}
/formidable@3.5.1:
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
dependencies:
dezalgo: 1.0.4
hexoid: 1.0.0
once: 1.4.0
qs: 6.12.1
/fresh@0.5.2:
resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=}
@ -15901,7 +15903,7 @@ packages:
'@types/formidable': 2.0.6
'@types/koa': 2.15.0
co-body: 6.1.0
formidable: 2.1.2
formidable: 3.5.1
zod: 3.22.4
dev: false
@ -20332,7 +20334,7 @@ packages:
debug: 4.3.4
fast-safe-stringify: 2.1.1
form-data: 4.0.0
formidable: 2.1.2
formidable: 3.5.1
methods: 1.1.2
mime: 2.6.0
qs: 6.12.1