From 06b0eecb06eee5ee309e1c56113a3553c9df1c03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 02:48:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fb9c09649f476..2596672c7b41e 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "@storybook/addon-viewport": "6.5.7", "@storybook/builder-webpack5": "6.5.7", "@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", @@ -165,7 +165,7 @@ "ajv-draft-04": "1.0.0", "appium": "1.22.3", "babel-jest": "29.5.0", - "babel-loader": "8.2.3", + "babel-loader": "9.0.0", "babel-plugin-inline-json-import": "0.3.2", "babel-plugin-react-native-classname-to-style": "1.2.2", "babel-plugin-react-native-platform-specific-extensions": "1.1.1", @@ -203,10 +203,10 @@ "jest-junit": "13.0.0", "jest-message-util": "29.5.0", "jest-watch-typeahead": "2.2.2", - "lerna": "5.5.2", + "lerna": "7.0.0", "lint-staged": "10.0.1", "lodash": "4.17.21", - "make-dir": "3.0.0", + "make-dir": "4.0.0", "metro-react-native-babel-preset": "0.70.3", "metro-react-native-babel-transformer": "0.70.3", "mkdirp": "0.5.1",