Skip to content

Commit 4f89e92

Browse files
benoitfclaude
andcommitted
fix: resolve CVE-2026-6322 in fast-uri
Upgrade fast-uri to satisfy >=3.1.2 Advisory: GHSA-v39h-62p7-jpjc Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent 11848bf commit 4f89e92

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@
9191
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
9292
"ajv@<6.14.0": ">=6.14.0 <7.0.0",
9393
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
94-
"postcss@<8.5.10": ">=8.5.10"
94+
"postcss@<8.5.10": ">=8.5.10",
95+
"fast-uri@<3.1.2": ">=3.1.2"
9596
},
9697
"ignoredBuiltDependencies": [
9798
"@biomejs/biome",

pnpm-lock.yaml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)