Commit b6e7dd0
authored
Merge pull request #2531 from cfpb/2489-snyk-security-vulnerability-patch
Addresses vulnerabilities identified by snyk, veracode, and dependabot.
## Changes
### depenedencies
- `@uswds/compile`: `1.2.0` -> `1.3.1`
- `ansi-html`: `0.0.8` -> `0.0.9`
- `http-proxy-middleware`: `2.0.7` to `2.0.8`
- `vite`: `5.4.15` -> `5.4.19`
### resolutions
- `cross-spawn`: `>=7.0.6` (used by Jest, Jest v30 will resolve this vulnerability but is currently still in beta)
- `glob`: `>=10.4.5` (this version removes the vulnerable inflight package that is used by Jest: Jest v30 will resolve this vulnerability but is currently still in beta)
## Testing
1. Does the site function normally?
2. Do all the tests still pass?
Closes #2489
Addresses #4869 (ENT)2 files changed
+225
-346
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
0 commit comments