From 8209713be0c3f917cfd50b0c0a2470d74150c243 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Dec 2025 10:09:38 +0000 Subject: [PATCH] fix: upgrade react from 19.1.1 to 19.2.0 Snyk has created this PR to upgrade react from 19.1.1 to 19.2.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/patrickrb/project/ed485707-548a-4de4-9c25-2960b1f6e970?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1979d03..7476ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@azure/storage-blob": "^12.29.0", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.10", - "@radix-ui/react-checkbox": "^1.3.2", + "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.7", @@ -34,7 +34,7 @@ "next-auth": "^4.24.11", "node-html-parser": "^7.0.1", "pg": "^8.11.3", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "react-leaflet": "^5.0.0", "recharts": "^3.1.2", @@ -7667,9 +7667,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 442712d..fe09f88 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "next-auth": "^4.24.11", "node-html-parser": "^7.0.1", "pg": "^8.11.3", - "react": "^19.1.1", + "react": "^19.2.0", "react-dom": "^19.1.1", "react-leaflet": "^5.0.0", "recharts": "^3.1.2",