Skip to content

Commit ab190c2

Browse files
committed
Patch vulnerabilities where possible
We install and use `yarn-audit-fix` to find dependencies with security vulnerabilities and update them where possible. We go from 17 moderate and 14 high severity vulnerabilities, to 12 moderate vulnerabilities. The default `yarn-audit-fix` command only updates minor semver versions. We might be able to eliminate more vulnerabilities by running `yarn-audit-fix --force` to also update majore semver versions, but there's more risk of upgrading to a dependency that is incompatible with our codebase. Since we've at least eliminated the high severity vulnerabilities, this change should suffice for now.
1 parent 39361dc commit ab190c2

File tree

2 files changed

+463
-105
lines changed

2 files changed

+463
-105
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"parcel": "2.2.1",
1515
"purescript": "0.14.4",
1616
"purescript-psa": "0.8.2",
17-
"spago": "0.20.3"
17+
"spago": "0.20.3",
18+
"yarn-audit-fix": "^9.0.9"
1819
},
1920
"dependencies": {
2021
"big-integer": "^1.6.31",

0 commit comments

Comments
 (0)