This commit is contained in:
soulgalore 2022-08-17 06:51:39 +02:00
parent 4b94d5b369
commit 18c30c9d1e
4 changed files with 12 additions and 10 deletions

View File

@ -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).

View File

@ -1 +1 @@
16.13.2
16.13.3

14
npm-shrinkwrap.json generated
View File

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

View File

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