Commit 08387fd
committed
fix(security): pin fast-uri to ^3.1.4 to resolve high-severity advisory
The security:audit CI gate (npm audit --audit-level=high --omit=dev) failed
on the transitive fast-uri 3.1.2 (via @aws-cdk/toolkit-lib -> ajv), flagged
for host confusion (GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6).
Add a fast-uri override pinned to ^3.1.4 (the patched 3.x release),
matching the existing pattern used for fast-xml-parser and protobufjs.1 parent 2a159d6 commit 08387fd
2 files changed
Lines changed: 18 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments