Merge 9711abf4dd739d93b28625d2a359e596dfff80ec into 261db3f9dbe219cac550fadaf670f590c3dd1508

This commit is contained in:
dependabot-preview[bot] 2020-10-02 01:12:33 +00:00 committed by GitHub
commit 8f361a7f48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

@ -25,7 +25,7 @@
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"prop-types": "^15.6.2",
"query-string": "^6.12.1",
"query-string": "^6.13.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",

@ -6542,10 +6542,10 @@ query-string@^4.1.0:
object-assign "^4.1.0"
strict-uri-encode "^1.0.0"
query-string@^6.12.1:
version "6.13.1"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad"
integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA==
query-string@^6.13.4:
version "6.13.4"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.4.tgz#b35a9a3bd4955bce55f94feb0e819b3d0be6f66f"
integrity sha512-E2NPIeJoBEJGQNy3ib1k/Z/OkDBUKIo8IV2ZVwbKfoa65IS9unqWWUlLcbfU70Da0qNoxUZZA8CfKUjKLE641Q==
dependencies:
decode-uri-component "^0.2.0"
split-on-first "^1.0.0"