diff --git a/package.json b/package.json index 1c97123..e392d14 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@lens-protocol/react-native-lens-ui-kit": "0.2.7", "@peculiar/webcrypto": "1.4.1", "@pushprotocol/reactnative": "0.2.0", - "@pushprotocol/restapi": "0.8.1", + "@pushprotocol/restapi": "0.8.2", "@react-native-async-storage/async-storage": "1.17.11", "@react-native-masked-view/masked-view": "0.2.8", "@react-navigation/native": "6.1.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index edba97d..3f9b88b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ specifiers: '@lens-protocol/react-native-lens-ui-kit': 0.2.7 '@peculiar/webcrypto': 1.4.1 '@pushprotocol/reactnative': 0.2.0 - '@pushprotocol/restapi': 0.8.1 + '@pushprotocol/restapi': 0.8.2 '@react-native-async-storage/async-storage': 1.17.11 '@react-native-community/eslint-config': 3.2.0 '@react-native-masked-view/masked-view': 0.2.8 @@ -71,7 +71,7 @@ dependencies: '@lens-protocol/react-native-lens-ui-kit': 0.2.7_shprpgibf4xsohtzuapquhbh6a '@peculiar/webcrypto': 1.4.1 '@pushprotocol/reactnative': 0.2.0_lfsncf6rtbki3gp5kcrl3vyzky - '@pushprotocol/restapi': 0.8.1_ethers@5.7.2 + '@pushprotocol/restapi': 0.8.2_ethers@5.7.2 '@react-native-async-storage/async-storage': 1.17.11_react-native@0.71.4 '@react-native-masked-view/masked-view': 0.2.8_asg77qyzeoxodznpkubmbgme7u '@react-navigation/native': 6.1.6_asg77qyzeoxodznpkubmbgme7u @@ -3039,15 +3039,15 @@ packages: - prop-types dev: false - /@pushprotocol/restapi/0.8.1_ethers@5.7.2: - resolution: {integrity: sha512-k0VuEouVP7qYv29tIggUSwzzPI+QwL+FMzb062M40pbawDnGY2fmF4kp630KgtKzgVQhsIZIM+dIdbC67Aq4Qg==} + /@pushprotocol/restapi/0.8.2_ethers@5.7.2: + resolution: {integrity: sha512-I9ekr1LyH1ulZK6MpTI99NGi4pkyqQQNthiUvLmKJwd5E8VoEbmlUNZXp9y7jgv00yzFokj7Kp7BLSGDI8Z6Ew==} peerDependencies: ethers: ^5.6.8 dependencies: '@metamask/eth-sig-util': 5.0.2 axios: 0.27.2 buffer: 6.0.3 - crypto-es: 1.2.7 + crypto-js: 4.1.1 ethers: 5.7.2 openpgp: 5.7.0 tslib: 2.5.0 @@ -5366,8 +5366,8 @@ packages: randomfill: 1.0.4 dev: false - /crypto-es/1.2.7: - resolution: {integrity: sha512-UUqiVJ2gUuZFmbFsKmud3uuLcNP2+Opt+5ysmljycFCyhA0+T16XJmo1ev/t5kMChMqWh7IEvURNCqsg+SjZGQ==} + /crypto-js/4.1.1: + resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==} dev: false /crypto-random-string/1.0.0: