diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index 312883d27..ec187c442 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -3.0.15 \ No newline at end of file +3.0.16 diff --git a/docs/_includes/version/throttle.txt b/docs/_includes/version/throttle.txt index 267577d47..2b7c5ae01 100644 --- a/docs/_includes/version/throttle.txt +++ b/docs/_includes/version/throttle.txt @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/package-lock.json b/package-lock.json index 1255940a5..e88130d40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ff62dcfa6..b1ba9ccc3 100644 --- a/package.json +++ b/package.json @@ -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",