From 968e55b7b9026d9558c1944069216fcb3dc45c36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jan 2026 06:08:54 +0000 Subject: [PATCH] fix: upgrade react from 19.2.1 to 19.2.3 Snyk has created this PR to upgrade react from 19.2.1 to 19.2.3. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/bebe9ea0-7628-4ef4-b101-04efbc80de38?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 ea05ede..1251e64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@contentstack/live-preview-utils": "^4.0.2", "@timbenniks/contentstack-endpoints": "^1.0.16", "dompurify": "^3.2.7", - "react": "^19.2.1", + "react": "^19.2.3", "react-dom": "^19.2.1" }, "devDependencies": { @@ -3951,9 +3951,9 @@ } }, "node_modules/react": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.1.tgz", - "integrity": "sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index b4e0ce4..12a2c34 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@contentstack/delivery-sdk": "^4.10.0", "@contentstack/live-preview-utils": "^4.0.2", "@timbenniks/contentstack-endpoints": "^1.0.16", - "react": "^19.2.1", + "react": "^19.2.3", "react-dom": "^19.2.1", "dompurify": "^3.2.7" },