From 52bec8647c1a5dd36547e3294e7fd570e4f4c20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:44:19 +0000 Subject: [PATCH] deps: bump react from 18.3.1 to 19.1.1 Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.1.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/v19.1.1/packages/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 731ce43..6769791 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@octokit/graphql": "^7.0.2", "mongodb": "^6.3.0", "next": "^14.0.0", - "react": "^18.2.0", + "react": "^19.1.1", "react-countup": "^6.4.2", "react-dom": "^18.2.0" }, @@ -11781,13 +11781,10 @@ } }, "node_modules/react": { - "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==", + "version": "19.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 02fe2bb..b878a74 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@octokit/graphql": "^7.0.2", "mongodb": "^6.3.0", "next": "^14.0.0", - "react": "^18.2.0", + "react": "^19.1.1", "react-countup": "^6.4.2", "react-dom": "^18.2.0" },