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 cb5d291 commit 95e0a60
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,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 @@ -160,7 +160,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": "27.4.5",
"babel-loader": "8.2.3",
"babel-plugin-inline-json-import": "0.3.2",
Expand Down Expand Up @@ -192,15 +192,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": "27.4.5",
"jest": "29.0.0",
"jest-junit": "13.0.0",
"jest-message-util": "27.4.2",
"jest-watch-typeahead": "1.0.0",
"jsdom": "16.7.0",
"lerna": "5.5.2",
"lerna": "7.0.0",
"lint-staged": "10.0.1",
"lodash": "4.17.21",
"make-dir": "3.0.0",
Expand All @@ -218,13 +218,13 @@
"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",
"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 95e0a60

Please sign in to comment.