Bump react-query from 3.13.6 to 3.15.1 (#462)

Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.13.6 to 3.15.1.
- [Release notes](https://github.com/tannerlinsley/react-query/releases)
- [Commits](https://github.com/tannerlinsley/react-query/compare/v3.13.6...v3.15.1)

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-29 12:38:04 +03:00 committed by GitHub
parent ec01fb30e3
commit caeb7fcd57
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.6",
"react-query": "^3.15.1",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",
@ -7806,9 +7806,9 @@
}
},
"node_modules/react-query": {
"version": "3.13.6",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.6.tgz",
"integrity": "sha512-PIj4WsDycyTs4oVa8hZ09t1MXy77N1ik9lGTO7tHAPg2A1v+9wHMLqD2/Nrp4ALL32Diw4R2gq/Fq9StxOh+gg==",
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.15.1.tgz",
"integrity": "sha512-F17OuiL7CS9HDbNt1vUN5Opk0Ua+r2y2liDGLlZh3mbdc3ANob0mgaWB6TOBdlyMewbgg+qf1keS2aCV1qVWOg==",
"dependencies": {
"@babel/runtime": "^7.5.5",
"broadcast-channel": "^3.4.1",
@ -15944,9 +15944,9 @@
}
},
"react-query": {
"version": "3.13.6",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.13.6.tgz",
"integrity": "sha512-PIj4WsDycyTs4oVa8hZ09t1MXy77N1ik9lGTO7tHAPg2A1v+9wHMLqD2/Nrp4ALL32Diw4R2gq/Fq9StxOh+gg==",
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/react-query/-/react-query-3.15.1.tgz",
"integrity": "sha512-F17OuiL7CS9HDbNt1vUN5Opk0Ua+r2y2liDGLlZh3mbdc3ANob0mgaWB6TOBdlyMewbgg+qf1keS2aCV1qVWOg==",
"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.6",
"react-query": "^3.15.1",
"react-select": "^4.3.0",
"react-string-replace": "^0.4.4",
"recharts": "^2.0.9",