From c81536b36447f34e830d09ecd7184e7e81faa0a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 May 2026 02:43:25 +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/e6e7be35-5588-433d-8352-1ac9c417a4ec?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 53 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09bfc6b..b842045 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "html-react-parser": "^3.0.16", "moment": "^2.30.1", "nth-check": "^2.1.1", - "react": "^18.2.0", + "react": "^19.2.5", "react-dom": "^18.2.0", "react-loading-skeleton": "^3.4.0", "react-router-dom": "^6.22.1", @@ -1669,9 +1669,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1683,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1697,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1711,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1725,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1754,9 +1739,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1771,9 +1753,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1788,9 +1767,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1805,9 +1781,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1822,9 +1795,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1839,9 +1809,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1855,9 +1822,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1872,9 +1836,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -5876,13 +5837,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" } @@ -6158,9 +6116,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ diff --git a/package.json b/package.json index bf23fcf..7ade6da 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "html-react-parser": "^3.0.16", "moment": "^2.30.1", "nth-check": "^2.1.1", - "react": "^18.2.0", + "react": "^19.2.5", "react-dom": "^18.2.0", "react-loading-skeleton": "^3.4.0", "react-router-dom": "^6.22.1",