From 0e36be10bf6e15afbd091b86ae9a85e112e2ab56 Mon Sep 17 00:00:00 2001 From: Brian Mann Date: Sat, 2 Sep 2017 15:53:20 -0400 Subject: [PATCH] cli: bump xvfb dep to fix bugs --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 7df33169ba..04c887aa44 100644 --- a/cli/package.json +++ b/cli/package.json @@ -20,7 +20,7 @@ "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";" }, "dependencies": { - "@cypress/xvfb": "1.0.3", + "@cypress/xvfb": "1.0.4", "bluebird": "3.5.0", "chalk": "2.1.0", "commander": "2.9.0",