Skip to content

Commit 0ee966a

Browse files
fix(deps): update dependency qs to v6.11.2
1 parent 964ef5d commit 0ee966a

2 files changed

Lines changed: 51 additions & 7 deletions

File tree

vue-instantsearch/routing-vue-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"algoliasearch": "3.35.1",
1212
"instantsearch.css": "7.3.1",
1313
"instantsearch.js": "4.55.0",
14-
"qs": "6.7.0",
14+
"qs": "6.11.2",
1515
"vue": "2.7.14",
1616
"vue-instantsearch": "4.9.0",
1717
"vue-router": "3.0.6"

vue-instantsearch/routing-vue-router/yarn.lock

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,14 @@ cache-loader@^2.0.1:
19381938
normalize-path "^3.0.0"
19391939
schema-utils "^1.0.0"
19401940

1941+
call-bind@^1.0.0:
1942+
version "1.0.2"
1943+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
1944+
integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==
1945+
dependencies:
1946+
function-bind "^1.1.1"
1947+
get-intrinsic "^1.0.2"
1948+
19411949
call-me-maybe@^1.0.1:
19421950
version "1.0.1"
19431951
resolved "https://registry.yarnpkg.com/call-me-maybe/-/call-me-maybe-1.0.1.tgz#26d208ea89e37b5cbde60250a15f031c16a4d66b"
@@ -3925,6 +3933,16 @@ get-caller-file@^1.0.1:
39253933
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a"
39263934
integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==
39273935

3936+
get-intrinsic@^1.0.2:
3937+
version "1.2.1"
3938+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.1.tgz#d295644fed4505fc9cde952c37ee12b477a83d82"
3939+
integrity sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==
3940+
dependencies:
3941+
function-bind "^1.1.1"
3942+
has "^1.0.3"
3943+
has-proto "^1.0.1"
3944+
has-symbols "^1.0.3"
3945+
39283946
get-stdin@^6.0.0:
39293947
version "6.0.0"
39303948
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
@@ -4072,11 +4090,21 @@ has-flag@^3.0.0:
40724090
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
40734091
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
40744092

4093+
has-proto@^1.0.1:
4094+
version "1.0.1"
4095+
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.1.tgz#1885c1305538958aff469fef37937c22795408e0"
4096+
integrity sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==
4097+
40754098
has-symbols@^1.0.0:
40764099
version "1.0.0"
40774100
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
40784101
integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=
40794102

4103+
has-symbols@^1.0.3:
4104+
version "1.0.3"
4105+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
4106+
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
4107+
40804108
has-unicode@^2.0.0:
40814109
version "2.0.1"
40824110
resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -4113,7 +4141,7 @@ has-values@^1.0.0:
41134141
is-number "^3.0.0"
41144142
kind-of "^4.0.0"
41154143

4116-
has@^1.0.0, has@^1.0.1:
4144+
has@^1.0.0, has@^1.0.1, has@^1.0.3:
41174145
version "1.0.3"
41184146
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
41194147
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
@@ -5734,6 +5762,11 @@ object-hash@^1.1.4:
57345762
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.3.1.tgz#fde452098a951cb145f039bb7d455449ddc126df"
57355763
integrity sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==
57365764

5765+
object-inspect@^1.9.0:
5766+
version "1.12.3"
5767+
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9"
5768+
integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==
5769+
57375770
object-keys@^1.0.11, object-keys@^1.0.12, object-keys@~1.0.0:
57385771
version "1.0.12"
57395772
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2"
@@ -6825,16 +6858,18 @@ q@^1.1.2:
68256858
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
68266859
integrity sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=
68276860

6861+
qs@6.11.2:
6862+
version "6.11.2"
6863+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9"
6864+
integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==
6865+
dependencies:
6866+
side-channel "^1.0.4"
6867+
68286868
qs@6.5.2, qs@~6.5.2:
68296869
version "6.5.2"
68306870
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
68316871
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
68326872

6833-
qs@6.7.0:
6834-
version "6.7.0"
6835-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
6836-
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
6837-
68386873
"qs@^6.5.1 < 6.10":
68396874
version "6.9.6"
68406875
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.6.tgz#26ed3c8243a431b2924aca84cc90471f35d5a0ee"
@@ -7474,6 +7509,15 @@ shell-quote@^1.6.1:
74747509
array-reduce "~0.0.0"
74757510
jsonify "~0.0.0"
74767511

7512+
side-channel@^1.0.4:
7513+
version "1.0.4"
7514+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
7515+
integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==
7516+
dependencies:
7517+
call-bind "^1.0.0"
7518+
get-intrinsic "^1.0.2"
7519+
object-inspect "^1.9.0"
7520+
74777521
signal-exit@^3.0.0, signal-exit@^3.0.2:
74787522
version "3.0.2"
74797523
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"

0 commit comments

Comments
 (0)