From 9163085b4dd35e536f8f09434032642d1d8a5623 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 19:34:03 +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 - @aws-amplify/ui-react from 3.5.9 to 3.6.1. See this package in npm: https://www.npmjs.com/package/@aws-amplify/ui-react - aws-amplify from 4.3.39 to 4.3.46. See this package in npm: https://www.npmjs.com/package/aws-amplify See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/c2637dc0-2b39-40ec-9c0a-ca99f05ee99e?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-aws-amplify/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/with-aws-amplify/package.json b/examples/with-aws-amplify/package.json index a8a5fe5240ebc..46a2e9018a127 100644 --- a/examples/with-aws-amplify/package.json +++ b/examples/with-aws-amplify/package.json @@ -6,11 +6,11 @@ "start": "next start" }, "dependencies": { - "@aws-amplify/ui-react": "3.5.9", - "aws-amplify": "4.3.39", + "@aws-amplify/ui-react": "3.6.1", + "aws-amplify": "4.3.46", "next": "latest", - "react": "18.2.0", - "react-dom": "18.2.0" + "react": "18.3.1", + "react-dom": "18.3.1" }, "devDependencies": { "@types/node": "18.11.5",