Skip to content

Commit

Permalink
chore: Bump @types/form-data from 2.5.0 to 2.5.2 in /server (#5061)
Browse files Browse the repository at this point in the history
Bumps [@types/form-data](https://github.com/DefinitelyTyped/DefinitelyTyped) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits)

---
updated-dependencies:
- dependency-name: "@types/form-data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 80870f1 commit 869cb46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/preset-react": "7.25.7",
"@types/dotenv": "8.2.0",
"@types/express": "4.17.21",
"@types/form-data": "2.5.0",
"@types/form-data": "2.5.2",
"@types/fs-extra": "9.0.13",
"@types/helmet": "4.0.0",
"@types/moment": "2.13.0",
Expand Down
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1936,12 +1936,12 @@ __metadata:
languageName: node
linkType: hard

"@types/form-data@npm:2.5.0":
version: 2.5.0
resolution: "@types/form-data@npm:2.5.0"
"@types/form-data@npm:2.5.2":
version: 2.5.2
resolution: "@types/form-data@npm:2.5.2"
dependencies:
form-data: "*"
checksum: c3f6c8932726970d49d67a23410d5eef0e1ad0be418163ccc3d73a4cbaa0dcd71e0e29acbe2779aab85ed8f47cb0e8f6b67028480da3b0f7d074c5a3416b2400
checksum: fb38ae90b671dc912152a01143d7342aac273650c0efa6c866d490913fc83d32e8b96e87bd2d6a737e2c8975cc3d63322d702f77935f68fb838c32662dc616fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -6324,7 +6324,7 @@ __metadata:
"@babel/preset-react": 7.25.7
"@types/dotenv": 8.2.0
"@types/express": 4.17.21
"@types/form-data": 2.5.0
"@types/form-data": 2.5.2
"@types/fs-extra": 9.0.13
"@types/helmet": 4.0.0
"@types/moment": 2.13.0
Expand Down

0 comments on commit 869cb46

Please sign in to comment.