From 79ec5f5dda385f4fe3e87881fa9d26831f5575a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Dec 2023 15:56:28 +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-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-VM2-5772823 - https://snyk.io/vuln/SNYK-JS-VM2-5772825 --- superset-frontend/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index d8ed6f62e8aef..6dbc186dd0d81 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -217,7 +217,7 @@ "yargs": "^15.4.1" }, "devDependencies": { - "@applitools/eyes-storybook": "^3.30.1", + "@applitools/eyes-storybook": "^3.37.0", "@babel/cli": "^7.22.6", "@babel/compat-data": "^7.22.6", "@babel/core": "^7.22.8", @@ -236,14 +236,14 @@ "@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-essentials": "^6.5.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/builder-webpack5": "^7.0.0", "@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", @@ -320,7 +320,7 @@ "jest-enzyme": "^7.1.2", "jest-websocket-mock": "^2.2.0", "jsdom": "^20.0.0", - "lerna": "^6.6.2", + "lerna": "^8.0.1", "less": "^3.12.2", "less-loader": "^10.2.0", "mini-css-extract-plugin": "^2.7.6",