From 6fe434d87ad8aa5d16e690125023e96d4f11ce29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jan 2024 11:35:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 39f4ab82105e8a..18f1e23f15677b 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@storybook/addon-toolbars": "7.2.2", "@storybook/addon-viewport": "7.2.2", "@storybook/react": "7.2.2", - "@storybook/react-webpack5": "7.2.2", + "@storybook/react-webpack5": "7.6.0", "@storybook/source-loader": "7.2.2", "@storybook/theming": "7.2.2", "@testing-library/jest-dom": "5.16.5", @@ -169,7 +169,7 @@ "@wordpress/stylelint-config": "file:packages/stylelint-config", "ajv": "8.7.1", "ajv-draft-04": "1.0.0", - "appium": "2.0.0", + "appium": "2.1.0", "babel-jest": "29.6.2", "babel-loader": "8.2.3", "babel-plugin-inline-json-import": "0.3.2", @@ -212,8 +212,8 @@ "jest-junit": "13.0.0", "jest-message-util": "29.6.2", "jest-watch-typeahead": "2.2.2", - "lerna": "7.1.4", - "lint-staged": "10.0.1", + "lerna": "8.0.1", + "lint-staged": "10.2.0", "make-dir": "3.0.0", "metro-react-native-babel-preset": "0.73.10", "metro-react-native-babel-transformer": "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",