diff --git a/package.json b/package.json index 0ff8d5d8d..9189bb7ec 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "node-pre-gyp": "^0.10.0", "prettier": "^1.15.1", "prettier-check": "^2.0.0", - "puppeteer": "^1.6.1", + "puppeteer": "^1.13.0", "rimraf": "^2.6.1", "rollup-plugin-node-builtins": "^2.1.2", "shelljs": "^0.8.2", diff --git a/yarn.lock b/yarn.lock index 09f1d8499..081b136af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6557,10 +6557,10 @@ punycode@^2.1.0: resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A== -puppeteer@^1.6.1: - version "1.11.0" - resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.11.0.tgz#63cdbe12b07275cd6e0b94bce41f3fcb20305770" - integrity sha512-iG4iMOHixc2EpzqRV+pv7o3GgmU2dNYEMkvKwSaQO/vMZURakwSOn/EYJ6OIRFYOque1qorzIBvrytPIQB3YzQ== +puppeteer@^1.13.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.13.0.tgz#187ccf5ed5caf08ed1291b262d033cc364bf88ab" + integrity sha512-LUXgvhjfB/P6IOUDAKxOcbCz9ISwBLL9UpKghYrcBDwrOGx1m60y0iN2M64mdAUbT4+7oZM5DTxOW7equa2fxQ== dependencies: debug "^4.1.0" extract-zip "^1.6.6"