Skip to content

Commit

Permalink
upgrade deps to make audit happy (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
radetsky committed Aug 12, 2022
1 parent a94ef86 commit 473bb6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/wrappers/themis/react-native-themis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-themis",
"version": "0.14.4",
"version": "0.14.5",
"description": "Themis React Native is a convenient cryptographic library for data protection",
"react-native": "src/index",
"source": "src/index",
Expand Down Expand Up @@ -62,6 +62,7 @@
"@types/jest": "^26.0.0",
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
"buffer": "^6.0.3",
"commitlint": "^11.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^7.0.0",
Expand All @@ -71,16 +72,15 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native": "0.69.4",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3",
"buffer": "^6.0.3"
"release-it": "^15.3.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"buffer": "^6.0.3",
"react": "*",
"react-native": "*",
"buffer": "^6.0.3"
"react-native": "*"
},
"jest": {
"preset": "react-native",
Expand Down Expand Up @@ -155,4 +155,4 @@
]
]
}
}
}

0 comments on commit 473bb6d

Please sign in to comment.