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
  - autoprefixer from 10.4.14 to 10.4.20.
    See this package in npm: https://www.npmjs.com/package/autoprefixer
  - postcss from 8.4.24 to 8.4.42.
    See this package in npm: https://www.npmjs.com/package/postcss
  - tailwindcss from 3.3.2 to 3.4.10.
    See this package in npm: https://www.npmjs.com/package/tailwindcss
  - typescript from 5.1.3 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/sammyfilly/project/aeae5705-be1f-4254-954e-5a1ad4f940bf?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 22, 2024
1 parent 778cef6 commit 9731dd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/with-supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dependencies": {
"@supabase/auth-helpers-nextjs": "latest",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.14",
"autoprefixer": "10.4.20",
"next": "latest",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.3"
"postcss": "8.4.42",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "3.4.10",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/node": "20.3.1",
Expand Down

0 comments on commit 9731dd7

Please sign in to comment.