fix npm audit errors

* update jest
* update package-lock
* ignore npm advisory 1677
This commit is contained in:
yan
2021-05-11 10:00:38 -05:00
committed by Mihai PLESA
parent c18081d105
commit f42563e1b2
3 changed files with 2845 additions and 7623 deletions
+1
View File
@@ -30,6 +30,7 @@ CARGO_INCLUDE_PATHS = [
# Ping security team before adding to ignored_npm_advisories
ignored_npm_advisories = [
'1677', # moderate DoS vector not yet fixed in Jest
'1556' # low-sev DoS vector that isn't fixed in some upstream packages
]