diff --git a/client/package.json b/client/package.json index 85ed5c4040..9b656f077a 100644 --- a/client/package.json +++ b/client/package.json @@ -96,7 +96,7 @@ "@types/ramda": "^0.29.3", "@types/react-native": "^0.67.3", "@types/react-test-renderer": "^18.0.3", - "@types/styled-components-react-native": "^5.2.1", + "@types/styled-components-react-native": "^5.2.3", "@types/uuid": "^9.0.4", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", diff --git a/client/yarn.lock b/client/yarn.lock index 3e9261b24a..79c0da00cf 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2385,10 +2385,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c" integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw== -"@types/styled-components-react-native@^5.2.1": - version "5.2.1" - resolved "https://registry.yarnpkg.com/@types/styled-components-react-native/-/styled-components-react-native-5.2.1.tgz#08cba1f638c7a3a0b7017954d6e59baef36fb022" - integrity sha512-XI/SWDSLSe7IjZXA9jS0vv4WPpV2B+nQhefUqk00usNHxhErlzPtTGdhjMZgrH0uYz5R0hLLIandhmhDTLkKBg== +"@types/styled-components-react-native@^5.2.3": + version "5.2.3" + resolved "https://registry.yarnpkg.com/@types/styled-components-react-native/-/styled-components-react-native-5.2.3.tgz#5aab01b418220ecf519c8fc680c45e7f9cd70ee2" + integrity sha512-LlLf0q4a20LGkABcRcE7xLmX67g3S9gCK9/IN/LJ9QzCQY7m8x9zsTpD0uxNovHUtn/6xjbOGUZ5+oz8fi8+Ag== dependencies: "@types/react" "*" "@types/react-native" "^0.70"