Skip to content

Commit b6e7dd0

Browse files
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 parents 7d0dac2 + f6d9102 commit b6e7dd0

File tree

2 files changed

+225
-346
lines changed

2 files changed

+225
-346
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"@redux-devtools/extension": "^3.3.0",
3131
"@reduxjs/toolkit": "^1.9.7",
3232
"@tanstack/react-table": "8.20.5",
33-
"@uswds/compile": "^1.2.0",
33+
"@uswds/compile": "^1.3.1",
3434
"@uswds/uswds": "3.9.0",
35-
"ansi-html": "0.0.8",
35+
"ansi-html": "0.0.9",
3636
"csv-parse": "4.16.3",
3737
"date-fns": "^4.1.0",
3838
"detect-browser": "4.8.0",
@@ -91,11 +91,11 @@
9191
"enzyme": "3.11.0",
9292
"enzyme-adapter-react-16": "1.15.2",
9393
"eslint-plugin-prettier": "3.1.1",
94-
"http-proxy-middleware": "2.0.7",
94+
"http-proxy-middleware": "2.0.9",
9595
"jest": "^29.7.0",
9696
"react-icons": "^4.4.0",
9797
"serialize-javascript": "5.0.1",
98-
"vite": "5.4.15",
98+
"vite": "5.4.19",
9999
"vite-plugin-node-polyfills": "0.22.0",
100100
"vite-plugin-svgr": "^4.1.0"
101101
},
@@ -118,7 +118,9 @@
118118
"dompurify": "3.2.4",
119119
"esbuild": "0.25.0",
120120
"canvg": "3.0.11",
121-
"elliptic": "6.6.1"
121+
"elliptic": "6.6.1",
122+
"cross-spawn": ">=7.0.6",
123+
"glob": ">=10.4.5"
122124
},
123125
"packageManager": "yarn@4.1.0"
124126
}

0 commit comments

Comments
 (0)