Skip to content

Commit

Permalink
chore: Upgrade storybook to 7.6.20 to fix vulnerabilities (#3047)
Browse files Browse the repository at this point in the history
There were a few security concerns in storybook. Although these seem to be fixed in 8.2 and later, we're still on 7.x. More info can be found [here](storybookjs/storybook#27529).

[category:Dependencies]

Co-authored-by: manuel.carrera <[email protected]>
  • Loading branch information
mannycarrera4 and manuel.carrera authored Nov 13, 2024
1 parent 8027847 commit 648318a
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 304 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@cypress/webpack-preprocessor": "^6.0.2",
"@emotion/eslint-plugin": "^11.7.0",
"@emotion/is-prop-valid": "^1.1.1",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-storysource": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/components": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/source-loader": "7.6.17",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-storysource": "7.6.20",
"@storybook/blocks": "7.6.20",
"@storybook/components": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/source-loader": "7.6.20",
"@testing-library/cypress": "^8.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "13.3.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"replace-in-files": "^2.0.3",
"rimraf": "^2.6.3",
"semver": "^7.3.2",
"storybook": "7.6.17",
"storybook": "7.6.20",
"string-replace-loader": "^3.1.0",
"ts-loader": "^9.5.1",
"ts-patch": "^3.2.1",
Expand Down Expand Up @@ -134,7 +134,7 @@
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@storybook/react-webpack5": "7.6.17",
"@storybook/react-webpack5": "7.6.20",
"@workday/canvas-accent-icons-web": "^3.0.9",
"@workday/canvas-applet-icons-web": "^2.0.9",
"@workday/canvas-system-icons-web": "^3.0.0",
Expand Down
Loading

0 comments on commit 648318a

Please sign in to comment.