Skip to content

Commit 12da6fe

Browse files
Bump qs from 6.9.6 to 6.10.1
Bumps [qs](https://github.com/ljharb/qs) from 6.9.6 to 6.10.1. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md) - [Commits](ljharb/qs@v6.9.6...v6.10.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fd09aa8 commit 12da6fe

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"node-fetch": "2.6.1",
9898
"prettier": "2.2.1",
9999
"puppeteer": "8.0.0",
100-
"qs": "6.9.6",
100+
"qs": "6.10.1",
101101
"rollup": "2.41.2",
102102
"rollup-plugin-terser": "7.0.2",
103103
"rollup-plugin-typescript2": "0.30.0",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4462,6 +4462,11 @@ object-copy@^0.1.0:
44624462
define-property "^0.2.5"
44634463
kind-of "^3.0.3"
44644464

4465+
object-inspect@^1.9.0:
4466+
version "1.9.0"
4467+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.9.0.tgz#c90521d74e1127b67266ded3394ad6116986533a"
4468+
integrity sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==
4469+
44654470
object-keys@^1.0.12, object-keys@^1.1.1:
44664471
version "1.1.1"
44674472
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e"
@@ -4775,16 +4780,18 @@ [email protected]:
47754780
unbzip2-stream "^1.3.3"
47764781
ws "^7.2.3"
47774782

4783+
4784+
version "6.10.1"
4785+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.10.1.tgz#4931482fa8d647a5aab799c5271d2133b981fb6a"
4786+
integrity sha512-M528Hph6wsSVOBiYUnGf+K/7w0hNshs/duGsNXPUCLH5XAqjEtiPGwNONLV0tBH8NoGb0mvD5JubnUTrujKDTg==
4787+
dependencies:
4788+
side-channel "^1.0.4"
4789+
47784790
47794791
version "6.7.0"
47804792
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
47814793
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
47824794

4783-
4784-
version "6.9.6"
4785-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
4786-
integrity sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==
4787-
47884795
qs@~6.5.2:
47894796
version "6.5.2"
47904797
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -5250,6 +5257,15 @@ shellwords@^0.1.1:
52505257
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
52515258
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==
52525259

5260+
side-channel@^1.0.4:
5261+
version "1.0.4"
5262+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
5263+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
5264+
dependencies:
5265+
call-bind "^1.0.0"
5266+
get-intrinsic "^1.0.2"
5267+
object-inspect "^1.9.0"
5268+
52535269
signal-exit@^3.0.0, signal-exit@^3.0.2:
52545270
version "3.0.3"
52555271
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"

0 commit comments

Comments
 (0)