From e1ffc8b10d4e6038cde7daf0329c95d6febd286a Mon Sep 17 00:00:00 2001 From: Jay MOULIN Date: Sun, 12 May 2019 02:14:45 +0200 Subject: [PATCH] Update lighthouse + puppeteer dependencies --- Makefile | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 61fed53..65c8c52 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.5.1 +VERSION ?= 0.5.2 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} .PHONY: install install-npm publish publish-npm diff --git a/package.json b/package.json index 5d3276f..7f95bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-lighthouse-puppeteer", - "version": "0.5.1", + "version": "0.5.2", "description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication", "main": "lighthouse-puppeteer.js", "scripts": { @@ -23,8 +23,8 @@ "command-line-usage": "^5.0.3", "global": "^4.3.2", "lighthouse-batch": "^3.0.0", - "lighthouse": "^4.0.0", - "puppeteer": "^1.11.0" + "lighthouse": "^5.0.0", + "puppeteer": "^1.15.0" }, "author": "Jay MOULIN (https://jaymoulin.github.io)", "license": "MIT",