From ec97b81373364d254ebc538e825a782ac69ea1ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Jul 2023 00:53:50 +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-SEMVER-3247795 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fb9c09649f4763..a91c02e3d91161 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", @@ -163,7 +163,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": "29.5.0", "babel-loader": "8.2.3", "babel-plugin-inline-json-import": "0.3.2",