build(deps): update dependency query-string to v7.0.1 (#2109)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/2108/head
renovate[bot] 2021-06-22 06:44:17 +10:00 committed by GitHub
parent d5fcfeda61
commit 92427e2c85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"babel-preset-react-app": "10.0.0",
"classnames": "2.3.1",
"qrcode.react": "1.0.1",
"query-string": "7.0.0",
"query-string": "7.0.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-ga": "3.3.0",

View File

@ -10389,10 +10389,10 @@ query-string@*:
split-on-first "^1.0.0"
strict-uri-encode "^2.0.0"
query-string@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.0.0.tgz#aaad2c8d5c6a6d0c6afada877fecbd56af79e609"
integrity sha512-Iy7moLybliR5ZgrK/1R3vjrXq03S13Vz4Rbm5Jg3EFq1LUmQppto0qtXz4vqZ386MSRjZgnTSZ9QC+NZOSd/XA==
query-string@7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.0.1.tgz#45bd149cf586aaa582dffc7ec7a8ad97dd02f75d"
integrity sha512-uIw3iRvHnk9to1blJCG3BTc+Ro56CBowJXKmNNAm3RulvPBzWLRqKSiiDk+IplJhsydwtuNMHi8UGQFcCLVfkA==
dependencies:
decode-uri-component "^0.2.0"
filter-obj "^1.1.0"