Bump react-query from 3.13.4 to 3.13.5 (#391)

Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.4 to 3.13.5.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.4...v3.13.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-09 08:36:26 +03:00 committed by GitHub
parent 9e00314cbc
commit 2ef7985f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -39,7 +39,7 @@
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
"react-query": "^3.13.4",
"react-query": "^3.13.5",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
@ -7983,9 +7983,9 @@
}
},
"node_modules/react-query": {
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.4.tgz",
"integrity": "sha512-tSjUQpZ8/Fvu2xe2WSLa3Qn7yn+199HTqnz0iPakR9J7/5uSv6JwHPO0AkH/mSpBhc7IZos842kXbGCxwLoJGg==",
"version": "3.13.5",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.5.tgz",
"integrity": "sha512-rL0NO2gVfaeMaVD0Z0yrxZT1oMGejGxGD5t+5d8eC9kpID6oa3r2bFBR3nJeuPhwdGvZtifbB1KJkKdPYaYqVg==",
"dependencies": {
"@babel/runtime": "^7.5.5",
"broadcast-channel": "^3.4.1",
@ -16302,9 +16302,9 @@
}
},
"react-query": {
"version": "3.13.4",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.4.tgz",
"integrity": "sha512-tSjUQpZ8/Fvu2xe2WSLa3Qn7yn+199HTqnz0iPakR9J7/5uSv6JwHPO0AkH/mSpBhc7IZos842kXbGCxwLoJGg==",
"version": "3.13.5",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.5.tgz",
"integrity": "sha512-rL0NO2gVfaeMaVD0Z0yrxZT1oMGejGxGD5t+5d8eC9kpID6oa3r2bFBR3nJeuPhwdGvZtifbB1KJkKdPYaYqVg==",
"requires": {
"@babel/runtime": "^7.5.5",
"broadcast-channel": "^3.4.1",

View File

@ -57,7 +57,7 @@
"react-icons": "^4.2.0",
"react-infinite-scroller": "^1.2.4",
"react-markdown": "^5.0.3",
"react-query": "^3.13.4",
"react-query": "^3.13.5",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",