From 91abbccc6d45930f7c5b666b04fde97f40aa9100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 04:33:00 +0000 Subject: [PATCH] Bump react from 18.2.0 to 18.3.1 in /client Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.2.0 to 18.3.1. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 1d12272..e915f06 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -13,7 +13,7 @@ "@testing-library/user-event": "^14.5.2", "add-to-calendar-button-react": "^2.4.3", "bootstrap": "^5.3.3", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "web-vitals": "^3.5.2" @@ -14543,9 +14543,9 @@ } }, "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==", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/client/package.json b/client/package.json index 7a1deba..31482f6 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@testing-library/user-event": "^14.5.2", "add-to-calendar-button-react": "^2.4.3", "bootstrap": "^5.3.3", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "web-vitals": "^3.5.2"