Skip to content

Commit 8e4388b

Browse files
dmlemeshkokibanamachine
authored andcommitted
[chore] bump qs to 6.15.2 (elastic#269942)
## Summary Bumping `qs` to `6.15.2` and changing code owner to Kibana Ops Team. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent 59a2f6d commit 8e4388b

4 files changed

Lines changed: 8 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"**/hono": "4.12.14",
101101
"**/isomorphic-fetch/node-fetch": "2.7.0",
102102
"**/pixelmatch": "5.3.0",
103-
"**/qs": "6.15.0",
103+
"**/qs": "6.15.2",
104104
"**/remark-parse/trim": "1.0.1",
105105
"**/serialize-javascript": "7.0.5",
106106
"**/sharp": "0.34.5",
@@ -2169,7 +2169,7 @@
21692169
"postcss-scss": "4.0.9",
21702170
"prettier": "2.8.8",
21712171
"proxy": "2.1.1",
2172-
"qs": "6.15.0",
2172+
"qs": "6.15.2",
21732173
"react-element-to-jsx-string": "15.0.0",
21742174
"react-refresh": "0.18.0",
21752175
"react-test-renderer": "18.2.0",

renovate.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
"@playwright/test",
169169
"playwright",
170170
"pngjs",
171-
"qs",
172171
"rxjs-marbles",
173172
"sharp",
174173
"superagent",
@@ -992,7 +991,7 @@
992991
},
993992
{
994993
"groupName": "polyfills",
995-
"matchDepNames": ["blob-polyfill", "core-js"],
994+
"matchDepNames": ["blob-polyfill", "core-js", "qs"],
996995
"matchDepPatterns": ["polyfill"],
997996
"reviewers": ["team:kibana-operations"],
998997
"matchBaseBranches": ["main"],

src/platform/packages/private/kbn-ui-shared-deps-npm/version_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ property-information@5.5.0
377377
public-encrypt@4.0.3
378378
punycode@1.4.1
379379
punycode@2.3.1
380-
qs@6.15.0
380+
qs@6.15.2
381381
querystring-es3@0.2.1
382382
querystringify@2.1.1
383383
raf-schd@4.0.3

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30799,10 +30799,10 @@ pvutils@^1.1.3:
3079930799
resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.5.tgz#84b0dea4a5d670249aa9800511804ee0b7c2809c"
3080030800
integrity sha512-KTqnxsgGiQ6ZAzZCVlJH5eOjSnvlyEgx1m8bkRJfOhmGRqfo5KLvmAlACQkrjEtOQ4B7wF9TdSLIs9O90MX9xA==
3080130801

30802-
qs@6.13.0, qs@6.15.0, qs@^6.12.3, qs@^6.14.0, qs@^6.14.1, qs@^6.9.7, qs@~6.14.0, qs@~6.14.1:
30803-
version "6.15.0"
30804-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.0.tgz#db8fd5d1b1d2d6b5b33adaf87429805f1909e7b3"
30805-
integrity sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==
30802+
qs@6.13.0, qs@6.15.2, qs@^6.12.3, qs@^6.14.0, qs@^6.14.1, qs@^6.9.7, qs@~6.14.0, qs@~6.14.1:
30803+
version "6.15.2"
30804+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.15.2.tgz#fd55426d710403ddccc45e0f9eab16db7727ece9"
30805+
integrity sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==
3080630806
dependencies:
3080730807
side-channel "^1.1.0"
3080830808

0 commit comments

Comments
 (0)