chore: update React 19.2.2 for security improvements (#9538)

Co-authored-by: Alejandro Bailo <59607668+alejandrobailo@users.noreply.github.com>
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Prowler Bot
2025-12-12 14:33:49 +01:00
committed by GitHub
parent e134b87152
commit 66775f5278
4 changed files with 2232 additions and 2227 deletions

View File

@@ -2,6 +2,15 @@
All notable changes to the **Prowler UI** are documented in this file.
## [1.15.1] (Prowler v5.15.1)
### 🔐 Security
- Bump Next.js to version 15.5.9 [(#9522)](https://github.com/prowler-cloud/prowler/pull/9522), [(#9513)](https://github.com/prowler-cloud/prowler/pull/9513)
- Bump React to version 19.2.2 [(#9534)](https://github.com/prowler-cloud/prowler/pull/9534)
---
## [1.15.0] (Prowler v5.15.0)
### 🚀 Added
@@ -26,10 +35,6 @@ All notable changes to the **Prowler UI** are documented in this file.
- Show top failed requirements in compliance specific view for compliance without sections [(#9471)](https://github.com/prowler-cloud/prowler/pull/9471)
### 🔐 Security
- Bump Next.js to version 15.5.9 [(#9522)](https://github.com/prowler-cloud/prowler/pull/9522)
---
## [1.14.2] (Prowler v5.14.2)

View File

@@ -458,18 +458,18 @@
{
"section": "dependencies",
"name": "react",
"from": "19.2.0",
"to": "19.2.1",
"from": "19.2.1",
"to": "19.2.2",
"strategy": "installed",
"generatedAt": "2025-12-03T21:53:06.602Z"
"generatedAt": "2025-12-12T12:19:31.784Z"
},
{
"section": "dependencies",
"name": "react-dom",
"from": "19.2.0",
"to": "19.2.1",
"from": "19.2.1",
"to": "19.2.2",
"strategy": "installed",
"generatedAt": "2025-12-03T21:53:06.602Z"
"generatedAt": "2025-12-12T12:19:31.784Z"
},
{
"section": "dependencies",

View File

@@ -81,8 +81,8 @@
"next-auth": "5.0.0-beta.30",
"next-themes": "0.2.1",
"radix-ui": "1.4.2",
"react": "19.2.1",
"react-dom": "19.2.1",
"react": "19.2.2",
"react-dom": "19.2.2",
"react-hook-form": "7.62.0",
"react-markdown": "10.1.0",
"recharts": "2.15.4",
@@ -141,12 +141,12 @@
"@react-types/shared": "3.26.0",
"@langchain/core": "0.3.77",
"@internationalized/date": "3.10.0",
"alert>react": "19.2.1",
"alert>react-dom": "19.2.1",
"@react-aria/ssr>react": "19.2.1",
"@react-aria/ssr>react-dom": "19.2.1",
"@react-aria/visually-hidden>react": "19.2.1",
"@react-aria/interactions>react": "19.2.1"
"alert>react": "19.2.2",
"alert>react-dom": "19.2.2",
"@react-aria/ssr>react": "19.2.2",
"@react-aria/ssr>react-dom": "19.2.2",
"@react-aria/visually-hidden>react": "19.2.2",
"@react-aria/interactions>react": "19.2.2"
}
},
"version": "0.0.1"

4418
ui/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff