diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 6be19a462e..5b19c8eb3d 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -566,7 +566,7 @@ PODS: - React-perflogger (= 0.72.14) - RNCalendarEvents (2.2.0): - React - - RNCAsyncStorage (1.19.4): + - RNCAsyncStorage (1.23.1): - React-Core - RNCClipboard (1.5.1): - React-Core @@ -902,7 +902,7 @@ SPEC CHECKSUMS: React-utils: 22a77b05da25ce49c744faa82e73856dcae1734e ReactCommon: 07937a01c967f2023d6f2d07114315f099b4b436 RNCalendarEvents: 7e65eb4a94f53c1744d1e275f7fafcfaa619f7a3 - RNCAsyncStorage: 3a8f7145d17cdd9f88e7b77666c94a09e4f759c8 + RNCAsyncStorage: 826b603ae9c0f88b5ac4e956801f755109fa4d5c RNCClipboard: 41d8d918092ae8e676f18adada19104fa3e68495 RNDefaultPreference: 08bdb06cfa9188d5da97d4642dac745218d7fb31 RNDeviceInfo: 02ea8b23e2280fa18e00a06d7e62804d74028579 diff --git a/package-lock.json b/package-lock.json index e745cf1e8e..ef5d22c078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz", "@microsoft/microsoft-graph-client": "3.0.1", "@mui/material": "5.12.1", - "@react-native-async-storage/async-storage": "1.19.4", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/clipboard": "1.5.1", "@react-native-community/netinfo": "11.1.0", "@react-native-community/slider": "4.4.3", @@ -3953,14 +3953,14 @@ } }, "node_modules/@react-native-async-storage/async-storage": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", - "integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.23.1.tgz", + "integrity": "sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==", "dependencies": { "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0" + "react-native": "^0.0.0-0 || >=0.60 <1.0" } }, "node_modules/@react-native-community/cli": { @@ -21856,9 +21856,9 @@ "integrity": "sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw==" }, "@react-native-async-storage/async-storage": { - "version": "1.19.4", - "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.19.4.tgz", - "integrity": "sha512-Stj6Q1v5knTMaYOinEEJl030SzJWEhqW+IYI5uA9Nl9Olo+vDUecmQXqpIxELucwOGDJ8KwvI0UL22UHudwZeQ==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@react-native-async-storage/async-storage/-/async-storage-1.23.1.tgz", + "integrity": "sha512-Qd2kQ3yi6Y3+AcUlrHxSLlnBvpdCEMVGFlVBneVOjaFaPU61g1huc38g339ysXspwY1QZA2aNhrk/KlHGO+ewA==", "requires": { "merge-options": "^3.0.4" } diff --git a/package.json b/package.json index 40864c1d23..b6222419ab 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz", "@microsoft/microsoft-graph-client": "3.0.1", "@mui/material": "5.12.1", - "@react-native-async-storage/async-storage": "1.19.4", + "@react-native-async-storage/async-storage": "1.23.1", "@react-native-community/clipboard": "1.5.1", "@react-native-community/netinfo": "11.1.0", "@react-native-community/slider": "4.4.3",