Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - @emotion/react from 11.13.0 to 11.13.3.
    See this package in npm: https://www.npmjs.com/package/@emotion/react
  - @mui/material from 5.16.6 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/material

See this project in Snyk:
https://app.snyk.io/org/goliathlabs/project/ee1e0edd-da27-4ea4-adde-fedab2136607?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent 146421a commit adf0578
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
54 changes: 30 additions & 24 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"prettier": "prettier ./src/**/*.{ts,tsx} --write"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.166",
"@mui/material": "^5.16.6",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"common-tags": "^1.8.2",
"date-fns": "^3.6.0",
Expand Down

0 comments on commit adf0578

Please sign in to comment.