new browsertime and throttle

This commit is contained in:
soulgalore 2018-05-30 13:56:33 +02:00
parent 5cd06dc723
commit 4a37d7deaf
4 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
3.0.15
3.0.16

View File

@ -1 +1 @@
0.4.1
0.4.2

14
package-lock.json generated
View File

@ -11,9 +11,9 @@
"dev": true
},
"@sitespeed.io/throttle": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/@sitespeed.io/throttle/-/throttle-0.4.1.tgz",
"integrity": "sha512-6PFQrlAreq+caJfc+3n3gopWRBYikSZi3w2YQJ6E18gEB46PMqekG8aLsl3JXVsynRWrW4rjhSQk7ETlaZ+8UA==",
"version": "0.4.2",
"resolved": "https://registry.npmjs.org/@sitespeed.io/throttle/-/throttle-0.4.2.tgz",
"integrity": "sha512-95PbiG0orPI6Qs6AZMSZ7PnIrA7Lj8BbKmPxtAaXiaaIOkLMoFgAuCtVMUG+NjaABRKayO1zCrSE7StABMiB5A==",
"requires": {
"execa": "0.10.0",
"minimist": "1.2.0"
@ -536,11 +536,11 @@
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
},
"browsertime": {
"version": "3.0.15",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.0.15.tgz",
"integrity": "sha512-2fZF8+OgLEqoXUOwEw5fwfTKfZGYrIYB6YsXFZ3diAV82H9OV8hQAJjvFnMC7kRUgWzfViK488SOGV1228JhZg==",
"version": "3.0.16",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-3.0.16.tgz",
"integrity": "sha512-mlLPYpRdsiDJZcMAjdlmdgKNvVwNoUXvU98PDVF8gSCE1KpmhL9HRoVuhIZifSavk+h2QS2J1XKtcsiqY9OSYw==",
"requires": {
"@sitespeed.io/throttle": "0.4.1",
"@sitespeed.io/throttle": "0.4.2",
"adbkit": "2.11.0",
"alto-saxophone": "2.38.0",
"chrome-har": "0.4.0",

View File

@ -69,7 +69,7 @@
"dependencies": {
"aws-sdk": "2.222.1",
"bluebird": "3.5.1",
"browsertime": "3.0.15",
"browsertime": "3.0.16",
"cli-color": "1.2.0",
"concurrent-queue": "7.0.2",
"fast-stats": "0.0.3",