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
+2843 -7622
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -282,7 +282,7 @@
"font-awesome": "4.7.0",
"fs-extra": "8.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "25.5.4",
"jest": "^26.6.3",
"less": "3.13.1",
"less-loader": "4.1.0",
"log-update": "3.4.0",
+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
]