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 Sep 18, 2024
1 parent 0ea6751 commit 516cff6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
"@storybook/addon-a11y": "7.6.15",
"@storybook/addon-actions": "7.6.15",
"@storybook/addon-controls": "7.6.15",
"@storybook/addon-docs": "7.6.15",
"@storybook/addon-docs": "8.0.0",
"@storybook/addon-toolbars": "7.6.15",
"@storybook/addon-viewport": "7.6.15",
"@storybook/react": "7.6.15",
"@storybook/react-webpack5": "7.6.15",
"@storybook/source-loader": "7.6.15",
"@storybook/theming": "7.6.15",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.0.0",
"@testing-library/react": "14.3.0",
"@testing-library/react-native": "12.4.3",
"@testing-library/user-event": "14.4.3",
Expand Down Expand Up @@ -173,7 +173,7 @@
"@wordpress/stylelint-config": "file:packages/stylelint-config",
"ajv": "8.7.1",
"ajv-draft-04": "1.0.0",
"appium": "2.0.0",
"appium": "2.11.4",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-plugin-inline-json-import": "0.3.2",
Expand Down Expand Up @@ -201,7 +201,7 @@
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest-dom": "5.0.2",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-ssr-friendly": "1.0.6",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-testing-library": "6.0.2",
Expand All @@ -217,8 +217,8 @@
"jest-junit": "13.0.0",
"jest-message-util": "29.6.2",
"jest-watch-typeahead": "2.2.2",
"lerna": "7.1.4",
"lint-staged": "10.0.2",
"lerna": "8.0.0",
"lint-staged": "15.2.10",
"make-dir": "3.0.0",
"mkdirp": "3.0.1",
"mock-match-media": "0.4.2",
Expand Down Expand Up @@ -251,7 +251,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 516cff6

Please sign in to comment.