From b07fce5657555fe51bcc4fb369c6d90e2fb41df0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 05:02:02 +0000 Subject: [PATCH] Bump react-query from 3.19.6 to 3.39.3 Bumps [react-query](https://github.com/tannerlinsley/react-query) from 3.19.6 to 3.39.3. - [Release notes](https://github.com/tannerlinsley/react-query/releases) - [Commits](https://github.com/tannerlinsley/react-query/commits) --- updated-dependencies: - dependency-name: react-query dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2258bfff..fcc9ca7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-dropzone": "^11.3.4", - "react-query": "^3.19.6", + "react-query": "^3.39.3", "react-textarea-autosize": "^8.3.3", "react-use": "^17.2.4", "snakecase-keys": "^4.0.2", @@ -8587,9 +8587,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-query": { - "version": "3.19.6", - "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.19.6.tgz", - "integrity": "sha512-21WfvDgBXvPzJtG4gAxi0h6ipOUNPKZGR3vZJ17m/kHGbj9g6rPblc0lG4sY5oVLpM05LP+BdDt/IYfy0IIKmg==", + "version": "3.39.3", + "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz", + "integrity": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==", "dependencies": { "@babel/runtime": "^7.5.5", "broadcast-channel": "^3.4.1", @@ -8600,7 +8600,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "react-dom": { @@ -18214,9 +18214,9 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-query": { - "version": "3.19.6", - "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.19.6.tgz", - "integrity": "sha512-21WfvDgBXvPzJtG4gAxi0h6ipOUNPKZGR3vZJ17m/kHGbj9g6rPblc0lG4sY5oVLpM05LP+BdDt/IYfy0IIKmg==", + "version": "3.39.3", + "resolved": "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz", + "integrity": "sha512-nLfLz7GiohKTJDuT4us4X3h/8unOh+00MLb2yJoGTPjxKs2bc1iDhkNx2bd5MKklXnOD3NrVZ+J2UXujA5In4g==", "requires": { "@babel/runtime": "^7.5.5", "broadcast-channel": "^3.4.1", diff --git a/package.json b/package.json index 58622fe1..364a455c 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-dropzone": "^11.3.4", - "react-query": "^3.19.6", + "react-query": "^3.39.3", "react-textarea-autosize": "^8.3.3", "react-use": "^17.2.4", "snakecase-keys": "^4.0.2",