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

Bump formidable from 1.2.6 to 3.2.4 #109

Closed
wants to merge 1 commit into from
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"fast-levenshtein": "^2.0.6",
"fhir": "^4.7.10",
"fhirclient": "^2.3.10",
"formidable": "^1.2.1",
"formidable": "^3.2.4",
"got": "^11.8.2",
"hl7": "^1.1.1",
"is-json": "^2.0.1",
Expand Down
39 changes: 37 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2056,6 +2056,13 @@ __metadata:
languageName: node
linkType: hard

"asap@npm:^2.0.0":
version: 2.0.6
resolution: "asap@npm:2.0.6"
checksum: b296c92c4b969e973260e47523207cd5769abd27c245a68c26dc7a0fe8053c55bb04360237cb51cab1df52be939da77150ace99ad331fb7fb13b3423ed73ff3d
languageName: node
linkType: hard

"asmcrypto.js@npm:^0.22.0":
version: 0.22.0
resolution: "asmcrypto.js@npm:0.22.0"
Expand Down Expand Up @@ -3048,6 +3055,16 @@ __metadata:
languageName: node
linkType: hard

"dezalgo@npm:^1.0.4":
version: 1.0.4
resolution: "dezalgo@npm:1.0.4"
dependencies:
asap: ^2.0.0
wrappy: 1
checksum: 895389c6aead740d2ab5da4d3466d20fa30f738010a4d3f4dcccc9fc645ca31c9d10b7e1804ae489b1eb02c7986f9f1f34ba132d409b043082a86d9a4e745624
languageName: node
linkType: hard

"diff-sequences@npm:^26.6.2":
version: 26.6.2
resolution: "diff-sequences@npm:26.6.2"
Expand Down Expand Up @@ -4081,13 +4098,24 @@ __metadata:
languageName: node
linkType: hard

"formidable@npm:^1.2.1, formidable@npm:^1.2.2":
"formidable@npm:^1.2.2":
version: 1.2.6
resolution: "formidable@npm:1.2.6"
checksum: 2b68ed07ba88302b9c63f8eda94f19a460cef6017bfda48348f09f41d2a36660c9353137991618e0e4c3db115b41e4b8f6fa63bc973b7a7c91dec66acdd02a56
languageName: node
linkType: hard

"formidable@npm:^3.2.4":
version: 3.5.1
resolution: "formidable@npm:3.5.1"
dependencies:
dezalgo: ^1.0.4
hexoid: ^1.0.0
once: ^1.4.0
checksum: 46b21496f9f985161cf7636163147b6728f9997c7e1d59433680d92619758bf6862330e6d105b5816bafcd1ab32f27ef183455991f93ef836ea731c68db62af9
languageName: node
linkType: hard

"forwarded@npm:0.2.0":
version: 0.2.0
resolution: "forwarded@npm:0.2.0"
Expand Down Expand Up @@ -4471,6 +4499,13 @@ __metadata:
languageName: node
linkType: hard

"hexoid@npm:^1.0.0":
version: 1.0.0
resolution: "hexoid@npm:1.0.0"
checksum: 27a148ca76a2358287f40445870116baaff4a0ed0acc99900bf167f0f708ffd82e044ff55e9949c71963852b580fc024146d3ac6d5d76b508b78d927fa48ae2d
languageName: node
linkType: hard

"hl7@npm:1.x.x, hl7@npm:^1.1.1":
version: 1.1.1
resolution: "hl7@npm:1.1.1"
Expand Down Expand Up @@ -7619,7 +7654,7 @@ __metadata:
fast-levenshtein: ^2.0.6
fhir: ^4.7.10
fhirclient: ^2.3.10
formidable: ^1.2.1
formidable: ^3.2.4
got: ^11.8.2
hl7: ^1.1.1
husky: ^8.0.3
Expand Down
Loading