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.5 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/material
  - @react-google-maps/api from 2.19.2 to 2.19.3.
    See this package in npm: https://www.npmjs.com/package/@react-google-maps/api
  - @testing-library/jest-dom from 5.16.5 to 5.17.0.
    See this package in npm: https://www.npmjs.com/package/@testing-library/jest-dom
  - hamburger-react from 2.5.0 to 2.5.1.
    See this package in npm: https://www.npmjs.com/package/hamburger-react
  - react-icons from 4.11.0 to 4.12.0.
    See this package in npm: https://www.npmjs.com/package/react-icons

See this project in Snyk:
https://app.snyk.io/org/francescocoding/project/28a09756-3825-435e-8cca-a7808f5b80d1?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent 412a2f9 commit ab07cc6
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 54 deletions.
104 changes: 56 additions & 48 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
"homepage": ".",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.5",
"@react-google-maps/api": "^2.19.0",
"@mui/material": "^5.16.7",
"@react-google-maps/api": "^2.19.3",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"copy-text-to-clipboard": "^3.2.0",
"emailjs-com": "^3.2.0",
"formik": "^2.4.6",
"hamburger-react": "^2.5.0",
"hamburger-react": "^2.5.1",
"html-react-parser": "^3.0.16",
"memfs": "^3.5.3",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-icons": "^4.10.1",
"react-icons": "^4.12.0",
"react-lottie-player": "^1.5.6",
"react-redux": "^7.2.9",
"react-responsive": "^9.0.2",
Expand Down

0 comments on commit ab07cc6

Please sign in to comment.