From 52417714ee707be1051381045e985c9db9c19a45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Mar 2026 20:06:48 +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-BRACEEXPANSION-15789759 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-15789775 - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-15789761 --- packages/react-native-editor/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 2ab3bdf6751d5f..3aa6e37adb878c 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -61,7 +61,7 @@ "gettext-parser": "^1.3.1", "jsdom-jscore-rn": "0.1.8", "node-fetch": "2.7.0", - "react-native": "0.73.3", + "react-native": "0.79.0", "react-native-fast-image": "8.5.11", "react-native-gesture-handler": "2.14.1", "react-native-get-random-values": "1.4.0", @@ -85,15 +85,15 @@ "@babel/plugin-transform-template-literals": "^7.27.1", "@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", + "@react-native/metro-config": "0.84.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", "css-to-react-native-transform": "^2.1.0", "jest-environment-jsdom": "^30.2.0", "sass": "^1.54.0", - "webdriverio": "8.16.20" + "webdriverio": "9.9.0" }, "publishConfig": { "access": "public"