Skip to content

Commit f155dd3

Browse files
authored
Fix security issue
1 parent 602e804 commit f155dd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"jest": "^24.5.0",
2424
"mkdirp": "^1.0.4",
2525
"request": "^2.88.2",
26-
"tar": "^2.2.2",
26+
"tar": ">=4.4.2",
2727
"unzipper": "0.10.10"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)