Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 14, 2024
1 parent 142725a commit 95eacd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@
"@storybook/addon-a11y": "7.2.2",
"@storybook/addon-actions": "7.2.2",
"@storybook/addon-controls": "7.2.2",
"@storybook/addon-docs": "7.2.2",
"@storybook/addon-docs": "8.0.0",
"@storybook/addon-toolbars": "7.2.2",
"@storybook/addon-viewport": "7.2.2",
"@storybook/react": "7.2.2",
"@storybook/react-webpack5": "7.2.2",
"@storybook/source-loader": "7.2.2",
"@storybook/theming": "7.2.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "14.0.0",
"@testing-library/react-native": "12.1.2",
"@testing-library/user-event": "14.4.3",
Expand Down Expand Up @@ -212,7 +212,7 @@
"jest-junit": "13.0.0",
"jest-message-util": "29.6.2",
"jest-watch-typeahead": "2.2.2",
"lerna": "7.1.4",
"lerna": "8.1.3",
"lint-staged": "10.0.1",
"make-dir": "3.0.0",
"metro-react-native-babel-preset": "0.73.10",
Expand All @@ -231,7 +231,7 @@
"progress": "2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.11",
"react-native": "0.73.0",
"react-native-url-polyfill": "1.1.2",
"react-refresh": "0.14.0",
"react-test-renderer": "18.2.0",
Expand Down

0 comments on commit 95eacd1

Please sign in to comment.