Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump @types/form-data from 2.5.0 to 2.5.2 in /server #5061

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading