simple-wappalyzer 1.1.48 → 1.1.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "simple-wappalyzer",
3
3
  "description": "A simple way to interacting with Wappalyzer.",
4
4
  "homepage": "https://github.com/Kikobeats/simple-wappalyzer",
5
- "version": "1.1.48",
5
+ "version": "1.1.50",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -28,11 +28,11 @@
28
28
  "static"
29
29
  ],
30
30
  "dependencies": {
31
- "got": "~11.8.5",
32
- "jsdom": "~21.1.0",
31
+ "got": "~11.8.6",
32
+ "jsdom": "~22.0.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~4.1.2",
35
- "wappalyzer-core": "~6.10.51",
35
+ "wappalyzer-core": "~6.10.62",
36
36
  "write-json-file": "~4.3.0"
37
37
  },
38
38
  "devDependencies": {
@@ -35,6 +35,6 @@ const fetchCategories = async () => {
35
35
  return writeJsonFile('src/categories.json', categories)
36
36
  }
37
37
 
38
- Promise.all([fetchTechnologies(), fetchCategories()])
39
- .catch(err => console.error(err) && process.exit(0))
40
- .then(process.exit)
38
+ Promise.all([fetchTechnologies(), fetchCategories()]).catch(error =>
39
+ console.error(error)
40
+ )
@@ -347,7 +347,7 @@
347
347
  9
348
348
  ],
349
349
  "name": "Page builders",
350
- "priority": 2
350
+ "priority": 1
351
351
  },
352
352
  "52": {
353
353
  "groups": [