From 04e5110d6c77419198150a9e768934dd4a5ea594 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Feb 2025 05:27:46 +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/dmontgomery40/project/cb0caf20-fbd8-434a-afd6-d6520ca03d1f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27c5616..6dc3417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "node-fetch": "^3.3.2", "octokit": "^4.0.3", "rate-limiter-flexible": "^4.0.0", - "react": "18.2.0", + "react": "^18.3.1", "react-dom": "18.2.0", "semver": "^7.6.3", "simple-git": "^3.27.0", @@ -27468,9 +27468,9 @@ "license": "ISC" }, "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/package.json b/package.json index 5cedf9b..954ebe7 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "node-fetch": "^3.3.2", "octokit": "^4.0.3", "rate-limiter-flexible": "^4.0.0", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "semver": "^7.6.3", "simple-git": "^3.27.0",