From a7b69ba16595d2c760f5c06f2dfaceda6bd8a8e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 07:23:41 +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/alvin-qh/project/19be15a7-559d-4c55-917d-4117d7bc7ce0?utm_source=github&utm_medium=referral&page=upgrade-pr --- nextjs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextjs/package.json b/nextjs/package.json index 17c14b19..e6269c1e 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "next": "13.5.4", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.0", + "react-dom": "18.3.0" } }