Skip to content

Commit e984a1d

Browse files
chore(deps-dev): bump object-to-formdata from 1.6.4 to 3.0.3 (#3962)
* chore(deps-dev): bump object-to-formdata from 1.6.4 to 3.0.3 Bumps [object-to-formdata](https://github.com/therealparmesh/object-to-formdata) from 1.6.4 to 3.0.3. - [Release notes](https://github.com/therealparmesh/object-to-formdata/releases) - [Commits](https://github.com/therealparmesh/object-to-formdata/commits) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: Areeb Jamal <[email protected]>
1 parent 3b79ab1 commit e984a1d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

app/services/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import $ from 'jquery';
44
import { getErrorMessage } from 'open-event-frontend/utils/errors';
55
import { buildUrl } from 'open-event-frontend/utils/url';
66
import httpStatus from 'http-status';
7-
import objectToFormData from 'object-to-formdata';
7+
import { objectToFormData } from 'object-to-formdata';
88
import fetch from 'fetch';
99
import { clone, assign, merge, pick, isString } from 'lodash-es';
1010
const bodyAllowedIn = ['PATCH', 'POST', 'PUT'];

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"http-status": "^1.4.2",
116116
"loader.js": "^4.7.0",
117117
"lodash-es": "^4.17.15",
118-
"object-to-formdata": "^1.6.4",
118+
"object-to-formdata": "^3.0.3",
119119
"paypal-checkout": "^4.0.311",
120120
"query-string": "^6.10.1",
121121
"qunit-dom": "^0.9.2",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12219,9 +12219,10 @@ object-keys@^1.0.12:
1221912219
version "1.1.0"
1222012220
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032"
1222112221

12222-
object-to-formdata@^1.6.4:
12223-
version "1.6.4"
12224-
resolved "https://registry.yarnpkg.com/object-to-formdata/-/object-to-formdata-1.6.4.tgz#ee2c3693ae6829ce8847f77eff7a3d8289c843e1"
12222+
object-to-formdata@^3.0.3:
12223+
version "3.0.3"
12224+
resolved "https://registry.yarnpkg.com/object-to-formdata/-/object-to-formdata-3.0.3.tgz#f53085434fee91e230a8ac5a8ca18a4eaab50019"
12225+
integrity sha512-WRlMCPr08H32igU/frBoOuIQFeN1P/z/Um0tHXHdcmUjap9W3fHF0mnaRtG4oFtB575DJr/kLGYJr0hkVVRldQ==
1222512226

1222612227
object-visit@^1.0.0:
1222712228
version "1.0.1"

0 commit comments

Comments
 (0)