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:
  - @mui/styles from 5.12.0 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/styles
  - maath from 0.7.0 to 0.10.8.
    See this package in npm: https://www.npmjs.com/package/maath
  - three from 0.155.0 to 0.167.1.
    See this package in npm: https://www.npmjs.com/package/three

See this project in Snyk:
https://app.snyk.io/org/it21222740/project/db0c7936-c718-489c-b8da-a72dc0f68714?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 17, 2024
1 parent 0882b5d commit 79e5099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PROJECT/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/material": "^5.12.0",
"@mui/styles": "5.12.0",
"@mui/styles": "5.16.7",
"@paypal/react-paypal-js": "^8.1.3",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf/renderer": "^3.1.9",
Expand All @@ -38,7 +38,7 @@
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"jwt-decode": "^3.1.2",
"maath": "^0.7.0",
"maath": "^0.10.8",
"material-table": "^2.0.3",
"moment": "^2.29.4",
"numeral": "^2.0.6",
Expand Down Expand Up @@ -70,7 +70,7 @@
"recharts": "^2.6.2",
"simplebar-react": "^3.2.4",
"styled-components": "^5.3.9",
"three": "^0.155.0",
"three": "^0.167.1",
"toast": "^0.5.4",
"use-reducer-logger": "^1.0.2",
"valtio": "^1.11.1",
Expand Down Expand Up @@ -109,7 +109,7 @@
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.0",
"@mui/styles": "^5.12.0",
"@mui/styles": "^5.16.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
Expand Down

0 comments on commit 79e5099

Please sign in to comment.