Commit ae59112
fix: resolve dependabot security alerts (#681)
* fix: resolve dependabot security alerts
Add yarn resolutions and npm overrides to force patched versions of
vulnerable transitive dependencies:
- uuid >=14.0.0 (MEDIUM)
- brace-expansion >=1.1.13 (MEDIUM)
- follow-redirects >=1.16.0 (MEDIUM)
- lodash >=4.18.0 (HIGH+MEDIUM)
- path-to-regexp >=0.1.13 (HIGH)
- serialize-javascript >=7.0.5 (HIGH+MEDIUM)
- node-forge >=1.4.0 (HIGH x6)
- picomatch >=2.3.2 (HIGH+MEDIUM)
- qs >=6.14.2 (LOW+MEDIUM)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix: pin path-to-regexp to ^0.1.13 to preserve API compatibility
>=0.1.13 resolved to v8.x which has a breaking API change (no default
function export). Docusaurus/react-router requires the v0.1.x API,
so pin to ^0.1.13 which gets the security fix while staying compatible.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2477798 commit ae59112
3 files changed
Lines changed: 376 additions & 438 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 | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
57 | 77 | | |
58 | 78 | | |
0 commit comments