From 0ad2613d36cf07a7d18b20d8d069d796933c6586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 02:32:12 +0000 Subject: [PATCH] Bump formidable from 1.2.6 to 3.2.4 Bumps [formidable](https://github.com/node-formidable/formidable) from 1.2.6 to 3.2.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/v3.2.4) --- updated-dependencies: - dependency-name: formidable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1f3d676..4f61c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "digest-fetch": "^2.0.1", "express": "^4.18.2", "fetch-blob": "^2.1.2", - "formidable": "^1.2.6", + "formidable": "^3.2.4", "fs": "0.0.1-security", "glob": "^7.2.3", "http-errors": "~1.6.3", @@ -2575,6 +2575,15 @@ "integrity": "sha512-ATFTrPbY1dKYhPPvpjtwWKSK2mIwGmRwX54UASn9THEuIZCe2n9k3vVuMmt6jWeL+e5QaaguEv/pMyR+JQB7VQ==", "dev": true }, + "node_modules/dezalgo": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz", + "integrity": "sha512-K7i4zNfT2kgQz3GylDw40ot9GAE47sFZ9EXHFSPP6zONLgH6kWXE0KWJchkbQJLBkRazq4APwZ4OwiFFlT95OQ==", + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, "node_modules/digest-fetch": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/digest-fetch/-/digest-fetch-2.0.1.tgz", @@ -3054,10 +3063,14 @@ } }, "node_modules/formidable": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.6.tgz", - "integrity": "sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ==", - "deprecated": "Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.2.4.tgz", + "integrity": "sha512-8/5nJsq+o2o1+Dryx1k5gLTDaw0dNE9kL4P3srKArO6zhoerGm42/R8zq+L5EkV7kckNTvJpJke0kI8JseL3RQ==", + "dependencies": { + "dezalgo": "1.0.3", + "hexoid": "1.0.0", + "once": "1.4.0" + }, "funding": { "url": "https://ko-fi.com/tunnckoCore/commissions" } @@ -3213,6 +3226,14 @@ "he": "bin/he" } }, + "node_modules/hexoid": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/hexoid/-/hexoid-1.0.0.tgz", + "integrity": "sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==", + "engines": { + "node": ">=8" + } + }, "node_modules/http-errors": { "version": "1.6.3", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", diff --git a/package.json b/package.json index 0bd52b6..741a47c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "digest-fetch": "^2.0.1", "express": "^4.18.2", "fetch-blob": "^2.1.2", - "formidable": "^1.2.6", + "formidable": "^3.2.4", "fs": "0.0.1-security", "glob": "^7.2.3", "http-errors": "~1.6.3",