From 947d9c6ff9bcab20b44daf8d06ad8dfb5d49f902 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Dec 2023 21:06:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/npm:debug:20170905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb9c09649f476..9e65ac091bec7 100644 --- a/package.json +++ b/package.json @@ -163,7 +163,7 @@ "@wordpress/stylelint-config": "file:packages/stylelint-config", "ajv": "8.7.1", "ajv-draft-04": "1.0.0", - "appium": "1.22.3", + "appium": "2.0.0", "babel-jest": "29.5.0", "babel-loader": "8.2.3", "babel-plugin-inline-json-import": "0.3.2", @@ -222,7 +222,7 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.69.4", + "react-native": "0.73.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.10.0", "react-test-renderer": "18.2.0",