This commit is contained in:
soulgalore 2019-01-13 21:16:11 +01:00
parent 88dfb6f0ab
commit b669d29ed6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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",

View File

@ -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",