diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0f8b00ca1..aac9d5da0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -177,8 +177,8 @@ importers: specifier: 1.1.0 version: 1.1.0 formidable: - specifier: ^3.5.1 - version: 3.5.1 + specifier: ^3.5.2 + version: 3.5.2 http-errors: specifier: ^2.0.0 version: 2.0.0 @@ -2988,8 +2988,8 @@ packages: 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==} + formidable@3.5.2: + resolution: {integrity: sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==} formidable@3.5.2: resolution: {integrity: sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==} @@ -7717,10 +7717,10 @@ snapshots: once: 1.4.0 qs: 6.13.0 - formidable@3.5.1: + formidable@3.5.2: dependencies: dezalgo: 1.0.4 - hexoid: 1.0.0 + hexoid: 2.0.0 once: 1.4.0 formidable@3.5.2: @@ -9401,7 +9401,7 @@ snapshots: debug: 4.3.7 fast-safe-stringify: 2.1.1 form-data: 4.0.0 - formidable: 3.5.1 + formidable: 3.5.2 methods: 1.1.2 mime: 2.6.0 qs: 6.13.0 diff --git a/src/package.json b/src/package.json index 565b6788f..ac80c59b8 100644 --- a/src/package.json +++ b/src/package.json @@ -42,7 +42,7 @@ "express-rate-limit": "^7.4.1", "fast-deep-equal": "^3.1.3", "find-root": "1.1.0", - "formidable": "^3.5.1", + "formidable": "^3.5.2", "http-errors": "^2.0.0", "jose": "^5.9.6", "js-cookie": "^3.0.5",