From 384e5dc04f01c70199db152b7c1eab9bc3310646 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 01:40:29 +0000 Subject: [PATCH] Update dependency lighthouse to v8.6.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3bb069791..a16ecfa41 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ink": "2.7.1", "jest": "26.6.3", "jest-circus": "26.6.3", - "lighthouse": "8.5.1", + "lighthouse": "8.6.0", "lodash": "4.17.21", "netlify": "8.0.1", "node-fetch": "2.6.5", diff --git a/yarn.lock b/yarn.lock index e2a0b1e9e..1f368e460 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4374,10 +4374,10 @@ lighthouse-stack-packs@^1.5.0: resolved "https://registry.yarnpkg.com/lighthouse-stack-packs/-/lighthouse-stack-packs-1.5.0.tgz#c191f2b94db21602254baaebfb0bb90307a00ffa" integrity sha512-ntVOqFsrrTQYrNf+W+sNE9GjddW+ab5QN0WrrCikjMFsUvEQ28CvT0SXcHPZXFtcsb1lMSuVaNCmEuj7oXtYGQ== -lighthouse@8.5.1: - version "8.5.1" - resolved "https://registry.yarnpkg.com/lighthouse/-/lighthouse-8.5.1.tgz#0cf4f2d3ebf67e40cd14fcbb027c9d5fb3cfa912" - integrity sha512-phe3g77N5AE5pf5TARUBb9uHLvvzwpd2z/S0G+6KrC5ShEe2laSxkiiTLo/jYxsrmy5kL7qohVztdOuafy4HGQ== +lighthouse@8.6.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/lighthouse/-/lighthouse-8.6.0.tgz#e50ca532aca2ca7fec409caea6bddd940450041a" + integrity sha512-/H7aDL3//Gr0M1v8GGq6k0OTNty7nDVuU/o1cg6opYkfHRz1V3Nhydqz6aBzfXhUQx6iJRnxgRCPya+ZLA2vbg== dependencies: axe-core "4.2.3" chrome-launcher "^0.14.0"