Skip to content

Commit 10be0ae

Browse files
committed
fix: examples/anoncreds-react-native-example/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent a61a531 commit 10be0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/anoncreds-react-native-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"dependencies": {
1313
"@hyperledger/anoncreds-react-native": "workspace:*",
14-
"expo": "~52.0.36",
14+
"expo": "~53.0.0",
1515
"expo-status-bar": "~2.0.1",
1616
"react": "18.3.1",
17-
"react-native": "~0.76.7"
17+
"react-native": "~0.81.0"
1818
},
1919
"devDependencies": {
2020
"@babel/core": "^7.20.0",

0 commit comments

Comments
 (0)