From 26efaf61e78efeb015f4a6bd8cbb2a72363e7e32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Nov 2025 20:07:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42a6ef43d53f20..dda40c0970f9eb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@pmmmwh/react-refresh-webpack-plugin": "0.5.11", "@react-native/babel-preset": "0.73.10", "@react-native/metro-babel-transformer": "0.73.10", - "@react-native/metro-config": "0.73.4", + "@react-native/metro-config": "0.81.0", "@storybook/addon-a11y": "8.4.7", "@storybook/addon-actions": "8.4.7", "@storybook/addon-controls": "8.4.7", @@ -160,11 +160,11 @@ "react": "18.3.1", "react-docgen-typescript": "2.2.2", "react-dom": "18.3.1", - "react-native": "0.73.3", + "react-native": "0.81.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-scanner": "1.2.0", - "reassure": "0.7.1", + "reassure": "0.11.0", "redux": "5.0.1", "resize-observer-polyfill": "1.5.1", "rimraf": "5.0.10",