From f3c9ae3222c1de3a9a00c125f6789bd3a475578c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jun 2024 20:48:39 +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 See this project in Snyk: https://app.snyk.io/org/create-mern-app/project/a63ef512-260c-4503-ad3e-6695a383e8a9?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../library/nextjs-library-boilerplate/example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/library/nextjs-library-boilerplate/example/package.json b/templates/library/nextjs-library-boilerplate/example/package.json index 9ead19e6..562dd4ba 100644 --- a/templates/library/nextjs-library-boilerplate/example/package.json +++ b/templates/library/nextjs-library-boilerplate/example/package.json @@ -13,7 +13,7 @@ "eslint-config-next": "13.2.1", "next": "13.2.1", "next-library": "link:..", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" } } \ No newline at end of file