lighthouse4u 1.9.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse4u",
3
- "version": "1.9.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
46
  "cross-fetch": "^3.1.4",
47
47
  "ejs": "^3.1.6",
48
- "express": "^4.17.1",
48
+ "express": "^4.17.3",
49
49
  "json5": "^2.2.0",
50
- "lighthouse": "^8.4.0",
50
+ "lighthouse": "^9.6.8",
51
51
  "lodash": "^4.17.21",
52
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",
57
+ "amqplib": "^0.10.2",
58
58
  "chai": "^4.3.4",
59
- "eslint": "^7.32.0",
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",