diff --git a/lib/plugins/html/templates/url/coach/technology.pug b/lib/plugins/html/templates/url/coach/technology.pug index b9d0613ba..a0195a024 100644 --- a/lib/plugins/html/templates/url/coach/technology.pug +++ b/lib/plugins/html/templates/url/coach/technology.pug @@ -3,14 +3,16 @@ a#technology h2 Technologies used to build the page. -p Data collected using - a(href='https://github.com/dochne/wappalyzer') Wappalyzer - | version #{wappalyserVersion}. - | Use - code --browsertime.firefox.includeResponseBodies html - | or - code --browsertime.chrome.includeResponseBodies html - | to help Wappalyser find more information about technologies used. +p + | Data collected using + a(href='https://github.com/dochne/wappalyzer') Wappalyzer + | version #{wappalyserVersion}. With updated code from + a(href='https://github.com/enthec/webappanalyzer') Webappanalyzer + | 2024-12-27. Use + code --browsertime.firefox.includeResponseBodies html + | or + code --browsertime.chrome.includeResponseBodies html + | to help Wappalyzer find more information about technologies used. if advice.info.technology && advice.info.technology.length > 0 table diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1c782a489..360a5b8c7 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -19,7 +19,7 @@ "axe-core": "4.10.2", "browsertime": "23.5.0", "cli-color": "2.0.4", - "coach-core": "8.0.2", + "coach-core": "8.1.1", "concurrent-queue": "7.0.2", "dayjs": "1.11.11", "fast-crc32c": "2.0.0", @@ -4262,9 +4262,9 @@ } }, "node_modules/coach-core": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.0.2.tgz", - "integrity": "sha512-iszL8uyaP0KrcFXMYs2nGp1GEPggFAPZyClj6oiZBsXGB/aTdpZs1wmreSAs3bdx7amV9zHEN5Nm53FgWWraFQ==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-8.1.1.tgz", + "integrity": "sha512-bQ+kxlTLbw++d6wAlNTcAxmv4Z/fBCnc65lGK9umlRsgCL+oEC2m15LqKpeXU9PPZkptLVxOIOh3dvyEeOn+qQ==", "dependencies": { "filter-files": "0.4.0", "json-stable-stringify": "1.0.2", @@ -4272,7 +4272,7 @@ "lodash.merge": "4.6.2", "lodash.sortby": "4.7.0", "pagexray": "4.4.4", - "third-party-web": "0.24.0", + "third-party-web": "0.26.2", "wappalyzer-core": "6.10.66" }, "engines": { @@ -10905,9 +10905,9 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "node_modules/third-party-web": { - "version": "0.24.0", - "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.24.0.tgz", - "integrity": "sha512-mMkV7LE857QCG9DM/mkZoqsEEbJmtimnWBgm/bAmJuRlfVM29OLhPFse1ayrW1xmtJqg7bVU6ZBtjz8vVQGq2g==" + "version": "0.26.2", + "resolved": "https://registry.npmjs.org/third-party-web/-/third-party-web-0.26.2.tgz", + "integrity": "sha512-taJ0Us0lKoYBqcbccMuDElSUPOxmBfwlHe1OkHQ3KFf+RwovvBHdXhbFk9XJVQE2vHzxbTwvwg5GFsT9hbDokQ==" }, "node_modules/through": { "version": "2.3.8", diff --git a/package.json b/package.json index 9c42f4b9e..7b58e55c3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@slack/webhook": "7.0.4", "axe-core": "4.10.2", "browsertime": "23.5.0", - "coach-core": "8.0.2", + "coach-core": "8.1.1", "cli-color": "2.0.4", "concurrent-queue": "7.0.2", "dayjs": "1.11.11",