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-INFLIGHT-6095116
  • Loading branch information
snyk-bot committed Dec 1, 2023
1 parent 2c367ca commit 3783643
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 @@ -110,9 +110,9 @@
"@storybook/addon-docs": "6.5.7",
"@storybook/addon-toolbars": "6.5.7",
"@storybook/addon-viewport": "6.5.7",
"@storybook/builder-webpack5": "6.5.7",
"@storybook/builder-webpack5": "7.0.0",
"@storybook/manager-webpack5": "6.5.7",
"@storybook/react": "6.5.7",
"@storybook/react": "7.0.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/react-native": "11.3.0",
Expand Down Expand Up @@ -163,7 +163,7 @@
"@wordpress/stylelint-config": "file:packages/stylelint-config",
"ajv": "8.7.1",
"ajv-draft-04": "1.0.0",
"appium": "1.22.3",
"appium": "2.0.0",
"babel-jest": "29.5.0",
"babel-loader": "8.2.3",
"babel-plugin-inline-json-import": "0.3.2",
Expand Down Expand Up @@ -195,15 +195,15 @@
"execa": "4.0.2",
"fast-glob": "3.2.7",
"filenamify": "4.2.0",
"glob": "7.1.2",
"glob": "9.0.0",
"husky": "7.0.0",
"inquirer": "7.1.0",
"jest": "29.5.0",
"jest-jasmine2": "29.5.0",
"jest-junit": "13.0.0",
"jest-message-util": "29.5.0",
"jest-watch-typeahead": "2.2.2",
"lerna": "5.5.2",
"lerna": "7.0.0",
"lint-staged": "10.0.1",
"lodash": "4.17.21",
"make-dir": "3.0.0",
Expand All @@ -222,14 +222,14 @@
"progress": "2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.69.4",
"react-native": "0.72.0",
"react-native-url-polyfill": "1.1.2",
"react-refresh": "0.10.0",
"react-test-renderer": "18.2.0",
"reassure": "0.7.1",
"redux": "4.1.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "3.0.2",
"rimraf": "4.0.0",
"rtlcss": "4.0.0",
"sass": "1.35.2",
"sass-loader": "12.1.0",
Expand Down

0 comments on commit 3783643

Please sign in to comment.