From 2d559e37de82fd31cec8a165df163aa9486700c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2026 14:06:58 +0000 Subject: [PATCH] fix: packages/react-native-editor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-APPIUMSUPPORT-15460404 --- packages/react-native-editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 2ab3bdf6751d5f..0ad1a4e81d9467 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -86,7 +86,7 @@ "@react-native/babel-preset": "0.73.10", "@react-native/metro-babel-transformer": "0.73.10", "@react-native/metro-config": "0.73.4", - "appium": "2.0.0", + "appium": "3.0.0", "babel-plugin-react-native-classname-to-style": "1.2.2", "babel-plugin-react-native-platform-specific-extensions": "1.1.1", "babel-plugin-transform-remove-console": "6.9.4",