Skip to content

Commit dc92f2c

Browse files
chore(deps): bump qs from 6.9.6 to 6.11.0 (#668)
Bumps [qs](https://github.com/ljharb/qs) from 6.9.6 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.6...v6.11.0) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 293c323 commit dc92f2c

File tree

1 file changed

+16
-19
lines changed

1 file changed

+16
-19
lines changed

yarn.lock

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4854,16 +4854,7 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
48544854
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
48554855
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
48564856

4857-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
4858-
version "1.1.1"
4859-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
4860-
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
4861-
dependencies:
4862-
function-bind "^1.1.1"
4863-
has "^1.0.3"
4864-
has-symbols "^1.0.1"
4865-
4866-
get-intrinsic@^1.1.3:
4857+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.3:
48674858
version "1.1.3"
48684859
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
48694860
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
@@ -4872,6 +4863,15 @@ get-intrinsic@^1.1.3:
48724863
has "^1.0.3"
48734864
has-symbols "^1.0.3"
48744865

4866+
get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
4867+
version "1.1.1"
4868+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.1.tgz#15f59f376f855c446963948f0d24cd3637b4abc6"
4869+
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
4870+
dependencies:
4871+
function-bind "^1.1.1"
4872+
has "^1.0.3"
4873+
has-symbols "^1.0.1"
4874+
48754875
get-package-type@^0.1.0:
48764876
version "0.1.0"
48774877
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
@@ -7464,16 +7464,11 @@ object-copy@^0.1.0:
74647464
define-property "^0.2.5"
74657465
kind-of "^3.0.3"
74667466

7467-
object-inspect@^1.12.2:
7467+
object-inspect@^1.12.2, object-inspect@^1.9.0:
74687468
version "1.12.2"
74697469
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
74707470
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
74717471

7472-
object-inspect@^1.9.0:
7473-
version "1.9.0"
7474-
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
7475-
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
7476-
74777472
object-keys@^1.0.12, object-keys@^1.1.1:
74787473
version "1.1.1"
74797474
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -8040,9 +8035,11 @@ q@^1.5.1:
80408035
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
80418036

80428037
qs@^6.9.4:
8043-
version "6.9.6"
8044-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
8045-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
8038+
version "6.11.0"
8039+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
8040+
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
8041+
dependencies:
8042+
side-channel "^1.0.4"
80468043

80478044
query-string@^6.13.8:
80488045
version "6.14.1"

0 commit comments

Comments
 (0)