From 3baa011f381e1a1b06623da15fff0f1739ac00a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Sep 2024 22:47:55 +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 - react-intl from 6.1.1 to 6.6.8. See this package in npm: https://www.npmjs.com/package/react-intl See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/cb883c8f-7bdf-4db0-bbc3-0799dbdaaf63?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-react-intl/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-react-intl/package.json b/examples/with-react-intl/package.json index 3a50ee9c38330..1f5ec4713e599 100644 --- a/examples/with-react-intl/package.json +++ b/examples/with-react-intl/package.json @@ -12,9 +12,9 @@ }, "dependencies": { "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-intl": "6.1.1" + "react": "18.3.1", + "react-dom": "18.3.1", + "react-intl": "6.6.8" }, "devDependencies": { "@formatjs/cli": "5.1.0",