Skip to content

Commit e2fe482

Browse files
fix(ui): bump pnpm overrides to resolve 11 npm security vulnerabilities (#10267)
1 parent 72938ca commit e2fe482

File tree

3 files changed

+67
-80
lines changed

3 files changed

+67
-80
lines changed

ui/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to the **Prowler UI** are documented in this file.
44

5+
## [1.19.1] (Prowler v5.19.1)
6+
7+
### 🔐 Security
8+
9+
- npm transitive dependencies patched to resolve 11 Dependabot alerts (6 HIGH, 4 MEDIUM, 1 LOW): hono, @hono/node-server, fast-xml-parser, serialize-javascript, minimatch [(#10267)](https://github.com/prowler-cloud/prowler/pull/10267)
10+
11+
---
12+
513
## [1.19.0] (Prowler v5.19.0)
614

715
### 🚀 Added

ui/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,15 @@
171171
"@react-aria/interactions>react": "19.2.4",
172172
"lodash": "4.17.23",
173173
"lodash-es": "4.17.23",
174-
"hono": "4.11.10",
174+
"hono": "4.12.4",
175+
"@hono/node-server": "1.19.10",
175176
"@isaacs/brace-expansion": "5.0.1",
176-
"fast-xml-parser": "5.3.6",
177+
"fast-xml-parser": "5.3.8",
178+
"serialize-javascript": "7.0.3",
177179
"rollup@>=4": "4.59.0",
178-
"minimatch@<4": "3.1.3",
179-
"minimatch@>=9 <10": "9.0.6",
180+
"minimatch@<4": "3.1.4",
181+
"minimatch@>=9 <10": "9.0.7",
182+
"minimatch@>=10": "10.2.3",
180183
"ajv@<7": "6.14.0",
181184
"ajv@>=8": "8.18.0",
182185
"qs": "6.14.2"

0 commit comments

Comments
 (0)