From 0b9edefe9cf9d41469f5e8f990c8f16d6c42d6e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 May 2026 06:07:31 +0000 Subject: [PATCH] feat: upgrade react from 18.3.1 to 19.2.5 Snyk has created this PR to upgrade react from 18.3.1 to 19.2.5. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/33fc56da-9e2e-4ab0-a3c7-a872a891db91?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 a2a43c1..abb38aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "moment": "^2.30.1", "next": "^16.2.6", "nprogress": "^0.2.0", - "react": "^18.3.1", + "react": "^19.2.5", "react-dom": "^18.3.1", "react-loading-skeleton": "^3.5.0" }, @@ -8310,13 +8310,10 @@ "license": "MIT" }, "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.2.5", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", + "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 33f4684..a922b94 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "next": "^16.2.6", "@ducanh2912/next-pwa": "^10.2.9", "nprogress": "^0.2.0", - "react": "^18.3.1", + "react": "^19.2.5", "react-dom": "^18.3.1", "react-loading-skeleton": "^3.5.0" },