From 56a440f934999c0dd66432e0d5224ff879795184 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 01:10:29 +0000 Subject: [PATCH] fix(deps): update dependency lighthouse to v8.6.0 --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79b92dc0..f1b34bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,13 +14,13 @@ "compression": "^1.7.4", "dotenv": "^10.0.0", "express": "^4.17.1", - "lighthouse": "^8.0.0", + "lighthouse": "^8.6.0", "puppeteer": "^10.0.0" }, "devDependencies": { "@commitlint/cli": "^13.0.0", "@commitlint/config-conventional": "^13.0.0", - "cypress": "^8.7.0", + "cypress": "^8.0.0", "eslint": "^7.0.0", "eslint-plugin-cypress": "^2.11.2", "husky": "^4.0.7", @@ -6862,9 +6862,9 @@ } }, "node_modules/lighthouse": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-8.5.1.tgz", - "integrity": "sha512-phe3g77N5AE5pf5TARUBb9uHLvvzwpd2z/S0G+6KrC5ShEe2laSxkiiTLo/jYxsrmy5kL7qohVztdOuafy4HGQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-8.6.0.tgz", + "integrity": "sha512-/H7aDL3//Gr0M1v8GGq6k0OTNty7nDVuU/o1cg6opYkfHRz1V3Nhydqz6aBzfXhUQx6iJRnxgRCPya+ZLA2vbg==", "dependencies": { "axe-core": "4.2.3", "chrome-launcher": "^0.14.0", @@ -6903,7 +6903,7 @@ "smokehouse": "lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js" }, "engines": { - "node": ">=12.13.0" + "node": ">=12.20.0 12 || >=14.13 14 || >=15" } }, "node_modules/lighthouse-logger": { @@ -16248,9 +16248,9 @@ } }, "lighthouse": { - "version": "8.5.1", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-8.5.1.tgz", - "integrity": "sha512-phe3g77N5AE5pf5TARUBb9uHLvvzwpd2z/S0G+6KrC5ShEe2laSxkiiTLo/jYxsrmy5kL7qohVztdOuafy4HGQ==", + "version": "8.6.0", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-8.6.0.tgz", + "integrity": "sha512-/H7aDL3//Gr0M1v8GGq6k0OTNty7nDVuU/o1cg6opYkfHRz1V3Nhydqz6aBzfXhUQx6iJRnxgRCPya+ZLA2vbg==", "requires": { "axe-core": "4.2.3", "chrome-launcher": "^0.14.0",