From 18c30c9d1ef9a45b80395a5b2bc125034a15cd66 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Wed, 17 Aug 2022 06:51:39 +0200 Subject: [PATCH] new bt --- CHANGELOG.md | 4 +++- docs/_includes/version/browsertime.txt | 2 +- npm-shrinkwrap.json | 14 +++++++------- package.json | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e97144a0..5dbad1d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org)) - +## 25.7.3 - UNRELEASED +### Fixed +* Upgraded to [Browsertime 16.13.3](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16133---2022-08-17) that fixes a bug when setting cookies when navigating in Chrome/Edge when using scripting. ## 25.7.2 - 2022-08-14 ### Fixed * Getting only some data from the CrUX API broke the HTML generation as reported in [#3708](https://github.com/sitespeedio/sitespeed.io/issues/3708) and fixed in [#3709](https://github.com/sitespeedio/sitespeed.io/pull/3709). diff --git a/docs/_includes/version/browsertime.txt b/docs/_includes/version/browsertime.txt index d7cb9ec3a..36fca96fc 100644 --- a/docs/_includes/version/browsertime.txt +++ b/docs/_includes/version/browsertime.txt @@ -1 +1 @@ -16.13.2 \ No newline at end of file +16.13.3 \ No newline at end of file diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 55f00e54b..8f1c27a03 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -13,7 +13,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.13.2", + "browsertime": "16.13.3", "cli-color": "2.0.2", "coach-core": "7.1.2", "concurrent-queue": "7.0.2", @@ -1684,9 +1684,9 @@ } }, "node_modules/browsertime": { - "version": "16.13.2", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.13.2.tgz", - "integrity": "sha512-WPBhQsBacxmXBxFbMVEY3cPGelIJsZtI5uPhEUyAzI2YFG10LkvL4vDgiysuaecN0h/Gta+99hIArpawPEnixA==", + "version": "16.13.3", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.13.3.tgz", + "integrity": "sha512-LlUxUKDZwuiNcxYalNO09It5H8Rtynj93P5V1ARsdlSkIuNTLKEnLyvL2gC32EHWt3WtJ6autmkeY4X24G7RRA==", "dependencies": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", @@ -9836,9 +9836,9 @@ } }, "browsertime": { - "version": "16.13.2", - "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.13.2.tgz", - "integrity": "sha512-WPBhQsBacxmXBxFbMVEY3cPGelIJsZtI5uPhEUyAzI2YFG10LkvL4vDgiysuaecN0h/Gta+99hIArpawPEnixA==", + "version": "16.13.3", + "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.13.3.tgz", + "integrity": "sha512-LlUxUKDZwuiNcxYalNO09It5H8Rtynj93P5V1ARsdlSkIuNTLKEnLyvL2gC32EHWt3WtJ6autmkeY4X24G7RRA==", "requires": { "@cypress/xvfb": "1.2.4", "@devicefarmer/adbkit": "2.11.3", diff --git a/package.json b/package.json index 0639d6fc0..046a6edb7 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@tgwf/co2": "0.8.0", "aws-sdk": "2.1121.0", "axe-core": "4.4.2", - "browsertime": "16.13.2", + "browsertime": "16.13.3", "coach-core": "7.1.2", "cli-color": "2.0.2", "concurrent-queue": "7.0.2",