Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit b9d69bf

Browse files
Update dependency form-data from 4.0.0 to 4.0.1
1 parent 4a82f3f commit b9d69bf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@devoxa/aes-encryption": "2.0.0",
2828
"dayjs": "1.11.13",
29-
"form-data": "4.0.0",
29+
"form-data": "4.0.1",
3030
"php-serialize": "4.1.1"
3131
},
3232
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,10 +2228,10 @@ for-each@^0.3.3:
22282228
dependencies:
22292229
is-callable "^1.1.3"
22302230

2231-
2232-
version "4.0.0"
2233-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2234-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2231+
2232+
version "4.0.1"
2233+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
2234+
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
22352235
dependencies:
22362236
asynckit "^0.4.0"
22372237
combined-stream "^1.0.8"

0 commit comments

Comments
 (0)