Skip to content

Commit edfb3ae

Browse files
Merge pull request #187 from GSA/fix-security-vulnerabilities
fix: update jQuery to 4.0.0 to resolve pen test finding (XSS/Prototype Pollution CVEs)
2 parents 3b09329 + 280e874 commit edfb3ae

4 files changed

Lines changed: 6 additions & 24 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@angular/router": "~15.2.10",
3434
"@auth0/angular-jwt": "^5.2.0",
3535
"@fullcalendar/core": "^6.1.14",
36-
"@types/jquery": "^3.5.31",
36+
"@types/jquery": "^4.0.0",
3737
"@types/quill": "2.0.14",
3838
"@uswds/uswds": "^3.11.0",
3939
"ag-grid": "^18.1.2",
@@ -53,7 +53,7 @@
5353
"file-saver": "^2.0.5",
5454
"font-awesome": "^4.7.0",
5555
"http-proxy-middleware": "2.0.7",
56-
"jquery": "^3.7.1",
56+
"jquery": "^4.0.0",
5757
"json2csv": "^6.0.0-alpha.2",
5858
"mammoth": "^1.8.0",
5959
"moment": "^2.30.1",
@@ -109,4 +109,4 @@
109109
"webpack-dev-server": "^4.15.0",
110110
"yarn-audit-fix": "^9.3.10"
111111
}
112-
}
112+
}
Lines changed: 1 addition & 10 deletions
Loading
Lines changed: 1 addition & 10 deletions
Loading

src/assets/uswds/img/loader.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)