From 95eacd12ca98f995563964bbbb9653aeeb1d1323 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 00:21:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 39f4ab82105e8..656e6ebbb86e6 100644 --- a/package.json +++ b/package.json @@ -115,14 +115,14 @@ "@storybook/addon-a11y": "7.2.2", "@storybook/addon-actions": "7.2.2", "@storybook/addon-controls": "7.2.2", - "@storybook/addon-docs": "7.2.2", + "@storybook/addon-docs": "8.0.0", "@storybook/addon-toolbars": "7.2.2", "@storybook/addon-viewport": "7.2.2", "@storybook/react": "7.2.2", "@storybook/react-webpack5": "7.2.2", "@storybook/source-loader": "7.2.2", "@storybook/theming": "7.2.2", - "@testing-library/jest-dom": "5.16.5", + "@testing-library/jest-dom": "6.0.0", "@testing-library/react": "14.0.0", "@testing-library/react-native": "12.1.2", "@testing-library/user-event": "14.4.3", @@ -212,7 +212,7 @@ "jest-junit": "13.0.0", "jest-message-util": "29.6.2", "jest-watch-typeahead": "2.2.2", - "lerna": "7.1.4", + "lerna": "8.1.3", "lint-staged": "10.0.1", "make-dir": "3.0.0", "metro-react-native-babel-preset": "0.73.10", @@ -231,7 +231,7 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.71.11", + "react-native": "0.73.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.14.0", "react-test-renderer": "18.2.0",