fix(deps): update dependency formdata-polyfill to v4

This commit is contained in:
Renovate Bot
2021-08-23 08:24:31 +00:00
parent 6e00915f98
commit d0ecbbfb8a
2 changed files with 20 additions and 4 deletions

22
package-lock.json generated
View File

@@ -9583,6 +9583,14 @@
"pend": "~1.2.0"
}
},
"fetch-blob": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.1.2.tgz",
"integrity": "sha512-hunJbvy/6OLjCD0uuhLdp0mMPzP/yd2ssd1t2FCJsaA7wkWhpbp9xfuNVpv7Ll4jFhzp6T4LAupSiV9uOeg0VQ==",
"requires": {
"web-streams-polyfill": "^3.0.3"
}
},
"figures": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -9827,9 +9835,12 @@
"integrity": "sha512-UWcTgTk8HsU0UYXo0m820lmOE9rqxhk2wbnYhVTWm5TLpWDW6pCAaIzTL05FU3w/4R/7GUbim9uFvLij+u457Q=="
},
"formdata-polyfill": {
"version": "3.0.20",
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-3.0.20.tgz",
"integrity": "sha512-TAaxIEwTBdoH1TWndtUH1T0/GisUHwmOKcV5hjkR/iTatHBJSOHb563FP86Lra5nXo3iNdhK7HPwMl5Ihg71pg=="
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.6.tgz",
"integrity": "sha512-oJeqWjhE6r9I4TiolW6sBYkLzupq3QZLNAYcR+b1tzh/9Uktuf4qRgJY8qqLo6an0uKckdHPpfsUYHqVf/tprA==",
"requires": {
"fetch-blob": "^3.0.0"
}
},
"formidable": {
"version": "1.2.2",
@@ -21082,6 +21093,11 @@
"minimalistic-assert": "^1.0.0"
}
},
"web-streams-polyfill": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.1.0.tgz",
"integrity": "sha512-wO9r1YnYe7kFBLHyyVEhV1H8VRWoNiNnuP+v/HUUmSTaRF8F93Kmd3JMrETx0f11GXxRek6OcL2QtjFIdc5WYw=="
},
"webidl-conversions": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",

View File

@@ -47,7 +47,7 @@
"classnames": "2.3.1",
"font-awesome": "4.7.0",
"form-urlencoded": "4.0.1",
"formdata-polyfill": "3.0.20",
"formdata-polyfill": "4.0.6",
"history": "4.10.1",
"jslib-html5-camera-photo": "3.1.8",
"lodash.debounce": "4.0.8",