From f7cf1e4a202e24c5558a351b43791830591583dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 18:05:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860 - https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867 - https://snyk.io/vuln/SNYK-JS-SEND-7926862 - https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b5ec7663bc0b60..281bcc1243a179 100644 --- a/package.json +++ b/package.json @@ -232,7 +232,7 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.15", + "react-native": "0.73.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-test-renderer": "18.2.0", @@ -248,7 +248,7 @@ "snapshot-diff": "0.10.0", "source-map-loader": "3.0.0", "sprintf-js": "1.1.1", - "storybook": "7.2.2", + "storybook": "8.2.0", "storybook-source-link": "2.0.9", "strip-json-comments": "5.0.0", "style-loader": "3.2.1",