Skip to content

Commit

Permalink
fix: superset-frontend/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 6, 2024
1 parent b762071 commit 078e7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"yargs": "^15.4.1"
},
"devDependencies": {
"@applitools/eyes-storybook": "^3.30.1",
"@applitools/eyes-storybook": "^3.36.0",
"@babel/cli": "^7.22.6",
"@babel/compat-data": "^7.22.6",
"@babel/core": "^7.22.8",
Expand All @@ -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/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",
Expand Down

0 comments on commit 078e7ac

Please sign in to comment.