diff --git a/package.json b/package.json index e8643fc7..89b1b9e6 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@tanstack/react-query": "4.35.0", + "@tanstack/react-query": "4.35.3", "@testing-library/dom": "9.3.1", "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", diff --git a/yarn.lock b/yarn.lock index 1e99227d..dc0d50f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,17 +822,17 @@ dependencies: "@sinonjs/commons" "^2.0.0" -"@tanstack/query-core@4.35.0": - version "4.35.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.35.0.tgz#61e5cf9363b423ed665740c422902e65619eb7da" - integrity sha512-4GMcKQuLZQi6RFBiBZNsLhl+hQGYScRZ5ZoVq8QAzfqz9M7vcGin/2YdSESwl7WaV+Qzsb5CZOAbMBes4lNTnA== +"@tanstack/query-core@4.35.3": + version "4.35.3" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.35.3.tgz#1c127e66b4ad1beeac052db83a812d7cb67369e1" + integrity sha512-PS+WEjd9wzKTyNjjQymvcOe1yg8f3wYc6mD+vb6CKyZAKvu4sIJwryfqfBULITKCla7P9C4l5e9RXePHvZOZeQ== -"@tanstack/react-query@4.35.0": - version "4.35.0" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.35.0.tgz#6286d2706e69384accc4d6b9ff8e4becd427db74" - integrity sha512-LLYDNnM9ewYHgjm2rzhk4KG/puN2rdoqCUD+N9+V7SwlsYwJk5ypX58rpkoZAhFyZ+KmFUJ7Iv2lIEOoUqydIg== +"@tanstack/react-query@4.35.3": + version "4.35.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.35.3.tgz#03d726ef6a19d426166427c6539b003dd9606d1b" + integrity sha512-UgTPioip/rGG3EQilXfA2j4BJkhEQsR+KAbF+KIuvQ7j4MkgnTCJF01SfRpIRNtQTlEfz/+IL7+jP8WA8bFbsw== dependencies: - "@tanstack/query-core" "4.35.0" + "@tanstack/query-core" "4.35.3" use-sync-external-store "^1.2.0" "@testing-library/dom@9.3.1":