Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Jun 28, 2024
1 parent 32f335b commit 2e15137
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 270 deletions.
32 changes: 4 additions & 28 deletions src/technologies/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2454,45 +2454,21 @@
"scriptSrc": "cf\\.aliyun\\.com/",
"website": "https://help.aliyun.com/document_detail/193141.html"
},
"All in One SEO": {
"All in One SEO Pack": {
"cats": [
54,
87
],
"cpe": "cpe:2.3:a:aioseo:all_in_one_seo:*:*:*:*:*:wordpress:*:*",
"description": "All in One SEO optimizes a WordPress website and its content for search engines.",
"meta": {
"generator": "^All in One SEO \\(AIOSEO\\) ([\\d\\.]+)\\;version:\\1"
},
"dom": {
"script.aioseo-schema": {}
},
"html": [
"<!-- All in One SEO Pack ([\\d.]+) \\;version:\\1",
"<!-- All in One SEO ([\\d.]+) \\;version:\\1"
],
"icon": "AIOSEO.svg",
"oss": true,
"implies": "WordPress",
"website": "https://aioseo.com"
},
"All in One SEO Pro": {
"cats": [
54,
87
],
"description": "All in One SEO optimizes a WordPress website and its content for search engines.",
"html": "<!-- All in One SEO Pro ([\\d.]+) \\;version:\\1",
"meta": {
"generator": "^All in One SEO Pro \\(AIOSEO\\) ([\\d\\.]+)\\;version:\\1"
},
"description": "All in One SEO plugin optimizes WordPress website and its content for search engines.",
"html": "<!-- All in One SEO Pack ([\\d.]+) \\;version:\\1",
"icon": "AIOSEO.svg",
"pricing": [
"freemium",
"low",
"recurring"
],
"implies": "WordPress",
"requires": "WordPress",
"website": "https://aioseo.com"
},
"Alli": {
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/g.json
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@
63
],
"cpe": "cpe:2.3:a:google:cloud_platform:*:*:*:*:*:*:*:*",
"description": "Google Cloud is a suite of cloud computing services.",
"description": "IT WORKS",
"icon": "Google Cloud.svg",
"website": "https://cloud.google.com"
},
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@
11
],
"cpe": "cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*",
"description": "WordPress1 is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system.",
"description": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system.",
"headers": {
"X-Pingback": "/xmlrpc\\.php$",
"link": "rel=\"https://api\\.w\\.org/\""
Expand Down
2 changes: 1 addition & 1 deletion tests/wpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const wpt = new WebPageTest(wptServer, wptApiKey)
* @throws {Error} If the test run fails or the response status code is not 200.
*/
function runWPTTest(url) {
const options = { key: wptApiKey, wappalyzerpr: PRnumber }
const options = { key: wptApiKey, wappalyzerPR: PRnumber }

console.log(`WPT test run for ${url} started`)
console.log('Options:', options)
Expand Down
Loading

0 comments on commit 2e15137

Please sign in to comment.