From 453f0d58bddcfdb36aac584982aa260737a97b02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Jul 2025 08:14:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc9aa54..7ceebfb 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-native-fs": "^2.13.3", "react-native-htmlview": "^0.13.0", "react-native-render-html": "^4.1.2", - "react-native-vector-icons": "^6.4.1", + "react-native-vector-icons": "^10.3.0", "react-native-xmlrpc": "git+https://github.com/DragonSpirit/react-native-xmlrpc", "react-navigation": "^2.18.3", "react-redux": "^5.0.7",