diff --git a/package.json b/package.json index 2c3f2fc649..9f5e1dc276 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react-intl": "^5.20.7", "react-multi-email": "^0.5.3", "react-phone-number-input": "^3.1.25", - "react-query": "^3.23.1", + "react-query": "^3.30.0", "react-router-dom": "^5.2.0", "react-select": "^4.3.1", "react-timezone-select": "^1.1.12", diff --git a/yarn.lock b/yarn.lock index b93b662066..b6ba441824 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7048,9 +7048,10 @@ react-phone-number-input@^3.1.25: libphonenumber-js "^1.9.26" prop-types "^15.7.2" -react-query@^3.23.1: - version "3.24.4" - resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.24.4.tgz#20d8469cf7d6dda7c778ba6d374aa748e97e8381" +react-query@^3.30.0: + version "3.30.0" + resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.30.0.tgz#054fc0642f806ba4e8280c5eccf0c907b12cfdbf" + integrity sha512-u4Xcwb3mBecDWXPJk7eXGQ0JKxipZbkf69wS2B6tEjPFVT8q0rz1nQ3hWl2B/mUWkkY7WDwndeGJp3PhYgsbUA== dependencies: "@babel/runtime" "^7.5.5" broadcast-channel "^3.4.1"