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

Update dependency formidable to v3 #2662

Merged
merged 1 commit into from
Jul 14, 2023
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
4 changes: 2 additions & 2 deletions apps/onboarding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"classnames": "2.3.2",
"cookies-next": "2.1.2",
"dompurify": "3.0.5",
"formidable": "2.1.2",
"formidable": "3.5.0",
"framer-motion": "10.12.18",
"graphql": "16.7.1",
"graphql-tag": "2.12.6",
Expand All @@ -50,7 +50,7 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/dompurify": "3.0.2",
"@types/formidable": "2.0.6",
"@types/formidable": "3.4.0",
"@types/jsdom": "21.1.1",
"@types/lodash-es": "4.17.7",
"@types/marked": "5.0.0",
Expand Down
23 changes: 11 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9669,12 +9669,12 @@ __metadata:
languageName: node
linkType: hard

"@types/formidable@npm:2.0.6":
version: 2.0.6
resolution: "@types/formidable@npm:2.0.6"
"@types/formidable@npm:3.4.0":
version: 3.4.0
resolution: "@types/formidable@npm:3.4.0"
dependencies:
"@types/node": "*"
checksum: d6be0ac12bf8dd2e4f8a022271ee6e501c7f6d7dd58d71c68497ca7da84bee1538d1a2a64a90b56dad557ddb291d48c5731206269e9ab53ed91264e68a4d1476
checksum: 8136835e4964015a389595bea39a271e65fa8dce2590770b0e69cb8f29cbd2cd2f7376a8714766fda5796838c426929a3f575cdd565ecf0f19b048f40e0d456f
languageName: node
linkType: hard

Expand Down Expand Up @@ -15482,15 +15482,14 @@ __metadata:
languageName: node
linkType: hard

"formidable@npm:2.1.2":
version: 2.1.2
resolution: "formidable@npm:2.1.2"
"formidable@npm:3.5.0":
version: 3.5.0
resolution: "formidable@npm:3.5.0"
dependencies:
dezalgo: ^1.0.4
hexoid: ^1.0.0
once: ^1.4.0
qs: ^6.11.0
checksum: 81c8e5d89f5eb873e992893468f0de22c01678ca3d315db62be0560f9de1c77d4faefc9b1f4575098eb2263b3c81ba1024833a9fc3206297ddbac88a4f69b7a8
checksum: 7b86a39987b93a22c1d57491b1a320f7f56320b34976077e1baaef452cadb43525bf523fe0fa6d8becfc8e6f5721f92dee8de56c0f18f2de1055da80972ecfc3
languageName: node
linkType: hard

Expand Down Expand Up @@ -20108,7 +20107,7 @@ __metadata:
"@testing-library/react": 14.0.0
"@testing-library/user-event": 14.4.3
"@types/dompurify": 3.0.2
"@types/formidable": 2.0.6
"@types/formidable": 3.4.0
"@types/jsdom": 21.1.1
"@types/lodash-es": 4.17.7
"@types/marked": 5.0.0
Expand All @@ -20118,7 +20117,7 @@ __metadata:
cookies-next: 2.1.2
dompurify: 3.0.5
eslint-config-custom: "workspace:"
formidable: 2.1.2
formidable: 3.5.0
framer-motion: 10.12.18
graphql: 16.7.1
graphql-tag: 2.12.6
Expand Down Expand Up @@ -21277,7 +21276,7 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.11.0, qs@npm:^6.11.0":
"qs@npm:6.11.0":
version: 6.11.0
resolution: "qs@npm:6.11.0"
dependencies:
Expand Down