diff --git a/package-lock.json b/package-lock.json index 1c2ae28c4..58e8304f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -678,9 +678,9 @@ "integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8=" }, "browsertime": { - "version": "4.0.0-alpha.18", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.0.0-alpha.18.tgz", - "integrity": "sha512-wpZnQ1P/7bp1knzjftHDqVqPuiSM2rvO5dGbjTDOKe1T6/C9BCOyVyt53LDiqEh/eZLDqGJsZCVmqfMDYqvWlw==", + "version": "4.0.0-alpha.19", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.0.0-alpha.19.tgz", + "integrity": "sha512-Uql7x1oA3NpFmBLHQKq1tgvysmrF8ZeapYTqWSiBPKD6xvoKWW6XYnB7JfS8xGoSeGJhxSL++K2YlQQUTor2ZA==", "requires": { "@cypress/xvfb": "1.2.4", "@sitespeed.io/chromedriver": "2.44.1", diff --git a/package.json b/package.json index d697c677e..437e18b8d 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "main": "./lib/sitespeed.js", "dependencies": { "aws-sdk": "2.361.0", - "browsertime": "4.0.0-alpha.18", + "browsertime": "4.0.0-alpha.19", "cli-color": "1.4.0", "concurrent-queue": "7.0.2", "dayjs-ext": "2.2.0",