sitespeed.io 37.6.0 → 37.8.0

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/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": "37.6.0",
8
+ "version": "37.8.0",
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",
@@ -81,16 +81,16 @@
81
81
  },
82
82
  "exports": "./lib/sitespeed.js",
83
83
  "dependencies": {
84
- "@aws-sdk/client-s3": "3.717.0",
85
- "@google-cloud/storage": "7.14.0",
84
+ "@aws-sdk/client-s3": "3.820.0",
85
+ "@google-cloud/storage": "7.16.0",
86
86
  "@sitespeed.io/log": "0.2.6",
87
87
  "@sitespeed.io/plugin": "1.0.0",
88
88
  "@tgwf/co2": "0.16.4",
89
- "@slack/webhook": "7.0.4",
90
- "axe-core": "4.10.2",
91
- "browsertime": "24.7.0",
89
+ "@slack/webhook": "7.0.5",
90
+ "axe-core": "4.10.3",
91
+ "browsertime": "24.8.1",
92
92
  "coach-core": "8.1.1",
93
- "dayjs": "1.11.11",
93
+ "dayjs": "1.11.13",
94
94
  "fast-crc32c": "2.0.0",
95
95
  "fast-stats": "0.0.7",
96
96
  "import-global": "1.1.1",
@@ -98,8 +98,8 @@
98
98
  "lodash.merge": "4.6.2",
99
99
  "lodash.set": "4.3.2",
100
100
  "markdown": "0.5.0",
101
- "node-scp": "0.0.23",
102
- "ora": "8.0.1",
101
+ "node-scp": "0.0.25",
102
+ "ora": "8.2.0",
103
103
  "pug": "3.0.3",
104
104
  "simplecrawler": "1.1.9",
105
105
  "yargs": "17.7.2"
package/docs/README.md DELETED
@@ -1,10 +0,0 @@
1
- Documentation for sitespeed.io
2
- ================
3
-
4
- First make sure you have Bundler: <code>gem install bundler</code>
5
-
6
- If you run on a Mac OS make sure you have xcode-select installed: <code>xcode-select --install</code>
7
-
8
- To run it locally: <code>bundle install && bundle exec jekyll serve --baseurl ''</code>
9
-
10
- Checkout http://localhost:4000/