Skip to content

Commit cb6a759

Browse files
build(deps): Bump qs from 6.11.2 to 6.14.1
Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.11.2...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4aba9aa commit cb6a759

3 files changed

Lines changed: 52 additions & 26 deletions

File tree

packages/ethereum-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@requestnetwork/utils": "0.56.0",
4747
"ethers": "5.7.2",
4848
"form-data": "3.0.4",
49-
"qs": "6.11.2",
49+
"qs": "6.14.1",
5050
"shelljs": "0.8.5",
5151
"tslib": "2.8.1",
5252
"yargs": "17.6.2"

packages/request-client.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@requestnetwork/types": "0.56.0",
5656
"@requestnetwork/utils": "0.56.0",
5757
"ethers": "5.7.2",
58-
"qs": "6.11.2",
58+
"qs": "6.14.1",
5959
"tslib": "2.8.1"
6060
},
6161
"devDependencies": {

yarn.lock

Lines changed: 50 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9265,7 +9265,7 @@ call-bind@^1.0.8:
92659265
get-intrinsic "^1.2.4"
92669266
set-function-length "^1.2.2"
92679267

9268-
call-bound@^1.0.3, call-bound@^1.0.4:
9268+
call-bound@^1.0.2, call-bound@^1.0.3, call-bound@^1.0.4:
92699269
version "1.0.4"
92709270
resolved "https://registry.yarnpkg.com/call-bound/-/call-bound-1.0.4.tgz#238de935d2a2a692928c538c7ccfa91067fd062a"
92719271
integrity sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==
@@ -14052,7 +14052,7 @@ get-intrinsic@^1.2.3, get-intrinsic@^1.2.4:
1405214052
has-symbols "^1.0.3"
1405314053
hasown "^2.0.0"
1405414054

14055-
get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
14055+
get-intrinsic@^1.2.5, get-intrinsic@^1.2.6, get-intrinsic@^1.3.0:
1405614056
version "1.3.0"
1405714057
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
1405814058
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
@@ -19603,6 +19603,11 @@ object-inspect@^1.13.1:
1960319603
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz"
1960419604
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
1960519605

19606+
object-inspect@^1.13.3:
19607+
version "1.13.4"
19608+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
19609+
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
19610+
1960619611
object-inspect@^1.6.0, object-inspect@^1.9.0:
1960719612
version "1.9.0"
1960819613
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz"
@@ -21051,20 +21056,20 @@ qrcode@1.5.3:
2105121056
pngjs "^5.0.0"
2105221057
yargs "^15.3.1"
2105321058

21054-
qs@6.11.2:
21055-
version "6.11.2"
21056-
resolved "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz"
21057-
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
21058-
dependencies:
21059-
side-channel "^1.0.4"
21060-
21061-
qs@6.13.0, qs@^6.9.4:
21059+
qs@6.13.0:
2106221060
version "6.13.0"
2106321061
resolved "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz"
2106421062
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
2106521063
dependencies:
2106621064
side-channel "^1.0.6"
2106721065

21066+
qs@6.14.1, qs@^6.9.4:
21067+
version "6.14.1"
21068+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.14.1.tgz#a41d85b9d3902f31d27861790506294881871159"
21069+
integrity sha512-4EK3+xJl8Ts67nLYNwqw/dsFVnCf+qR7RgXSK9jEEm9unao3njwMDdmsdvoKBKHzxd7tCYz5e5M+SnMjdtXGQQ==
21070+
dependencies:
21071+
side-channel "^1.1.0"
21072+
2106821073
qs@~6.5.2:
2106921074
version "6.5.3"
2107021075
resolved "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz"
@@ -22357,24 +22362,45 @@ shelljs@0.8.5:
2235722362
interpret "^1.0.0"
2235822363
rechoir "^0.6.2"
2235922364

22360-
side-channel@^1.0.4:
22361-
version "1.0.4"
22362-
resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz"
22363-
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
22365+
side-channel-list@^1.0.0:
22366+
version "1.0.0"
22367+
resolved "https://registry.yarnpkg.com/side-channel-list/-/side-channel-list-1.0.0.tgz#10cb5984263115d3b7a0e336591e290a830af8ad"
22368+
integrity sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==
2236422369
dependencies:
22365-
call-bind "^1.0.0"
22366-
get-intrinsic "^1.0.2"
22367-
object-inspect "^1.9.0"
22370+
es-errors "^1.3.0"
22371+
object-inspect "^1.13.3"
2236822372

22369-
side-channel@^1.0.6:
22370-
version "1.0.6"
22371-
resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz"
22372-
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
22373+
side-channel-map@^1.0.1:
22374+
version "1.0.1"
22375+
resolved "https://registry.yarnpkg.com/side-channel-map/-/side-channel-map-1.0.1.tgz#d6bb6b37902c6fef5174e5f533fab4c732a26f42"
22376+
integrity sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==
2237322377
dependencies:
22374-
call-bind "^1.0.7"
22378+
call-bound "^1.0.2"
2237522379
es-errors "^1.3.0"
22376-
get-intrinsic "^1.2.4"
22377-
object-inspect "^1.13.1"
22380+
get-intrinsic "^1.2.5"
22381+
object-inspect "^1.13.3"
22382+
22383+
side-channel-weakmap@^1.0.2:
22384+
version "1.0.2"
22385+
resolved "https://registry.yarnpkg.com/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz#11dda19d5368e40ce9ec2bdc1fb0ecbc0790ecea"
22386+
integrity sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==
22387+
dependencies:
22388+
call-bound "^1.0.2"
22389+
es-errors "^1.3.0"
22390+
get-intrinsic "^1.2.5"
22391+
object-inspect "^1.13.3"
22392+
side-channel-map "^1.0.1"
22393+
22394+
side-channel@^1.0.4, side-channel@^1.0.6, side-channel@^1.1.0:
22395+
version "1.1.0"
22396+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.1.0.tgz#c3fcff9c4da932784873335ec9765fa94ff66bc9"
22397+
integrity sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==
22398+
dependencies:
22399+
es-errors "^1.3.0"
22400+
object-inspect "^1.13.3"
22401+
side-channel-list "^1.0.0"
22402+
side-channel-map "^1.0.1"
22403+
side-channel-weakmap "^1.0.2"
2237822404

2237922405
signal-exit@3.0.7, signal-exit@^3.0.3, signal-exit@^3.0.7:
2238022406
version "3.0.7"

0 commit comments

Comments
 (0)