Skip to content

Commit

Permalink
fix(deps): update dependency react-native-keychain to ^8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent 1f19d66 commit 4f71d37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"peerDependencies": {
"react-native": "*",
"react-native-device-info": "^10.13.1",
"react-native-keychain": "^8.1.3"
"react-native-keychain": "^8.2.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand All @@ -64,7 +64,7 @@
"react-dom": "18.2.0",
"react-native": "0.73.5",
"react-native-device-info": "^10.13.1",
"react-native-keychain": "^8.1.3",
"react-native-keychain": "^8.2.0",
"redux-saga": "^1.3.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10369,10 +10369,10 @@ react-native-device-info@^10.13.1:
resolved "https://registry.yarnpkg.com/react-native-device-info/-/react-native-device-info-10.13.1.tgz#f87f44ba7b67933248be10ca302a4f2f6dbbdd4f"
integrity sha512-j/7Z+Yl9Cesjp8vKaVzbuJQKJSVs4ojXATt5WjwipZ0Ss0mBJjqtbc4x5dfZLmQ4y55VVa7c0v8KHca1iqY/TQ==

react-native-keychain@^8.1.3:
version "8.1.3"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-8.1.3.tgz#3d9ccc5e4884a59521cbf6a2a529a41314497367"
integrity sha512-Y4PMfY+VpXn7P1HhszJkWJ5ikKxKwg8djoDxyy7mO3jbsiWtWUtb3AGbFkdOuYaEp7lDc/TPiQgWO8yZ+AMzmw==
react-native-keychain@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/react-native-keychain/-/react-native-keychain-8.2.0.tgz#aea82df37aacbb04f8b567a8e0e6d7292025610a"
integrity sha512-SkRtd9McIl1Ss2XSWNLorG+KMEbgeVqX+gV+t3u1EAAqT8q2/OpRmRbxpneT2vnb/dMhiU7g6K/pf3nxLUXRvA==

react-native@0.73.5:
version "0.73.5"
Expand Down

0 comments on commit 4f71d37

Please sign in to comment.