Skip to content

Commit d87efdc

Browse files
Bump qs from 6.9.4 to 6.11.0 in /mobile
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.9.4...v6.11.0) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86c5607 commit d87efdc

File tree

2 files changed

+103
-6
lines changed

2 files changed

+103
-6
lines changed

mobile/package-lock.json

Lines changed: 55 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/yarn.lock

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,6 +1774,14 @@ cache-base@^1.0.1:
17741774
union-value "^1.0.0"
17751775
unset-value "^1.0.0"
17761776

1777+
call-bind@^1.0.0:
1778+
version "1.0.2"
1779+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1780+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1781+
dependencies:
1782+
function-bind "^1.1.1"
1783+
get-intrinsic "^1.0.2"
1784+
17771785
caller-callsite@^2.0.0:
17781786
version "2.0.0"
17791787
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -2837,6 +2845,15 @@ get-caller-file@^1.0.1:
28372845
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
28382846
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
28392847

2848+
get-intrinsic@^1.0.2:
2849+
version "1.1.3"
2850+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
2851+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
2852+
dependencies:
2853+
function-bind "^1.1.1"
2854+
has "^1.0.3"
2855+
has-symbols "^1.0.3"
2856+
28402857
get-stream@^3.0.0:
28412858
version "3.0.0"
28422859
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
@@ -2896,6 +2913,11 @@ has-symbols@^1.0.0:
28962913
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
28972914
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
28982915

2916+
has-symbols@^1.0.3:
2917+
version "1.0.3"
2918+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
2919+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
2920+
28992921
has-value@^0.3.1:
29002922
version "0.3.1"
29012923
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -2927,6 +2949,13 @@ has-values@^1.0.0:
29272949
is-number "^3.0.0"
29282950
kind-of "^4.0.0"
29292951

2952+
has@^1.0.3:
2953+
version "1.0.3"
2954+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2955+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
2956+
dependencies:
2957+
function-bind "^1.1.1"
2958+
29302959
hermes-engine@^0.2.1:
29312960
version "0.2.1"
29322961
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2"
@@ -4079,6 +4108,11 @@ object-copy@^0.1.0:
40794108
define-property "^0.2.5"
40804109
kind-of "^3.0.3"
40814110

4111+
object-inspect@^1.9.0:
4112+
version "1.12.2"
4113+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
4114+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
4115+
40824116
object-keys@^1.0.11, object-keys@^1.0.12:
40834117
version "1.1.1"
40844118
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -4442,9 +4476,11 @@ pump@^3.0.0:
44424476
once "^1.3.1"
44434477

44444478
qs@^6.5.0:
4445-
version "6.9.4"
4446-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
4447-
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
4479+
version "6.11.0"
4480+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
4481+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
4482+
dependencies:
4483+
side-channel "^1.0.4"
44484484

44494485
query-string@^5.0.1:
44504486
version "5.1.1"
@@ -4962,6 +4998,15 @@ shellwords@^0.1.1:
49624998
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
49634999
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
49645000

5001+
side-channel@^1.0.4:
5002+
version "1.0.4"
5003+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
5004+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
5005+
dependencies:
5006+
call-bind "^1.0.0"
5007+
get-intrinsic "^1.0.2"
5008+
object-inspect "^1.9.0"
5009+
49655010
signal-exit@^3.0.0, signal-exit@^3.0.2:
49665011
version "3.0.3"
49675012
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"

0 commit comments

Comments
 (0)