Skip to content

Commit

Permalink
fix: package.json & yarn.lock to reduce vulnerabilities (#765)
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-SEMVER-3247795

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
2 people authored and chormaz committed Sep 13, 2023
1 parent d2e08c6 commit 5452bfb
Show file tree
Hide file tree
Showing 2 changed files with 1,297 additions and 415 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/preset-typescript": "^7.18.6",
"@hot-loader/react-dom": "^17.0.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-essentials": "^7.0.0",
"@storybook/addon-links": "^6.5.16",
"@storybook/react": "^6.5.16",
"@testing-library/jest-dom": "^5.16.1",
Expand All @@ -55,7 +55,7 @@
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"babel-jest": "27.5.1",
"babel-loader": "9.1.2",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "5.2.7",
"eslint": "^8.32.0",
Expand Down
Loading

0 comments on commit 5452bfb

Please sign in to comment.