Skip to content

Commit 62167e1

Browse files
authored
Merge pull request #4204 from ClickHouse/security109
patch vulnerable dependency
2 parents cb225fc + 34188be commit 62167e1

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,8 @@
105105
},
106106
"engines": {
107107
"node": ">=20.18"
108+
},
109+
"resolutions": {
110+
"form-data": "^4.0.4"
108111
}
109112
}

yarn.lock

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7092,6 +7092,16 @@ es-object-atoms@^1.0.0:
70927092
dependencies:
70937093
es-errors "^1.3.0"
70947094

7095+
es-set-tostringtag@^2.1.0:
7096+
version "2.1.0"
7097+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
7098+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
7099+
dependencies:
7100+
es-errors "^1.3.0"
7101+
get-intrinsic "^1.2.6"
7102+
has-tostringtag "^1.0.2"
7103+
hasown "^2.0.2"
7104+
70957105
es6-promise@^3.2.1:
70967106
version "3.3.1"
70977107
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613"
@@ -7597,22 +7607,15 @@ form-data-encoder@^2.1.2:
75977607
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
75987608
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
75997609

7600-
7601-
version "4.0.0"
7602-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
7603-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
7604-
dependencies:
7605-
asynckit "^0.4.0"
7606-
combined-stream "^1.0.8"
7607-
mime-types "^2.1.12"
7608-
7609-
form-data@^4.0.0:
7610-
version "4.0.1"
7611-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.1.tgz#ba1076daaaa5bfd7e99c1a6cb02aa0a5cff90d48"
7612-
integrity sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==
7610+
[email protected], form-data@^4.0.0, form-data@^4.0.4:
7611+
version "4.0.4"
7612+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
7613+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
76137614
dependencies:
76147615
asynckit "^0.4.0"
76157616
combined-stream "^1.0.8"
7617+
es-set-tostringtag "^2.1.0"
7618+
hasown "^2.0.2"
76167619
mime-types "^2.1.12"
76177620

76187621
format@^0.2.0:
@@ -7956,11 +7959,18 @@ has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2:
79567959
dependencies:
79577960
es-define-property "^1.0.0"
79587961

7959-
has-symbols@^1.1.0:
7962+
has-symbols@^1.0.3, has-symbols@^1.1.0:
79607963
version "1.1.0"
79617964
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
79627965
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
79637966

7967+
has-tostringtag@^1.0.2:
7968+
version "1.0.2"
7969+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
7970+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
7971+
dependencies:
7972+
has-symbols "^1.0.3"
7973+
79647974
has-yarn@^3.0.0:
79657975
version "3.0.0"
79667976
resolved "https://registry.yarnpkg.com/has-yarn/-/has-yarn-3.0.0.tgz#c3c21e559730d1d3b57e28af1f30d06fac38147d"

0 commit comments

Comments
 (0)