From 85c5d3555153352ed149445225097dc63fe83a16 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 07:09:37 +0000 Subject: [PATCH] fix: upgrade react from 18.2.0 to 18.3.1 Snyk has created this PR to upgrade react from 18.2.0 to 18.3.1. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/notzarifgithub/project/10356849-4a5c-4072-bec2-c1d0cf150d77?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package-lock.json | 9 +++++---- client/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1c46f21..28f2cd8 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.6.2", "framer-motion": "^10.16.9", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-icons": "^4.12.0", "react-router-dom": "^6.20.0" @@ -3556,9 +3556,10 @@ ] }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/client/package.json b/client/package.json index 5fa2b8e..0b8f108 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "dependencies": { "axios": "^1.6.2", "framer-motion": "^10.16.9", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-icons": "^4.12.0", "react-router-dom": "^6.20.0"