Skip to content

Commit 7e740b2

Browse files
Bump qs from 6.7.0 to 6.11.0
Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 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.7.0...v6.11.0) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b92f18b commit 7e740b2

File tree

2 files changed

+92
-11
lines changed

2 files changed

+92
-11
lines changed

package-lock.json

+47-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+45-7
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,14 @@ cache-base@^1.0.1:
14811481
union-value "^1.0.0"
14821482
unset-value "^1.0.0"
14831483

1484+
call-bind@^1.0.0:
1485+
version "1.0.2"
1486+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1487+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1488+
dependencies:
1489+
function-bind "^1.1.1"
1490+
get-intrinsic "^1.0.2"
1491+
14841492
caller-callsite@^2.0.0:
14851493
version "2.0.0"
14861494
resolved "https://registry.npm.taobao.org/caller-callsite/download/caller-callsite-2.0.0.tgz?cache=0&sync_timestamp=1562696843228&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fcaller-callsite%2Fdownload%2Fcaller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134"
@@ -2722,8 +2730,8 @@ fsevents@^1.2.3:
27222730

27232731
function-bind@^1.1.1:
27242732
version "1.1.1"
2725-
resolved "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2726-
integrity sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0=
2733+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2734+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
27272735

27282736
functional-red-black-tree@^1.0.1:
27292737
version "1.0.1"
@@ -2760,6 +2768,15 @@ get-caller-file@^1.0.1:
27602768
resolved "https://registry.npm.taobao.org/get-caller-file/download/get-caller-file-1.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fget-caller-file%2Fdownload%2Fget-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
27612769
integrity sha1-+Xj6TJDR3+f/LWvtoqUV5xO9z0o=
27622770

2771+
get-intrinsic@^1.0.2:
2772+
version "1.1.3"
2773+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
2774+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
2775+
dependencies:
2776+
function-bind "^1.1.1"
2777+
has "^1.0.3"
2778+
has-symbols "^1.0.3"
2779+
27632780
get-stdin@^6.0.0:
27642781
version "6.0.0"
27652782
resolved "https://registry.npm.taobao.org/get-stdin/download/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
@@ -2861,6 +2878,11 @@ has-symbols@^1.0.0:
28612878
resolved "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
28622879
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
28632880

2881+
has-symbols@^1.0.3:
2882+
version "1.0.3"
2883+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
2884+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
2885+
28642886
has-unicode@^2.0.0:
28652887
version "2.0.1"
28662888
resolved "https://registry.npm.taobao.org/has-unicode/download/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2899,8 +2921,8 @@ has-values@^1.0.0:
28992921

29002922
has@^1.0.1, has@^1.0.3:
29012923
version "1.0.3"
2902-
resolved "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2903-
integrity sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=
2924+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2925+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
29042926
dependencies:
29052927
function-bind "^1.1.1"
29062928

@@ -4277,6 +4299,11 @@ object-copy@^0.1.0:
42774299
define-property "^0.2.5"
42784300
kind-of "^3.0.3"
42794301

4302+
object-inspect@^1.9.0:
4303+
version "1.12.2"
4304+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
4305+
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
4306+
42804307
object-keys@^1.0.11, object-keys@^1.0.12:
42814308
version "1.1.1"
42824309
resolved "https://registry.npm.taobao.org/object-keys/download/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -4714,9 +4741,11 @@ punycode@^2.1.0:
47144741
integrity sha1-tYsBCsQMIsVldhbI0sLALHv0eew=
47154742

47164743
qs@^6.5.0:
4717-
version "6.7.0"
4718-
resolved "https://registry.npm.taobao.org/qs/download/qs-6.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
4719-
integrity sha1-QdwaAV49WB8WIXdr4xr7KHapsbw=
4744+
version "6.11.0"
4745+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
4746+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
4747+
dependencies:
4748+
side-channel "^1.0.4"
47204749

47214750
query-string@^6.4.2:
47224751
version "6.8.1"
@@ -5466,6 +5495,15 @@ shellwords@^0.1.1:
54665495
resolved "https://registry.npm.taobao.org/shellwords/download/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
54675496
integrity sha1-1rkYHBpI05cyTISHHvvPxz/AZUs=
54685497

5498+
side-channel@^1.0.4:
5499+
version "1.0.4"
5500+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
5501+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
5502+
dependencies:
5503+
call-bind "^1.0.0"
5504+
get-intrinsic "^1.0.2"
5505+
object-inspect "^1.9.0"
5506+
54695507
signal-exit@^3.0.0, signal-exit@^3.0.2:
54705508
version "3.0.2"
54715509
resolved "https://registry.npm.taobao.org/signal-exit/download/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)