Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to the **Prowler UI** are documented in this file.
- Launch Scan page now displays all providers without pagination limit [(#9700)](https://github.com/prowler-cloud/prowler/pull/9700)
- Upgrade Next.js from 15.5.9 to 16.1.3 with ESLint 9 flat config migration [(#9826)](https://github.com/prowler-cloud/prowler/pull/9826)

### 🔐 Security

- React from 19.2.3 to 19.2.4 and Next.js from 16.1.3 to 16.1.6, patching DoS vulnerability in React Server Components (GHSA-83fc-fqcc-2hmg) [(#9917)](https://github.com/prowler-cloud/prowler/pull/9917)

---

## [1.17.0] (Prowler v5.17.0)
Expand Down
34 changes: 17 additions & 17 deletions ui/dependency-log.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
{
"section": "dependencies",
"name": "@next/third-parties",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
Expand Down Expand Up @@ -466,10 +466,10 @@
{
"section": "dependencies",
"name": "next",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
Expand Down Expand Up @@ -498,10 +498,10 @@
{
"section": "dependencies",
"name": "react",
"from": "19.2.2",
"to": "19.2.3",
"from": "19.2.3",
"to": "19.2.4",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
Expand All @@ -514,10 +514,10 @@
{
"section": "dependencies",
"name": "react-dom",
"from": "19.2.2",
"to": "19.2.3",
"from": "19.2.3",
"to": "19.2.4",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "dependencies",
Expand Down Expand Up @@ -683,9 +683,9 @@
"section": "devDependencies",
"name": "@next/eslint-plugin-next",
"from": "16.1.3",
"to": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T14:49:57.304Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "devDependencies",
Expand Down Expand Up @@ -810,10 +810,10 @@
{
"section": "devDependencies",
"name": "eslint-config-next",
"from": "15.5.9",
"to": "16.1.3",
"from": "16.1.3",
"to": "16.1.6",
"strategy": "installed",
"generatedAt": "2026-01-19T13:54:24.770Z"
"generatedAt": "2026-01-29T11:15:29.416Z"
},
{
"section": "devDependencies",
Expand Down
24 changes: 12 additions & 12 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@langchain/core": "1.1.15",
"@langchain/mcp-adapters": "1.0.3",
"@langchain/openai": "1.1.3",
"@next/third-parties": "16.1.3",
"@next/third-parties": "16.1.6",
"@radix-ui/react-alert-dialog": "1.1.14",
"@radix-ui/react-avatar": "1.1.11",
"@radix-ui/react-checkbox": "1.3.3",
Expand Down Expand Up @@ -82,13 +82,13 @@
"lucide-react": "0.543.0",
"marked": "15.0.12",
"nanoid": "5.1.6",
"next": "16.1.3",
"next": "16.1.6",
"next-auth": "5.0.0-beta.30",
"next-themes": "0.2.1",
"radix-ui": "1.4.2",
"react": "19.2.3",
"react": "19.2.4",
"react-day-picker": "9.13.0",
"react-dom": "19.2.3",
"react-dom": "19.2.4",
"react-hook-form": "7.62.0",
"react-markdown": "10.1.0",
"recharts": "2.15.4",
Expand All @@ -111,7 +111,7 @@
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@iconify/react": "5.2.1",
"@next/eslint-plugin-next": "16.1.3",
"@next/eslint-plugin-next": "16.1.6",
"@playwright/test": "1.56.1",
"@types/d3": "7.4.3",
"@types/geojson": "7946.0.16",
Expand All @@ -127,7 +127,7 @@
"babel-plugin-react-compiler": "1.0.0",
"dotenv-expand": "12.0.3",
"eslint": "9.39.2",
"eslint-config-next": "16.1.3",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
Expand All @@ -153,12 +153,12 @@
"overrides": {
"@react-types/shared": "3.26.0",
"@internationalized/date": "3.10.0",
"alert>react": "19.2.3",
"alert>react-dom": "19.2.3",
"@react-aria/ssr>react": "19.2.3",
"@react-aria/ssr>react-dom": "19.2.3",
"@react-aria/visually-hidden>react": "19.2.3",
"@react-aria/interactions>react": "19.2.3"
"alert>react": "19.2.4",
"alert>react-dom": "19.2.4",
"@react-aria/ssr>react": "19.2.4",
"@react-aria/ssr>react-dom": "19.2.4",
"@react-aria/visually-hidden>react": "19.2.4",
"@react-aria/interactions>react": "19.2.4"
}
},
"version": "0.0.1"
Expand Down
Loading
Loading