From caeb7fcd57d9cbb539004dd6417bc91fefc000ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 12:38:04 +0300 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index af1c95e8c..d8619d1cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 9c6475b24..4feb4cff6 100644 --- a/package.json +++ b/package.json @@ -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",