mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
chore: update React 19.2.2 for security improvements (#9534)
This commit is contained in:
@@ -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)
|
||||
|
||||
### 🚀 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)
|
||||
|
||||
### 🔐 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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
4418
ui/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user