diff --git a/Makefile b/Makefile index 0232055..bb6a4f2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NPM ?= update -VERSION ?= 1.3.0 +VERSION ?= 1.3.1 CACHE ?= --no-cache=1 FULLVERSION ?= ${VERSION} .PHONY: install install-npm publish publish-npm npm all major minor patch clean diff --git a/package-lock.json b/package-lock.json index d57c234..f826d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "google-lighthouse-puppeteer", - "version": "1.2.0", + "version": "1.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "google-lighthouse-puppeteer", - "version": "1.2.0", + "version": "1.3.1", "license": "MIT", "dependencies": { "command-line-args": "^5.0.1", "command-line-usage": "^6.0.2", "global": "^4.3.2", "lighthouse": "^9.0.0", - "lighthouse-batch": "^7.1.0", + "lighthouse-batch": "^8.1.0", "puppeteer": "^12.0.0" }, "bin": { @@ -131,11 +131,6 @@ "node": ">=6" } }, - "node_modules/async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, "node_modules/axe-core": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.3.tgz", @@ -976,11 +971,6 @@ "node": ">= 0.10" } }, - "node_modules/intl": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/intl/-/intl-1.2.5.tgz", - "integrity": "sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94=" - }, "node_modules/intl-messageformat": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-4.4.0.tgz", @@ -995,11 +985,6 @@ "integrity": "sha512-IMSCKVf0USrM/959vj3xac7s8f87sc+80Y/ipBzdKy4ifBv5Gsj2tZ41EAaURVg01QU71fYr77uA8Meh6kELbg==", "deprecated": "We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser" }, - "node_modules/intl-pluralrules": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/intl-pluralrules/-/intl-pluralrules-1.3.1.tgz", - "integrity": "sha512-sNYPls1Q4fyN0EGLFVJ7TIuaMWln01LupLozfIBt69rHK0DHehghMSz6ejfnSklgRddnyQSEaQPIU6d9TCKH3w==" - }, "node_modules/is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", @@ -1189,12 +1174,12 @@ } }, "node_modules/lighthouse-batch": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/lighthouse-batch/-/lighthouse-batch-7.1.0.tgz", - "integrity": "sha512-sU6jSNP1EhqZp1iQM1Raok6kBsYGp3jmnrO88o0CoVWD2Cqube/kOxQh3WsOToqz1VVSVYnpoFph+Wr5EZef1A==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/lighthouse-batch/-/lighthouse-batch-8.1.1.tgz", + "integrity": "sha512-hFfeWOigwfUHHVx8rAMJ9f+hLdnpDCGNz0d369Wo7cQnT9wqyKomP9q4452Mng1/P7YKa+uQLFt6edTHeTTOSw==", "dependencies": { "commander": "^2.9.0", - "lighthouse": "^7.0.1", + "lighthouse": "^8.3.0", "shelljs": "^0.8.4" }, "bin": { @@ -1204,46 +1189,48 @@ "node": ">=12.13" } }, - "node_modules/lighthouse-batch/node_modules/axe-core": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.3.tgz", - "integrity": "sha512-vwPpH4Aj4122EW38mxO/fxhGKtwWTMLDIJfZ1He0Edbtjcfna/R3YB67yVhezUMzqc3Jr3+Ii50KRntlENL4xQ==", - "engines": { - "node": ">=4" - } - }, "node_modules/lighthouse-batch/node_modules/chrome-launcher": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.4.tgz", - "integrity": "sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.14.2.tgz", + "integrity": "sha512-Nk8DUCIfPR6p9WClPPFeP2ztpAdkT8xueoiDS03csea1uoJjm4w0p5Oy1hjykyjT1EQ0MMrEshLD3C8gHXyiZw==", "dependencies": { "@types/node": "*", - "escape-string-regexp": "^1.0.5", + "escape-string-regexp": "^4.0.0", "is-wsl": "^2.2.0", - "lighthouse-logger": "^1.0.0", - "mkdirp": "^0.5.3", - "rimraf": "^3.0.2" + "lighthouse-logger": "^1.0.0" + }, + "engines": { + "node": ">=12.13.0" + } + }, + "node_modules/lighthouse-batch/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lighthouse-batch/node_modules/lighthouse": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-7.5.0.tgz", - "integrity": "sha512-GKb1lq9E2Fnb4xuZ65f/mvEoTsLbKV9UTrnQbpMVUAWZOlP8YWUItaPqfrYmRT6BhuPHK4e1pDQqypyJr3j/zQ==", + "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.1.3", - "chrome-launcher": "^0.13.4", + "axe-core": "4.2.3", + "chrome-launcher": "^0.14.0", "configstore": "^5.0.1", - "csp_evaluator": "^1.0.1", + "csp_evaluator": "1.1.0", "cssstyle": "1.2.1", "enquirer": "^2.3.6", "http-link-header": "^0.8.0", - "intl": "^1.2.5", "intl-messageformat": "^4.4.0", - "intl-pluralrules": "^1.0.3", "jpeg-js": "^0.4.1", "js-library-detector": "^6.4.0", - "lighthouse-logger": "^1.2.0", - "lighthouse-stack-packs": "^1.4.0", + "lighthouse-logger": "^1.3.0", + "lighthouse-stack-packs": "^1.5.0", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", @@ -1257,9 +1244,9 @@ "robots-parser": "^2.0.1", "semver": "^5.3.0", "speedline-core": "^1.4.3", - "third-party-web": "^0.12.2", + "third-party-web": "^0.12.4", "update-notifier": "^4.1.0", - "ws": "3.3.2", + "ws": "^7.0.0", "yargs": "^16.1.1", "yargs-parser": "^20.2.4" }, @@ -1269,22 +1256,7 @@ "smokehouse": "lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js" }, "engines": { - "node": ">=12.13.0" - } - }, - "node_modules/lighthouse-batch/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/lighthouse-batch/node_modules/ws": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.2.tgz", - "integrity": "sha512-t+WGpsNxhMR4v6EClXS8r8km5ZljKJzyGhJf7goJz9k5Ye3+b5Bvno5rjqPuIBn5mnn5GBb7o8IrIWHxX1qOLQ==", - "dependencies": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0", - "ultron": "~1.1.0" + "node": ">=12.20.0 12 || >=14.13 14 || >=15" } }, "node_modules/lighthouse-logger": { @@ -1424,17 +1396,6 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, - "node_modules/mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "dependencies": { - "minimist": "^1.2.5" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, "node_modules/mkdirp-classic": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", @@ -2114,11 +2075,6 @@ "node": ">=8" } }, - "node_modules/ultron": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", - "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" - }, "node_modules/unbzip2-stream": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", @@ -2511,11 +2467,6 @@ "resolved": "https://registry.npmjs.org/array-back/-/array-back-3.1.0.tgz", "integrity": "sha512-TkuxA4UCOvxuDK6NZYXCalszEzj+TLszyASooky+i742l9TqsOdYCMJJupxRic61hwquNtppB3hgcuq9SVSH1Q==" }, - "async-limiter": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", - "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" - }, "axe-core": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.2.3.tgz", @@ -3142,11 +3093,6 @@ "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.4.0.tgz", "integrity": "sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==" }, - "intl": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/intl/-/intl-1.2.5.tgz", - "integrity": "sha1-giRKIZDE5Bn4Nx9ao02qNCDiq94=" - }, "intl-messageformat": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-4.4.0.tgz", @@ -3160,11 +3106,6 @@ "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.8.1.tgz", "integrity": "sha512-IMSCKVf0USrM/959vj3xac7s8f87sc+80Y/ipBzdKy4ifBv5Gsj2tZ41EAaURVg01QU71fYr77uA8Meh6kELbg==" }, - "intl-pluralrules": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/intl-pluralrules/-/intl-pluralrules-1.3.1.tgz", - "integrity": "sha512-sNYPls1Q4fyN0EGLFVJ7TIuaMWln01LupLozfIBt69rHK0DHehghMSz6ejfnSklgRddnyQSEaQPIU6d9TCKH3w==" - }, "is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", @@ -3307,52 +3248,48 @@ } }, "lighthouse-batch": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/lighthouse-batch/-/lighthouse-batch-7.1.0.tgz", - "integrity": "sha512-sU6jSNP1EhqZp1iQM1Raok6kBsYGp3jmnrO88o0CoVWD2Cqube/kOxQh3WsOToqz1VVSVYnpoFph+Wr5EZef1A==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/lighthouse-batch/-/lighthouse-batch-8.1.1.tgz", + "integrity": "sha512-hFfeWOigwfUHHVx8rAMJ9f+hLdnpDCGNz0d369Wo7cQnT9wqyKomP9q4452Mng1/P7YKa+uQLFt6edTHeTTOSw==", "requires": { "commander": "^2.9.0", - "lighthouse": "^7.0.1", + "lighthouse": "^8.3.0", "shelljs": "^0.8.4" }, "dependencies": { - "axe-core": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.1.3.tgz", - "integrity": "sha512-vwPpH4Aj4122EW38mxO/fxhGKtwWTMLDIJfZ1He0Edbtjcfna/R3YB67yVhezUMzqc3Jr3+Ii50KRntlENL4xQ==" - }, "chrome-launcher": { - "version": "0.13.4", - "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.13.4.tgz", - "integrity": "sha512-nnzXiDbGKjDSK6t2I+35OAPBy5Pw/39bgkb/ZAFwMhwJbdYBp6aH+vW28ZgtjdU890Q7D+3wN/tB8N66q5Gi2A==", + "version": "0.14.2", + "resolved": "https://registry.npmjs.org/chrome-launcher/-/chrome-launcher-0.14.2.tgz", + "integrity": "sha512-Nk8DUCIfPR6p9WClPPFeP2ztpAdkT8xueoiDS03csea1uoJjm4w0p5Oy1hjykyjT1EQ0MMrEshLD3C8gHXyiZw==", "requires": { "@types/node": "*", - "escape-string-regexp": "^1.0.5", + "escape-string-regexp": "^4.0.0", "is-wsl": "^2.2.0", - "lighthouse-logger": "^1.0.0", - "mkdirp": "^0.5.3", - "rimraf": "^3.0.2" + "lighthouse-logger": "^1.0.0" } }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + }, "lighthouse": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-7.5.0.tgz", - "integrity": "sha512-GKb1lq9E2Fnb4xuZ65f/mvEoTsLbKV9UTrnQbpMVUAWZOlP8YWUItaPqfrYmRT6BhuPHK4e1pDQqypyJr3j/zQ==", + "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.1.3", - "chrome-launcher": "^0.13.4", + "axe-core": "4.2.3", + "chrome-launcher": "^0.14.0", "configstore": "^5.0.1", - "csp_evaluator": "^1.0.1", + "csp_evaluator": "1.1.0", "cssstyle": "1.2.1", "enquirer": "^2.3.6", "http-link-header": "^0.8.0", - "intl": "^1.2.5", "intl-messageformat": "^4.4.0", - "intl-pluralrules": "^1.0.3", "jpeg-js": "^0.4.1", "js-library-detector": "^6.4.0", - "lighthouse-logger": "^1.2.0", - "lighthouse-stack-packs": "^1.4.0", + "lighthouse-logger": "^1.3.0", + "lighthouse-stack-packs": "^1.5.0", "lodash.clonedeep": "^4.5.0", "lodash.get": "^4.4.2", "lodash.isequal": "^4.5.0", @@ -3366,27 +3303,12 @@ "robots-parser": "^2.0.1", "semver": "^5.3.0", "speedline-core": "^1.4.3", - "third-party-web": "^0.12.2", + "third-party-web": "^0.12.4", "update-notifier": "^4.1.0", - "ws": "3.3.2", + "ws": "^7.0.0", "yargs": "^16.1.1", "yargs-parser": "^20.2.4" } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "ws": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.2.tgz", - "integrity": "sha512-t+WGpsNxhMR4v6EClXS8r8km5ZljKJzyGhJf7goJz9k5Ye3+b5Bvno5rjqPuIBn5mnn5GBb7o8IrIWHxX1qOLQ==", - "requires": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0", - "ultron": "~1.1.0" - } } } }, @@ -3508,14 +3430,6 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, - "mkdirp": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz", - "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==", - "requires": { - "minimist": "^1.2.5" - } - }, "mkdirp-classic": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", @@ -4006,11 +3920,6 @@ "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", "integrity": "sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==" }, - "ultron": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", - "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" - }, "unbzip2-stream": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz", diff --git a/package.json b/package.json index 5016e8f..ffe4211 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "google-lighthouse-puppeteer", - "version": "1.3.0", + "version": "1.3.1", "description": "Google Lighthouse Puppeteer is a package to generate reports on multiple urls that allows or not authentication", "main": "lighthouse-puppeteer.js", "scripts": { @@ -23,7 +23,7 @@ "command-line-usage": "^6.0.2", "global": "^4.3.2", "lighthouse": "^9.0.0", - "lighthouse-batch": "^7.1.0", + "lighthouse-batch": "^8.1.0", "puppeteer": "^12.0.0" }, "author": "Jay MOULIN (https://jaymoulin.me)",