Skip to content

Commit ee8e5a0

Browse files
Bump qs from 6.9.4 to 6.11.0 in /app
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 e60f07b commit ee8e5a0

File tree

2 files changed

+103
-6
lines changed

2 files changed

+103
-6
lines changed

app/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.

app/yarn.lock

Lines changed: 48 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2415,6 +2415,14 @@ cache-base@^1.0.1:
24152415
union-value "^1.0.0"
24162416
unset-value "^1.0.0"
24172417

2418+
call-bind@^1.0.0:
2419+
version "1.0.2"
2420+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
2421+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
2422+
dependencies:
2423+
function-bind "^1.1.1"
2424+
get-intrinsic "^1.0.2"
2425+
24182426
caller-callsite@^2.0.0:
24192427
version "2.0.0"
24202428
resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -3629,6 +3637,15 @@ get-caller-file@^2.0.1:
36293637
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
36303638
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
36313639

3640+
get-intrinsic@^1.0.2:
3641+
version "1.1.3"
3642+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
3643+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
3644+
dependencies:
3645+
function-bind "^1.1.1"
3646+
has "^1.0.3"
3647+
has-symbols "^1.0.3"
3648+
36323649
get-package-type@^0.1.0:
36333650
version "0.1.0"
36343651
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -3727,6 +3744,11 @@ has-symbols@^1.0.0:
37273744
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.1.tgz#9f5214758a44196c406d9bd76cebf81ec2dd31e8"
37283745
integrity sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==
37293746

3747+
has-symbols@^1.0.3:
3748+
version "1.0.3"
3749+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
3750+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
3751+
37303752
has-value@^0.3.1:
37313753
version "0.3.1"
37323754
resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f"
@@ -3758,6 +3780,13 @@ has-values@^1.0.0:
37583780
is-number "^3.0.0"
37593781
kind-of "^4.0.0"
37603782

3783+
has@^1.0.3:
3784+
version "1.0.3"
3785+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
3786+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
3787+
dependencies:
3788+
function-bind "^1.1.1"
3789+
37613790
hermes-engine@^0.2.1:
37623791
version "0.2.1"
37633792
resolved "https://registry.yarnpkg.com/hermes-engine/-/hermes-engine-0.2.1.tgz#25c0f1ff852512a92cb5c5cc47cf967e1e722ea2"
@@ -5219,6 +5248,11 @@ object-copy@^0.1.0:
52195248
define-property "^0.2.5"
52205249
kind-of "^3.0.3"
52215250

5251+
object-inspect@^1.9.0:
5252+
version "1.12.2"
5253+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
5254+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
5255+
52225256
object-keys@^1.0.11, object-keys@^1.0.12:
52235257
version "1.1.1"
52245258
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -5651,9 +5685,11 @@ pump@^3.0.0:
56515685
once "^1.3.1"
56525686

56535687
qs@^6.5.0:
5654-
version "6.9.4"
5655-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
5656-
integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
5688+
version "6.11.0"
5689+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
5690+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
5691+
dependencies:
5692+
side-channel "^1.0.4"
56575693

56585694
query-string@^5.0.1:
56595695
version "5.1.1"
@@ -6281,6 +6317,15 @@ shellwords@^0.1.1:
62816317
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
62826318
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
62836319

6320+
side-channel@^1.0.4:
6321+
version "1.0.4"
6322+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
6323+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
6324+
dependencies:
6325+
call-bind "^1.0.0"
6326+
get-intrinsic "^1.0.2"
6327+
object-inspect "^1.9.0"
6328+
62846329
signal-exit@^3.0.0, signal-exit@^3.0.2:
62856330
version "3.0.3"
62866331
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"

0 commit comments

Comments
 (0)