mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Bump formidable from 3.5.1 to 3.5.2 (#6721)
Bumps [formidable](https://github.com/node-formidable/formidable) from 3.5.1 to 3.5.2. - [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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c5bacf5ca4
commit
5bda2aa568
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue