From 64f97e515c708e8bf8cb6d9fae24f7084e92bc54 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jun 2026 20:19:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15309438 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-15353389 - 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 767c968b6..65723a300 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,8 @@ "@typescript-eslint/parser": "^8.13.0", "baseline-browser-mapping": "^2.10.29", "commitlint": "^19.6.1", - "del-cli": "^5.1.0", - "eslint": "^8.51.0", + "del-cli": "^6.0.0", + "eslint": "^9.0.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "^5.0.1", @@ -95,8 +95,8 @@ "prettier": "^3.0.3", "prettier-eslint": "^16.4.2", "react": "19.2.3", - "react-native": "0.84.1", - "react-native-builder-bob": "^0.40.4", + "react-native": "0.85.0", + "react-native-builder-bob": "^0.41.0", "react-native-gesture-handler": "^2.30.0", "react-native-safe-area-context": "^5.6.0", "react-native-screens": ">=4.19.0 <4.25.0",