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:
  - react from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react
  - react-dom from 18.2.0 to 18.3.1.
    See this package in npm: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/gitlukew/project/3fe86609-be8f-4a37-91a9-1e13c3ada34b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 28, 2024
1 parent d43cc7a commit efa03ae
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 74 deletions.
151 changes: 79 additions & 72 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@typeform/embed-react": "^2.31.0",
"axios": "^1.5.0",
"framer-motion": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.16.0",
"react-spinners": "^0.13.8",
"styled-components": "^5.3.9",
Expand Down

0 comments on commit efa03ae

Please sign in to comment.