From dcd0780c9234bb68dbc387cd5976496787f6da3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Feb 2026 05:59:00 +0000 Subject: [PATCH] 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 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 9966e0173..f9a5e9023 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ "@commitlint/config-conventional": "^19.6.0", "@evilmartians/lefthook": "^1.5.0", "@react-native-community/cli": "18.0.0", - "@react-native/babel-preset": "0.79.3", + "@react-native/babel-preset": "0.84.0", "@react-native/eslint-config": "0.79.3", - "@react-native/metro-config": "0.79.3", + "@react-native/metro-config": "0.84.0", "@react-native/typescript-config": "0.79.3", "@react-navigation/native": "^7.1.14", "@release-it/conventional-changelog": "^9.0.4", @@ -84,7 +84,7 @@ "@typescript-eslint/parser": "^8.13.0", "commitlint": "^19.6.1", "del-cli": "^5.1.0", - "eslint": "^8.51.0", + "eslint": "^10.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.0.1", @@ -93,7 +93,7 @@ "prettier": "^3.0.3", "prettier-eslint": "^16.4.2", "react": "19.0.0", - "react-native": "0.79.3", + "react-native": "0.84.0", "react-native-builder-bob": "^0.40.4", "react-native-gesture-handler": "^2.26.0", "react-native-safe-area-context": "^5.4.0",