Skip to content

Commit 4a6a8e9

Browse files
authored
Bumped qs version for CVE-2025-15284. (#1380)
* Bumped qs version for CVE-2025-15284. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Adjusted dependency version. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> --------- Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
1 parent fadf007 commit 4a6a8e9

File tree

2 files changed

+55
-16
lines changed

2 files changed

+55
-16
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@
6969
"pbkdf2": "^3.1.3",
7070
"cipher-base": "^1.0.7",
7171
"sha.js": "^2.4.12",
72-
"form-data": "4.0.4"
72+
"form-data": "4.0.4",
73+
"qs": "^6.14.1"
7374
},
7475
"engines": {
7576
"yarn": "^1.21.1"
7677
}
77-
}
78+
}

yarn.lock

Lines changed: 52 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ call-bind@^1.0.8:
916916
get-intrinsic "^1.2.4"
917917
set-function-length "^1.2.2"
918918

919-
call-bound@^1.0.3, call-bound@^1.0.4:
919+
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
920920
version "1.0.4"
921921
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
922922
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -2085,7 +2085,7 @@ get-intrinsic@^1.1.3, get-intrinsic@^1.2.1, get-intrinsic@^1.2.2, get-intrinsic@
20852085
has-symbols "^1.0.3"
20862086
hasown "^2.0.0"
20872087

2088-
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
2088+
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
20892089
version "1.3.0"
20902090
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
20912091
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -3070,6 +3070,11 @@ object-inspect@^1.13.1:
30703070
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
30713071
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
30723072

3073+
object-inspect@^1.13.3:
3074+
version "1.13.4"
3075+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
3076+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
3077+
30733078
object-is@^1.1.5:
30743079
version "1.1.5"
30753080
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
@@ -3389,19 +3394,12 @@ punycode@^2.1.0, punycode@^2.1.1:
33893394
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
33903395
integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
33913396

3392-
qs@6.10.4:
3393-
version "6.10.4"
3394-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.4.tgz#6a3003755add91c0ec9eacdc5f878b034e73f9e7"
3395-
integrity sha512-OQiU+C+Ds5qiH91qh/mg0w+8nwQuLjM4F4M/PbmhDOoYehPh+Fb0bDjtR1sOvy7YKxvj28Y/M0PhP5uVX0kB+g==
3396-
dependencies:
3397-
side-channel "^1.0.4"
3398-
3399-
qs@^6.11.2:
3400-
version "6.11.2"
3401-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
3402-
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
3397+
qs@6.10.4, qs@^6.11.2, qs@^6.14.1:
3398+
version "6.15.0"
3399+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.0.tgz#db8fd5d1b1d2d6b5b33adaf87429805f1909e7b3"
3400+
integrity sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==
34033401
dependencies:
3404-
side-channel "^1.0.4"
3402+
side-channel "^1.1.0"
34053403

34063404
query-string@^6.13.2:
34073405
version "6.14.1"
@@ -3765,6 +3763,35 @@ shebang-regex@^3.0.0:
37653763
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
37663764
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
37673765

3766+
side-channel-list@^1.0.0:
3767+
version "1.0.0"
3768+
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad"
3769+
integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==
3770+
dependencies:
3771+
es-errors "^1.3.0"
3772+
object-inspect "^1.13.3"
3773+
3774+
side-channel-map@^1.0.1:
3775+
version "1.0.1"
3776+
resolved "https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz#d6bb6b37902c6fef5174e5f533fab4c732a26f42"
3777+
integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==
3778+
dependencies:
3779+
call-bound "^1.0.2"
3780+
es-errors "^1.3.0"
3781+
get-intrinsic "^1.2.5"
3782+
object-inspect "^1.13.3"
3783+
3784+
side-channel-weakmap@^1.0.2:
3785+
version "1.0.2"
3786+
resolved "https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz#11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea"
3787+
integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==
3788+
dependencies:
3789+
call-bound "^1.0.2"
3790+
es-errors "^1.3.0"
3791+
get-intrinsic "^1.2.5"
3792+
object-inspect "^1.13.3"
3793+
side-channel-map "^1.0.1"
3794+
37683795
side-channel@^1.0.4:
37693796
version "1.0.5"
37703797
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.5.tgz#9a84546599b48909fb6af1211708d23b1946221b"
@@ -3775,6 +3802,17 @@ side-channel@^1.0.4:
37753802
get-intrinsic "^1.2.4"
37763803
object-inspect "^1.13.1"
37773804

3805+
side-channel@^1.1.0:
3806+
version "1.1.0"
3807+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9"
3808+
integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==
3809+
dependencies:
3810+
es-errors "^1.3.0"
3811+
object-inspect "^1.13.3"
3812+
side-channel-list "^1.0.0"
3813+
side-channel-map "^1.0.1"
3814+
side-channel-weakmap "^1.0.2"
3815+
37783816
signal-exit@^3.0.2:
37793817
version "3.0.7"
37803818
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"

0 commit comments

Comments
 (0)