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

This commit is contained in:
Alejandro Bailo
2025-12-12 14:11:01 +01:00
committed by GitHub
parent 3b56166c34
commit 0c2c5ea265
4 changed files with 2230 additions and 2227 deletions

View File

@@ -14,6 +14,13 @@ All notable changes to the **Prowler UI** are documented in this file.
--- ---
## [1.15.1] (Prowler Unreleased)
### 🔐 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) ## [1.15.0] (Prowler v5.15.0)
### 🚀 Added ### 🚀 Added
@@ -38,10 +45,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) - 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) ## [1.14.2] (Prowler v5.14.2)

View File

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

View File

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

4418
ui/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff