From 3011f8abb77bbc9a8a2e1353b9b11162dc1e6fd6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Mar 2025 23:37:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELHELPERS-9397697 - https://snyk.io/vuln/SNYK-JS-BABELRUNTIMECOREJS3-9397696 - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5ecd0ef57b3516..6fb46e26067070 100644 --- a/package.json +++ b/package.json @@ -100,10 +100,10 @@ "@actions/github": "5.0.0", "@apidevtools/json-schema-ref-parser": "11.6.4", "@ariakit/test": "^0.4.2", - "@babel/core": "7.24.3", + "@babel/core": "7.26.10", "@babel/plugin-proposal-export-namespace-from": "7.18.9", "@babel/plugin-syntax-jsx": "7.24.1", - "@babel/runtime-corejs3": "7.24.1", + "@babel/runtime-corejs3": "7.26.10", "@babel/traverse": "7.24.1", "@emotion/babel-plugin": "11.11.0", "@emotion/jest": "11.7.1", @@ -120,11 +120,11 @@ "@storybook/addon-a11y": "7.6.15", "@storybook/addon-actions": "7.6.15", "@storybook/addon-controls": "7.6.15", - "@storybook/addon-docs": "7.6.15", + "@storybook/addon-docs": "8.0.0", "@storybook/addon-toolbars": "7.6.15", "@storybook/addon-viewport": "7.6.15", "@storybook/react": "7.6.15", - "@storybook/react-webpack5": "7.6.15", + "@storybook/react-webpack5": "8.0.0", "@storybook/source-loader": "7.6.15", "@storybook/theming": "7.6.15", "@testing-library/jest-dom": "5.16.5", @@ -173,7 +173,7 @@ "@wordpress/scripts": "file:packages/scripts", "@wordpress/stylelint-config": "file:packages/stylelint-config", "ajv": "8.7.1", - "appium": "2.0.0", + "appium": "2.17.0", "babel-jest": "29.7.0", "babel-loader": "9.1.3", "babel-plugin-inline-json-import": "0.3.2", @@ -253,7 +253,7 @@ "snapshot-diff": "0.10.0", "source-map-loader": "3.0.0", "sprintf-js": "1.1.1", - "storybook": "7.6.15", + "storybook": "8.2.0", "storybook-source-link": "2.0.9", "strip-json-comments": "5.0.0", "style-loader": "3.2.1",