From e87268a1d1f8489bbdf9f1da4091270711e87fda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 05:07:12 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - react from 18.2.0 to 18.3.0. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.2.0 to 18.3.0. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/ivan-QBnRiSBZoUxnTVY6mQXyuA/project/a3c60ec2-739f-4e92-ad5f-338635aebcd0?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 268b0ce..f65c5c2 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "nextra": "2.13.4", "nextra-theme-docs": "2.13.4", "postcss": "8.4.38", - "react": "18.2.0", - "react-dom": "18.2.0", + "react": "18.3.0", + "react-dom": "18.3.0", "tailwindcss": "3.4.3", "tslib": "^2.3.0", "zod": "3.22.4"