From 86cf1612466e7ddc8c053288a910dc66e361e1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 12:59:19 +0000 Subject: [PATCH] Bump formidable from 2.1.1 to 3.4.0 Bumps [formidable](https://github.com/node-formidable/formidable) from 2.1.1 to 3.4.0. - [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.4.0) --- updated-dependencies: - dependency-name: formidable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ae630e..5d592e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "ejs": "^3.1.9", "express": "^4.18.2", "express-rate-limit": "^6.7.0", - "formidable": "^2.1.1", + "formidable": "^3.4.0", "marked": "^4.3.0", "node": "^19.8.1", "routes": "^2.1.0", @@ -460,14 +460,13 @@ } }, "node_modules/formidable": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.1.tgz", - "integrity": "sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.4.0.tgz", + "integrity": "sha512-jVj65eK/bVBpImERgvY64oLf2yP7YKsyGj/u0P25k58G8B1SmpCLmAbh0Gld3J92M7J6oX5H1KnJJM8iDYiUtQ==", "dependencies": { "dezalgo": "^1.0.4", "hexoid": "^1.0.0", - "once": "^1.4.0", - "qs": "^6.11.0" + "once": "^1.4.0" }, "funding": { "url": "https://ko-fi.com/tunnckoCore/commissions" @@ -1426,14 +1425,13 @@ } }, "formidable": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/formidable/-/formidable-2.1.1.tgz", - "integrity": "sha512-0EcS9wCFEzLvfiks7omJ+SiYJAiD+TzK4Pcw1UlUoGnhUxDcMKjt0P7x8wEb0u6OHu8Nb98WG3nxtlF5C7bvUQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.4.0.tgz", + "integrity": "sha512-jVj65eK/bVBpImERgvY64oLf2yP7YKsyGj/u0P25k58G8B1SmpCLmAbh0Gld3J92M7J6oX5H1KnJJM8iDYiUtQ==", "requires": { "dezalgo": "^1.0.4", "hexoid": "^1.0.0", - "once": "^1.4.0", - "qs": "^6.11.0" + "once": "^1.4.0" } }, "forwarded": { diff --git a/package.json b/package.json index fff5c29..1097214 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "ejs": "^3.1.9", "express": "^4.18.2", "express-rate-limit": "^6.7.0", - "formidable": "^2.1.1", + "formidable": "^3.4.0", "marked": "^4.3.0", "node": "^19.8.1", "routes": "^2.1.0",