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/jmarrujo91/project/89269171-8a40-4bbf-a4d0-bbea06ec0133?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and JMARRUJO91 committed May 27, 2024
1 parent b89a062 commit f91c64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"next": "14.1.1",
"next-plausible": "^3.12.0",
"postcss-focus-visible": "^6.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-tweet": "^3.0.3",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
Expand Down

0 comments on commit f91c64e

Please sign in to comment.