From c49305271220835d264ae9794f28f6d1a8fdf490 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Apr 2026 05:45:36 +0000 Subject: [PATCH] feat: upgrade react from 18.3.1 to 19.2.4 Snyk has created this PR to upgrade react from 18.3.1 to 19.2.4. 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 6c0e3c0..fb04adb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "moment": "^2.30.1", "next": "^16.2.1", "nprogress": "^0.2.0", - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "react-loading-skeleton": "^3.3.1" }, @@ -8195,13 +8195,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.4", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz", + "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 0b0c4f5..164dcb9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "next": "^16.2.1", "@ducanh2912/next-pwa": "^10.2.9", "nprogress": "^0.2.0", - "react": "^18.2.0", + "react": "^19.2.4", "react-dom": "^18.2.0", "react-loading-skeleton": "^3.3.1" },