diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ff1c5559effd..e3d96cd9d8c2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1127,7 +1127,7 @@ PODS: - React-Core - react-native-key-command (1.0.6): - React-Core - - react-native-keyboard-controller (1.11.4): + - react-native-keyboard-controller (1.11.5): - glog - RCT-Folly (= 2022.05.16.00) - React-Core @@ -1865,7 +1865,7 @@ SPEC CHECKSUMS: react-native-geolocation: 0f7fe8a4c2de477e278b0365cce27d089a8c5903 react-native-image-picker: 2381c008bbb09e72395a2d043c147b11bd1523d9 react-native-key-command: 5af6ee30ff4932f78da6a2109017549042932aa5 - react-native-keyboard-controller: 789731138fbbaf46cae9bf0200702fa6b50e9c2f + react-native-keyboard-controller: c43324786e9821951828337d0e85dedea4235575 react-native-launch-arguments: 5f41e0abf88a15e3c5309b8875d6fd5ac43df49d react-native-netinfo: 8a7fd3f7130ef4ad2fb4276d5c9f8d3f28d2df3d react-native-pager-view: 02a5c4962530f7efc10dd51ee9cdabeff5e6c631 diff --git a/package-lock.json b/package-lock.json index a24965be920d..78335b131750 100644 --- a/package-lock.json +++ b/package-lock.json @@ -90,7 +90,7 @@ "react-native-image-picker": "^7.0.3", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#8393b7e58df6ff65fd41f60aee8ece8822c91e2b", "react-native-key-command": "^1.0.6", - "react-native-keyboard-controller": "^1.11.4", + "react-native-keyboard-controller": "^1.11.5", "react-native-launch-arguments": "^4.0.2", "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6", @@ -39302,9 +39302,9 @@ "license": "MIT" }, "node_modules/react-native-keyboard-controller": { - "version": "1.11.4", - "resolved": "https://registry.npmjs.org/react-native-keyboard-controller/-/react-native-keyboard-controller-1.11.4.tgz", - "integrity": "sha512-Gn/3d7dut8IyCZikvywKivwrYFfpj3YFaT8YcxtTL46jeoG61qFIjzEV2OPdRy476c6Mea3rByhrdiR30XCfVg==", + "version": "1.11.5", + "resolved": "https://registry.npmjs.org/react-native-keyboard-controller/-/react-native-keyboard-controller-1.11.5.tgz", + "integrity": "sha512-AtlJVz+Sm9uh5Y+k0AhqJDVnbpYkieOE+qHwO8046Fyt9blxK5pGprOQLNy9hcJjfxwhiwiSFk9VyZlZfaYe6Q==", "peerDependencies": { "react": "*", "react-native": "*", diff --git a/package.json b/package.json index 7c8c40678d2d..ef0575db4af1 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "react-native-image-picker": "^7.0.3", "react-native-image-size": "git+https://github.com/Expensify/react-native-image-size#8393b7e58df6ff65fd41f60aee8ece8822c91e2b", "react-native-key-command": "^1.0.6", - "react-native-keyboard-controller": "^1.11.4", + "react-native-keyboard-controller": "^1.11.5", "react-native-launch-arguments": "^4.0.2", "react-native-linear-gradient": "^2.8.1", "react-native-localize": "^2.2.6",