sitespeed.io 35.7.3 → 35.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
+ ## 35.7.4 - 2024-12-20
3
+ ### Fixed
4
+ * Updated to Browsertime 23.4.5 that have a fix for visual metrics running videos from mobile [#4343](https://github.com/sitespeedio/sitespeed.io/pull/4343).
2
5
 
3
6
  ## 35.7.3 - 2024-12-18
4
7
  ### Fixed
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "35.7.3",
3
+ "version": "35.7.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "35.7.3",
9
+ "version": "35.7.4",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@aws-sdk/client-s3": "3.609.0",
@@ -15,7 +15,7 @@
15
15
  "@sitespeed.io/plugin": "0.0.6",
16
16
  "@tgwf/co2": "0.16.0",
17
17
  "axe-core": "4.10.2",
18
- "browsertime": "23.4.4",
18
+ "browsertime": "23.4.5",
19
19
  "cli-color": "2.0.4",
20
20
  "coach-core": "8.0.2",
21
21
  "concurrent-queue": "7.0.2",
@@ -3649,9 +3649,9 @@
3649
3649
  }
3650
3650
  },
3651
3651
  "node_modules/browsertime": {
3652
- "version": "23.4.4",
3653
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-23.4.4.tgz",
3654
- "integrity": "sha512-fdJML9nnkQ0IIo8rfX+Ac01d6gtYPWjisCC7Vip0+NkCWCoejEUBqH0LnHgimvE5YdeFUWi/ULlgIDutOi0NZA==",
3652
+ "version": "23.4.5",
3653
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-23.4.5.tgz",
3654
+ "integrity": "sha512-4iwuBdeIzTuKS0DblExZXQ0P2ZYypfw7XnmF4kex1ISMow6UAc8UEwBXj7XYsCMem2FViBHT+yLdT/G2Aa47Rw==",
3655
3655
  "dependencies": {
3656
3656
  "@cypress/xvfb": "1.2.4",
3657
3657
  "@devicefarmer/adbkit": "3.2.6",
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "sitespeed.io": "./bin/sitespeed.js",
6
6
  "sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
7
7
  },
8
- "version": "35.7.3",
8
+ "version": "35.7.4",
9
9
  "description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
10
10
  "keywords": [
11
11
  "performance",
@@ -85,7 +85,7 @@
85
85
  "@tgwf/co2": "0.16.0",
86
86
  "@aws-sdk/client-s3": "3.609.0",
87
87
  "axe-core": "4.10.2",
88
- "browsertime": "23.4.4",
88
+ "browsertime": "23.4.5",
89
89
  "coach-core": "8.0.2",
90
90
  "cli-color": "2.0.4",
91
91
  "concurrent-queue": "7.0.2",