From 9ef3b263d217acbf7e8898cdc1da0deb0cd1b803 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 01:34:14 +0000 Subject: [PATCH] fix: superset-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- superset-frontend/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index d8ed6f62e8aef..878848aaa63dd 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -230,20 +230,20 @@ "@babel/preset-env": "^7.22.7", "@babel/preset-react": "^7.22.5", "@babel/register": "^7.22.5", - "@cypress/react": "^5.10.0", + "@cypress/react": "^6.0.0", "@emotion/jest": "^11.3.0", "@hot-loader/react-dom": "^16.13.0", "@istanbuljs/nyc-config-typescript": "^1.0.1", "@storybook/addon-actions": "^6.4.22", - "@storybook/addon-docs": "^6.5.10", - "@storybook/addon-essentials": "^6.4.22", + "@storybook/addon-docs": "^8.0.0", + "@storybook/addon-essentials": "^8.0.0", "@storybook/addon-knobs": "^6.3.1", "@storybook/addon-links": "^6.4.22", "@storybook/addons": "^6.4.22", "@storybook/builder-webpack5": "^6.4.22", "@storybook/client-api": "^6.4.22", "@storybook/manager-webpack5": "^6.4.22", - "@storybook/react": "^6.4.22", + "@storybook/react": "^7.0.0", "@svgr/webpack": "^8.0.1", "@testing-library/dom": "^7.29.4", "@testing-library/jest-dom": "^5.11.6", @@ -280,7 +280,7 @@ "@types/yargs": "12 - 15", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", - "babel-jest": "^26.6.3", + "babel-jest": "^27.0.0", "babel-loader": "^8.3.0", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-jsx-remove-data-test-id": "^2.1.3", @@ -299,7 +299,7 @@ "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-file-progress": "^1.2.0", "eslint-plugin-import": "^2.24.2", - "eslint-plugin-jest": "^24.7.0", + "eslint-plugin-jest": "^25.0.4", "eslint-plugin-jest-dom": "^3.6.5", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-no-only-tests": "^2.4.0", @@ -315,12 +315,12 @@ "history": "^4.10.1", "ignore-styles": "^5.0.1", "imports-loader": "^3.1.1", - "jest": "^26.6.3", + "jest": "^29.0.0", "jest-environment-enzyme": "^7.1.2", "jest-enzyme": "^7.1.2", "jest-websocket-mock": "^2.2.0", "jsdom": "^20.0.0", - "lerna": "^6.6.2", + "lerna": "^8.1.3", "less": "^3.12.2", "less-loader": "^10.2.0", "mini-css-extract-plugin": "^2.7.6",