Skip to content

Commit 68d7ee4

Browse files
authored
chore(dev-deps): Bump form-data to 4.0.4 (#17173)
We only use this as dev-dep, so should not affect anything, but to be safe... See: GHSA-fjxv-7rqg-78g4
1 parent ea9ee84 commit 68d7ee4

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15278,6 +15278,16 @@ es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
1527815278
dependencies:
1527915279
es-errors "^1.3.0"
1528015280

15281+
es-set-tostringtag@^2.1.0:
15282+
version "2.1.0"
15283+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
15284+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
15285+
dependencies:
15286+
es-errors "^1.3.0"
15287+
get-intrinsic "^1.2.6"
15288+
has-tostringtag "^1.0.2"
15289+
hasown "^2.0.2"
15290+
1528115291
es-shim-unscopables@^1.0.0:
1528215292
version "1.0.0"
1528315293
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -17056,12 +17066,14 @@ foreground-child@^3.1.0:
1705617066
signal-exit "^4.0.1"
1705717067

1705817068
form-data@^4.0.0:
17059-
version "4.0.0"
17060-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
17061-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
17069+
version "4.0.4"
17070+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
17071+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
1706217072
dependencies:
1706317073
asynckit "^0.4.0"
1706417074
combined-stream "^1.0.8"
17075+
es-set-tostringtag "^2.1.0"
17076+
hasown "^2.0.2"
1706517077
mime-types "^2.1.12"
1706617078

1706717079
formdata-polyfill@^4.0.10:
@@ -17360,7 +17372,7 @@ get-caller-file@^2.0.5:
1736017372
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
1736117373
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
1736217374

17363-
get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.3.0:
17375+
get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@^1.2.4, get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
1736417376
version "1.3.0"
1736517377
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1736617378
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==

0 commit comments

Comments
 (0)