Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit eabbf60

Browse files
renovate[bot]WhiteSource Renovate
authored andcommitted
fix(deps): update dependency query-string to v6.10.1 (#198)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
1 parent b1189b5 commit eabbf60

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"mitt": "1.1.3",
42-
"query-string": "6.8.3",
42+
"query-string": "6.10.1",
4343
"reactotron-core-client": "2.8.6",
4444
"rn-host-detect": "1.2.0"
4545
},

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9754,7 +9754,16 @@ qs@~6.5.2:
97549754
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
97559755
integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==
97569756

9757-
query-string@6.8.3, query-string@^6.8.2:
9757+
query-string@6.10.1:
9758+
version "6.10.1"
9759+
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.10.1.tgz#30b3505f6fca741d5ae541964d1b3ae9dc2a0de8"
9760+
integrity sha512-SHTUV6gDlgMXg/AQUuLpTiBtW/etZ9JT6k6RCtCyqADquApLX0Aq5oK/s5UeTUAWBG50IExjIr587GqfXRfM4A==
9761+
dependencies:
9762+
decode-uri-component "^0.2.0"
9763+
split-on-first "^1.0.0"
9764+
strict-uri-encode "^2.0.0"
9765+
9766+
query-string@^6.8.2:
97589767
version "6.8.3"
97599768
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.8.3.tgz#fd9fb7ffb068b79062b43383685611ee47777d4b"
97609769
integrity sha512-llcxWccnyaWlODe7A9hRjkvdCKamEKTh+wH8ITdTc3OhchaqUZteiSCX/2ablWHVrkVIe04dntnaZJ7BdyW0lQ==

0 commit comments

Comments
 (0)