From 95e0a6045dcd9377d17679c43f77e09339ae0ea2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 00:30:00 +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 --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 50806050edf99..a6b2e64814563 100644 --- a/package.json +++ b/package.json @@ -107,9 +107,9 @@ "@storybook/addon-docs": "6.5.7", "@storybook/addon-toolbars": "6.5.7", "@storybook/addon-viewport": "6.5.7", - "@storybook/builder-webpack5": "6.5.7", + "@storybook/builder-webpack5": "7.0.0", "@storybook/manager-webpack5": "6.5.7", - "@storybook/react": "6.5.7", + "@storybook/react": "7.0.0", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@testing-library/react-native": "11.3.0", @@ -160,7 +160,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": "27.4.5", "babel-loader": "8.2.3", "babel-plugin-inline-json-import": "0.3.2", @@ -192,15 +192,15 @@ "execa": "4.0.2", "fast-glob": "3.2.7", "filenamify": "4.2.0", - "glob": "7.1.2", + "glob": "9.0.0", "husky": "7.0.0", "inquirer": "7.1.0", - "jest": "27.4.5", + "jest": "29.0.0", "jest-junit": "13.0.0", "jest-message-util": "27.4.2", "jest-watch-typeahead": "1.0.0", "jsdom": "16.7.0", - "lerna": "5.5.2", + "lerna": "7.0.0", "lint-staged": "10.0.1", "lodash": "4.17.21", "make-dir": "3.0.0", @@ -218,13 +218,13 @@ "progress": "2.0.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-native": "0.69.4", + "react-native": "0.72.0", "react-native-url-polyfill": "1.1.2", "react-refresh": "0.10.0", "react-test-renderer": "18.2.0", "redux": "4.1.2", "resize-observer-polyfill": "1.5.1", - "rimraf": "3.0.2", + "rimraf": "4.0.0", "rtlcss": "4.0.0", "sass": "1.35.2", "sass-loader": "12.1.0",