chore(deps): bump qs, @nestjs/platform-express and formidable (#1016)

Bumps [qs](https://github.com/ljharb/qs) to 6.10.3 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [@nestjs/platform-express](https://github.com/nestjs/nest) and [formidable](https://github.com/node-formidable/formidable). These dependencies need to be updated together.


Updates `qs` from 6.10.2 to 6.10.3
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.2...v6.10.3)

Updates `@nestjs/platform-express` from 8.0.9 to 8.4.7
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/compare/v8.0.9...v8.4.7)

Updates `formidable` from 2.0.1 to 2.1.1
- [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: qs
  dependency-type: indirect
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
- dependency-name: formidable
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: evilsprut <a@bukhalo.com>
This commit is contained in:
dependabot[bot] 2023-07-24 15:03:19 +03:00 committed by GitHub
parent 9f61f283a3
commit 8311db51e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 460 additions and 491 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
"dependencies": {
"@nestjs/common": "8.0.9",
"@nestjs/core": "8.0.9",
"@nestjs/platform-express": "8.0.9",
"@nestjs/platform-express": "8.4.7",
"dotenv": "10.0.0",
"nestjs-telegraf": "2.4.0",
"reflect-metadata": "0.1.13",