From 9731dd7b734c0c5ea3462e08ce9b889b79f8977a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Sep 2024 15:21:22 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk 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 --- examples/with-supabase/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/with-supabase/package.json b/examples/with-supabase/package.json index 6ac8d3142b0b9..8c82e2db5409d 100644 --- a/examples/with-supabase/package.json +++ b/examples/with-supabase/package.json @@ -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",