Skip to content

Commit

Permalink
fix: 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-PATHTOREGEXP-8482416
- https://snyk.io/vuln/SNYK-JS-IP-7148531
  • Loading branch information
snyk-bot committed Dec 11, 2024
1 parent 7b50715 commit 13484ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@storybook/addon-toolbars": "7.6.15",
"@storybook/addon-viewport": "7.6.15",
"@storybook/react": "7.6.15",
"@storybook/react-webpack5": "7.6.15",
"@storybook/react-webpack5": "8.4.0",
"@storybook/source-loader": "7.6.15",
"@storybook/theming": "7.6.15",
"@testing-library/jest-dom": "5.16.5",
Expand Down Expand Up @@ -234,7 +234,7 @@
"postcss-local-keyframes": "^0.0.2",
"prettier": "npm:[email protected]",
"progress": "2.0.3",
"puppeteer-core": "23.1.0",
"puppeteer-core": "23.10.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.73.3",
Expand All @@ -253,7 +253,7 @@
"snapshot-diff": "0.10.0",
"source-map-loader": "3.0.0",
"sprintf-js": "1.1.1",
"storybook": "7.6.15",
"storybook": "8.2.0",
"storybook-source-link": "2.0.9",
"strip-json-comments": "5.0.0",
"style-loader": "3.2.1",
Expand Down

0 comments on commit 13484ea

Please sign in to comment.