main
Elbert Alias 4 years ago
parent f5270fb2cf
commit 866e3ba4ab

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.3.3",
"version": "6.3.5",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -40,6 +40,6 @@
"wappalyzer": "./cli.js"
},
"dependencies": {
"puppeteer": "^5.2.1"
"puppeteer": "^5.3.0"
}
}

@ -76,10 +76,10 @@ debug@4, debug@^4.1.0, debug@^4.1.1:
dependencies:
ms "^2.1.1"
devtools-protocol@0.0.781568:
version "0.0.781568"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.781568.tgz#4cdca90a952d2c77831096ff6cd32695d8715a04"
integrity sha512-9Uqnzy6m6zEStluH9iyJ3iHyaQziFnMnLeC8vK0eN6smiJmIx7+yB64d67C2lH/LZra+5cGscJAJsNXO+MdPMg==
devtools-protocol@0.0.799653:
version "0.0.799653"
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.799653.tgz#86fc95ce5bf4fdf4b77a58047ba9d2301078f119"
integrity sha512-t1CcaZbvm8pOlikqrsIM9GOa7Ipp07+4h/q9u0JXBWjPCjHdBl9KkddX87Vv9vBHoBGtwV79sYQNGnQM6iS5gg==
end-of-stream@^1.1.0, end-of-stream@^1.4.1:
version "1.4.4"
@ -264,13 +264,13 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"
puppeteer@^5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.2.1.tgz#7f0564f0a5384f352a38c8cc42af875cd87f4ea6"
integrity sha512-PZoZG7u+T6N1GFWBQmGVG162Ak5MAy8nYSVpeeQrwJK2oYUlDWpHEJPcd/zopyuEMTv7DiztS1blgny1txR2qw==
puppeteer@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.3.0.tgz#0abf83d0f2d1273baf2b56885a813f8052903e33"
integrity sha512-GjqMk5GRro3TO0sw3QMsF1H7n+/jaK2OW45qMvqjYUyJ7y4oA//9auy969HHhTG3HZXaMxY/NWXF/NXlAFIvtw==
dependencies:
debug "^4.1.0"
devtools-protocol "0.0.781568"
devtools-protocol "0.0.799653"
extract-zip "^2.0.0"
https-proxy-agent "^4.0.0"
mime "^2.0.3"

@ -4,7 +4,7 @@
"author": "Wappalyzer",
"homepage_url": "https://www.wappalyzer.com/",
"description": "Identify web technologies",
"version": "6.3.3",
"version": "6.3.5",
"default_locale": "en",
"manifest_version": 2,
"icons": {

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com/",
"version": "6.3.3",
"version": "6.3.5",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -4818,8 +4818,8 @@
"<div[^>]+phase-banner-beta\\;confidence:25",
"<div[^>]+govuk-box-highlight\\;confidence:25"
],
"implies": "GOV.UK Toolkit",
"icon": "govuk.png",
"implies": "GOV.UK Toolkit",
"website": "https://github.com/alphagov/govuk_elements/"
},
"GOV.UK Frontend": {
@ -4831,13 +4831,13 @@
"<body[^>]+govuk-template__body\\;confidence:80",
"<a[^>]+govuk-link\\;confidence:10"
],
"icon": "govuk.png",
"js": {
"GOVUKFrontend": ""
},
"scripts": [
"govuk-frontend(?:[^>]*?([0-9a-fA-F]{7,40}|[\\d]+(?:.[\\d]+(?:.[\\d]+)?)?)|)[^>]*?(?:\\.min)?\\.js\\;version:\\1?a:"
],
"icon": "govuk.png",
"website": "https://design-system.service.gov.uk/"
},
"GOV.UK Template": {
@ -4851,25 +4851,25 @@
"<link[^>]+govuk-template-ie7[^>\"]+css",
"<link[^>]+govuk-template-ie8[^>\"]+css"
],
"icon": "govuk.png",
"js": {
"GOVUK": ""
},
"scripts": [
"govuk-template\\.js"
],
"icon": "govuk.png",
"website": "https://github.com/alphagov/govuk_template/"
},
"GOV.UK Toolkit": {
"cats": [
66
],
"icon": "govuk.png",
"js": {
"GOVUK.primaryLinks": "",
"GOVUK.details": "",
"GOVUK.modules": ""
"GOVUK.modules": "",
"GOVUK.primaryLinks": ""
},
"icon": "govuk.png",
"website": "https://github.com/alphagov/govuk_frontend_toolkit"
},
"GSAP": {
@ -15334,11 +15334,11 @@
"cats": [
59
],
"implies": "jQuery",
"icon": "jQuery.svg",
"implies": "jQuery",
"js": {
"jQuery.devbridgeAutocomplete": "",
"$.devbridgeAutocomplete": ""
"$.devbridgeAutocomplete": "",
"jQuery.devbridgeAutocomplete": ""
},
"scripts": [
"/devbridgeAutocomplete(?:-min)?\\.js",

Loading…
Cancel
Save