Skip to content

Commit

Permalink
chore: fix dependabot alerts
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Nov 13, 2024
1 parent f67c1c8 commit 182ef55
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 52 deletions.
79 changes: 32 additions & 47 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@adobe/css-tools": "^4.4.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.9.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.16.7",
Expand All @@ -14,16 +14,16 @@
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.4",
"axios": "^1.7.7",
"downshift": "^6.1.12",
"export-from-json": "^1.7.3",
"export-from-json": "^1.7.4",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"markdown-to-jsx": "^7.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.27.0",
"react-sticky-el": "^2.0.9",
"react-sticky-el": "^2.1.1",
"web-vitals": "^2.1.3",
"xlsx": "^0.18.5"
},
Expand Down

0 comments on commit 182ef55

Please sign in to comment.