Skip to content

Commit

Permalink
fix: tools/ui-components/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-BRACES-6838727
- https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728
  • Loading branch information
snyk-bot committed May 14, 2024
1 parent 004c5b6 commit 6652936
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"@rollup/plugin-typescript": "8.3.1",
"@storybook/addon-a11y": "6.4.19",
"@storybook/addon-actions": "6.4.19",
"@storybook/addon-docs": "6.4.19",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-docs": "8.0.0",
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-links": "6.4.19",
"@storybook/addon-postcss": "2.0.0",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@storybook/react": "6.4.19",
"@testing-library/jest-dom": "5.16.3",
"@storybook/react": "7.0.0",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "12.1.4",
"@types/jest": "27.4.1",
"autoprefixer": "10.4.4",
Expand Down

0 comments on commit 6652936

Please sign in to comment.