lighthouse4u 1.8.0 → 1.10.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse4u",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "LH4U provides Google Lighthouse as a service, surfaced by both a friendly UI+API, and backed by Elastic Search for all your query and visualization needs",
5
5
  "main": "./src/cli.js",
6
6
  "bin": {
@@ -41,22 +41,22 @@
41
41
  "license": "MIT",
42
42
  "dependencies": {
43
43
  "basic-auth": "^2.0.1",
44
- "chrome-launcher": "^0.13.4",
44
+ "chrome-launcher": "^0.15.0",
45
45
  "config-shield": "^0.2.3",
46
- "cross-fetch": "^3.0.6",
46
+ "cross-fetch": "^3.1.4",
47
47
  "ejs": "^3.1.6",
48
- "express": "^4.17.1",
49
- "json5": "^2.1.3",
50
- "lighthouse": "^8.0.0",
48
+ "express": "^4.17.3",
49
+ "json5": "^2.2.0",
50
+ "lighthouse": "^9.6.8",
51
51
  "lodash": "^4.17.21",
52
- "papaparse": "^5.3.0",
52
+ "papaparse": "^5.3.1",
53
53
  "tldjs": "^2.3.1",
54
54
  "yargs": "^15.4.1"
55
55
  },
56
56
  "devDependencies": {
57
- "amqplib": "^0.5.6",
58
- "chai": "^4.2.0",
59
- "eslint": "^7.18.0",
57
+ "amqplib": "^0.10.2",
58
+ "chai": "^4.3.4",
59
+ "eslint": "^8.0.0",
60
60
  "eslint-config-godaddy": "^4.0.1",
61
61
  "eslint-plugin-json": "^2.1.2",
62
62
  "eslint-plugin-mocha": "^7.0.1",
@@ -64,7 +64,7 @@
64
64
  "mocha": "^7.2.0",
65
65
  "nyc": "^15.1.0",
66
66
  "proxyquire": "^2.1.3",
67
- "sinon": "^9.2.3",
68
- "sinon-chai": "^3.5.0"
67
+ "sinon": "^9.2.4",
68
+ "sinon-chai": "^3.7.0"
69
69
  }
70
70
  }
@@ -1,6 +1,6 @@
1
1
  const getWebsite = require('../util/get-website');
2
2
  const convertDocToSVG = require('../../util/convert-doc-to-svg');
3
- const ReportGenerator = require('lighthouse/lighthouse-core/report/report-generator.js');
3
+ const ReportGenerator = require('lighthouse/report/generator/report-generator.js');
4
4
 
5
5
  const SVG_DEFAULT_WIDTH = 640;
6
6
  const SVG_DEFAULT_HEIGHT = 180;