From 96c33f1b01cf0c7a7a4b3602b0ea3f9c35f48f84 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Thu, 31 Aug 2023 13:42:13 +0200 Subject: [PATCH] new pagexray and release --- CHANGELOG.md | 4 ++++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bbfaf..1d5e885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG - coach-core +## 8.0.2 - 2023-08-31 +### Fixed +* Another update to PageXray with a safer HTTP header check. + ## 8.0.1 - 2023-08-31 ### Fixed * Updated PageXray. diff --git a/package-lock.json b/package-lock.json index 77d255b..bd6c6f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "lodash.groupby": "4.6.0", "lodash.merge": "4.6.2", "lodash.sortby": "4.7.0", - "pagexray": "4.4.3", + "pagexray": "4.4.4", "third-party-web": "0.24.0", "wappalyzer-core": "6.10.66" }, @@ -3801,9 +3801,9 @@ } }, "node_modules/pagexray": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz", - "integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.4.tgz", + "integrity": "sha512-eMeJzhtEUBDq8mI3DWD8n1iMFYt90lWE7gP5WfNoXFqFoTQZyj5DAg2O/W7VdRYqZYGpwswC7c0mFToeJfMwDg==", "dependencies": { "minimist": "1.2.8" }, @@ -7977,9 +7977,9 @@ } }, "pagexray": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.3.tgz", - "integrity": "sha512-5hZDxWokPNRKx8fs8Sw4tLkSyBkPVpQJyCPfLUJqgrNW28VGEArFkUxlqDrqRkEH/QfP8Y+7HRpAVOP6ezI7qg==", + "version": "4.4.4", + "resolved": "https://registry.npmjs.org/pagexray/-/pagexray-4.4.4.tgz", + "integrity": "sha512-eMeJzhtEUBDq8mI3DWD8n1iMFYt90lWE7gP5WfNoXFqFoTQZyj5DAg2O/W7VdRYqZYGpwswC7c0mFToeJfMwDg==", "requires": { "minimist": "1.2.8" }, diff --git a/package.json b/package.json index e9de040..e2460c7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "lodash.groupby": "4.6.0", "lodash.merge": "4.6.2", "lodash.sortby": "4.7.0", - "pagexray": "4.4.3", + "pagexray": "4.4.4", "third-party-web": "0.24.0", "wappalyzer-core": "6.10.66" }