diff --git a/package.json b/package.json index cb9368e6..5192b28c 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "resolutions": { "@types/react": "16.14.47", "@types/react-dom": "16.9.20", - "@types/hoist-non-react-statics": "3.3.2" + "@types/hoist-non-react-statics": "3.3.3" }, "jest": { "setupFilesAfterEnv": [ diff --git a/yarn.lock b/yarn.lock index 27d2d3c1..e301aeb7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2670,10 +2670,10 @@ resolved "https://registry.yarnpkg.com/@types/history/-/history-4.7.8.tgz#49348387983075705fe8f4e02fb67f7daaec4934" integrity sha512-S78QIYirQcUoo6UJZx9CSP0O2ix9IaeAXwQi26Rhr/+mg7qqPy8TzaxHSUut7eGjL8WmLccT7/MXf304WjqHcA== -"@types/hoist-non-react-statics@3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#dc1e9ded53375d37603c479cc12c693b0878aa2a" - integrity sha512-YIQtIg4PKr7ZyqNPZObpxfHsHEmuB8dXCxd6qVcGuQVDK2bpsF7bYNnBJ4Nn7giuACZg+WewExgrtAJ3XnA4Xw== +"@types/hoist-non-react-statics@3.3.3": + version "3.3.3" + resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.3.tgz#8bb41d9a88164f82dd2745ff05e637e655f34d19" + integrity sha512-Wny3a2UXn5FEA1l7gc6BbpoV5mD1XijZqgkp4TRgDCDL5r3B5ieOFGUX5h3n78Tr1MEG7BfvoM8qeztdvNU0fw== dependencies: "@types/react" "*" hoist-non-react-statics "^3.3.0"