From 54b5b3db8dbdc276308441562e4b9b2f4763fb7a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 01:21:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0855d500..fa9e89d2 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,10 @@ "eslint-config-expo": "~9.2.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", - "expo": "^53.0.19", - "expo-module-scripts": "^4.0.3", + "expo": "^54.0.26", + "expo-module-scripts": "^5.0.8", "jest": "~29.7.0", - "jest-expo": "~53.0.9", + "jest-expo": "~54.0.0", "memfs": "^4.17.1", "prettier": "^3.5.3", "react": "19.0.0",