From 266a193c0a974eb2659615d45e087df8526070fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:03:02 +0000 Subject: [PATCH] Bump formidable from 3.5.2 to 3.5.4 Bumps [formidable](https://github.com/node-formidable/formidable) from 3.5.2 to 3.5.4. - [Release notes](https://github.com/node-formidable/formidable/releases) - [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md) - [Commits](https://github.com/node-formidable/formidable/commits) --- updated-dependencies: - dependency-name: formidable dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 21 +++------------------ src/package.json | 2 +- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5c674d335..fc9614982 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.2 - version: 3.5.2 + specifier: ^3.5.4 + version: 3.5.4 http-errors: specifier: ^2.0.0 version: 2.0.0 @@ -3013,9 +3013,6 @@ packages: formidable@2.1.5: resolution: {integrity: sha512-Oz5Hwvwak/DCaXVVUtPn4oLMLLy1CdclLKO1LFgU7XzDpVMUU5UjlSLpGMocyQNNk8F6IJW9M/YdooSn2MRI+Q==} - formidable@3.5.2: - resolution: {integrity: sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==} - formidable@3.5.4: resolution: {integrity: sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==} engines: {node: '>=14.0.0'} @@ -3199,10 +3196,6 @@ packages: resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==} hasBin: true - hexoid@2.0.0: - resolution: {integrity: sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==} - engines: {node: '>=8'} - hookable@5.5.3: resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} @@ -7933,12 +7926,6 @@ snapshots: once: 1.4.0 qs: 6.14.0 - formidable@3.5.2: - dependencies: - dezalgo: 1.0.4 - hexoid: 2.0.0 - once: 1.4.0 - formidable@3.5.4: dependencies: '@paralleldrive/cuid2': 2.2.2 @@ -8170,8 +8157,6 @@ snapshots: he@1.2.0: {} - hexoid@2.0.0: {} - hookable@5.5.3: {} html-encoding-sniffer@4.0.0: @@ -9689,7 +9674,7 @@ snapshots: debug: 4.4.0(supports-color@8.1.1) fast-safe-stringify: 2.1.1 form-data: 4.0.2 - formidable: 3.5.2 + formidable: 3.5.4 methods: 1.1.2 mime: 2.6.0 qs: 6.14.0 diff --git a/src/package.json b/src/package.json index efc956d8c..ebb73e08b 100644 --- a/src/package.json +++ b/src/package.json @@ -42,7 +42,7 @@ "express-rate-limit": "^7.5.0", "fast-deep-equal": "^3.1.3", "find-root": "1.1.0", - "formidable": "^3.5.2", + "formidable": "^3.5.4", "http-errors": "^2.0.0", "jose": "^5.10.0", "js-cookie": "^3.0.5",