Skip to content

Commit

Permalink
fix(deps): update dependency form-data to ^4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent b13cc15 commit aff8e1f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion megalodon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"axios": "1.7.7",
"dayjs": "^1.11.13",
"events": "^3.3.0",
"form-data": "^4.0.0",
"form-data": "^4.0.1",
"isomorphic-ws": "^5.0.0",
"object-assign-deep": "^0.4.0",
"uuid": "^10.0.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3078,6 +3078,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.1":
version: 4.0.1
resolution: "form-data@npm:4.0.1"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
mime-types: "npm:^2.1.12"
checksum: 10/6adb1cff557328bc6eb8a68da205f9ae44ab0e88d4d9237aaf91eed591ffc64f77411efb9016af7d87f23d0a038c45a788aa1c6634e51175c4efa36c2bc53774
languageName: node
linkType: hard

"fs-extra@npm:^8.1.0":
version: 8.1.0
resolution: "fs-extra@npm:8.1.0"
Expand Down Expand Up @@ -4528,7 +4539,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
events: "npm:^3.3.0"
form-data: "npm:^4.0.0"
form-data: "npm:^4.0.1"
isomorphic-ws: "npm:^5.0.0"
jest: "npm:^29.7.0"
jest-worker: "npm:^29.7.0"
Expand Down

0 comments on commit aff8e1f

Please sign in to comment.