Skip to content

Commit dcd0780

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent 52c7a7b commit dcd0780

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"@commitlint/config-conventional": "^19.6.0",
7171
"@evilmartians/lefthook": "^1.5.0",
7272
"@react-native-community/cli": "18.0.0",
73-
"@react-native/babel-preset": "0.79.3",
73+
"@react-native/babel-preset": "0.84.0",
7474
"@react-native/eslint-config": "0.79.3",
75-
"@react-native/metro-config": "0.79.3",
75+
"@react-native/metro-config": "0.84.0",
7676
"@react-native/typescript-config": "0.79.3",
7777
"@react-navigation/native": "^7.1.14",
7878
"@release-it/conventional-changelog": "^9.0.4",
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/parser": "^8.13.0",
8585
"commitlint": "^19.6.1",
8686
"del-cli": "^5.1.0",
87-
"eslint": "^8.51.0",
87+
"eslint": "^10.0.0",
8888
"eslint-config-prettier": "^10.1.8",
8989
"eslint-plugin-jest": "^28.9.0",
9090
"eslint-plugin-prettier": "^5.0.1",
@@ -93,7 +93,7 @@
9393
"prettier": "^3.0.3",
9494
"prettier-eslint": "^16.4.2",
9595
"react": "19.0.0",
96-
"react-native": "0.79.3",
96+
"react-native": "0.84.0",
9797
"react-native-builder-bob": "^0.40.4",
9898
"react-native-gesture-handler": "^2.26.0",
9999
"react-native-safe-area-context": "^5.4.0",

0 commit comments

Comments
 (0)