Skip to content

Commit 70c3c8a

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 34aabfb commit 70c3c8a

2 files changed

Lines changed: 871 additions & 393 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@react-navigation/native-stack": "^6.9.13",
2424
"@tanstack/react-query": "^4.29.25",
2525
"axios": "^1.7.4",
26-
"babel-plugin-module-resolver": "^5.0.0",
26+
"babel-plugin-module-resolver": "^5.0.1",
2727
"graphql": "^16.8.1",
2828
"graphql-ws": "^5.14.0",
2929
"i18next": "^23.2.11",
3030
"lodash": "^4.17.21",
3131
"nativewind": "^2.0.11",
3232
"react": "18.2.0",
3333
"react-i18next": "^13.0.2",
34-
"react-native": "0.72.3",
34+
"react-native": "0.74.0",
3535
"react-native-mmkv": "^2.10.1",
3636
"react-native-safe-area-context": "4.7.1",
3737
"react-native-screens": "^3.22.1",

0 commit comments

Comments
 (0)