From b7a975151f2824c6466cebbb4a031d1b2746da85 Mon Sep 17 00:00:00 2001 From: Sergei Pashkevich <65038584+iBombit@users.noreply.github.com> Date: Fri, 11 Jul 2025 17:50:26 +0300 Subject: [PATCH] added includetimestamp parameter for reporting --- docker/v12.7.1/package-lock.json | 8 ++++---- docker/v12.7.1/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docker/v12.7.1/package-lock.json b/docker/v12.7.1/package-lock.json index 10fccba6..d078a4df 100644 --- a/docker/v12.7.1/package-lock.json +++ b/docker/v12.7.1/package-lock.json @@ -13,7 +13,7 @@ "csv-parser": "^3.2.0", "es-main": "^1.3.0", "express": "^5.1.0", - "lh-pptr-framework": "1.2.0", + "lh-pptr-framework": "1.2.1", "lighthouse": "^12.7.1", "logform": "^2.7.0", "mocha": "^11.7.1", @@ -2766,9 +2766,9 @@ "license": "Apache-2.0" }, "node_modules/lh-pptr-framework": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/lh-pptr-framework/-/lh-pptr-framework-1.2.0.tgz", - "integrity": "sha512-wKertxOI3hrbeOTBCVd21iECUhLP5Z/0ZkIiUfm4cvA7Djh2dst1eLw11gJtvw3VmG3HmSnyy2VsREPPhTBzow==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/lh-pptr-framework/-/lh-pptr-framework-1.2.1.tgz", + "integrity": "sha512-pxJNNzCkz9hd2XJYRL4HG2oFG++SmPvssb8R0jKslv/mUmK1o530enXBNMrzlUxTwafYcCy0TiScbGws+EatZg==", "license": "ISC" }, "node_modules/lighthouse": { diff --git a/docker/v12.7.1/package.json b/docker/v12.7.1/package.json index 84301649..87778dc4 100644 --- a/docker/v12.7.1/package.json +++ b/docker/v12.7.1/package.json @@ -10,7 +10,7 @@ "crawl": "node crawler/crawler.js" }, "dependencies": { - "lh-pptr-framework": "1.2.0", + "lh-pptr-framework": "1.2.1", "lighthouse": "^12.7.1", "puppeteer": "^24.12.1", "chai": "^5.2.1", diff --git a/package-lock.json b/package-lock.json index 10fccba6..d078a4df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "csv-parser": "^3.2.0", "es-main": "^1.3.0", "express": "^5.1.0", - "lh-pptr-framework": "1.2.0", + "lh-pptr-framework": "1.2.1", "lighthouse": "^12.7.1", "logform": "^2.7.0", "mocha": "^11.7.1", @@ -2766,9 +2766,9 @@ "license": "Apache-2.0" }, "node_modules/lh-pptr-framework": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/lh-pptr-framework/-/lh-pptr-framework-1.2.0.tgz", - "integrity": "sha512-wKertxOI3hrbeOTBCVd21iECUhLP5Z/0ZkIiUfm4cvA7Djh2dst1eLw11gJtvw3VmG3HmSnyy2VsREPPhTBzow==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/lh-pptr-framework/-/lh-pptr-framework-1.2.1.tgz", + "integrity": "sha512-pxJNNzCkz9hd2XJYRL4HG2oFG++SmPvssb8R0jKslv/mUmK1o530enXBNMrzlUxTwafYcCy0TiScbGws+EatZg==", "license": "ISC" }, "node_modules/lighthouse": { diff --git a/package.json b/package.json index 84301649..87778dc4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "crawl": "node crawler/crawler.js" }, "dependencies": { - "lh-pptr-framework": "1.2.0", + "lh-pptr-framework": "1.2.1", "lighthouse": "^12.7.1", "puppeteer": "^24.12.1", "chai": "^5.2.1",