Skip to content

Commit

Permalink
[Release]
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmpavel committed Dec 11, 2024
1 parent 20a4cc0 commit fdb5614
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13675,6 +13675,7 @@ belence.ml
belence.tk
belengendwin.com
belfastdistilleryco.com
belgianairways.com
beli4d.com
belibeli.shop
belice.com
Expand Down Expand Up @@ -24082,7 +24083,6 @@ deliveryquebec.com
deliveu.site
delivvr.com
deliy.ru
dell.com
dellfroi.ga
dellingr.com
delmang.com
Expand Down
2 changes: 1 addition & 1 deletion data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -13675,6 +13675,7 @@
"belence.tk",
"belengendwin.com",
"belfastdistilleryco.com",
"belgianairways.com",
"beli4d.com",
"belibeli.shop",
"belice.com",
Expand Down Expand Up @@ -24082,7 +24083,6 @@
"deliveu.site",
"delivvr.com",
"deliy.ru",
"dell.com",
"dellfroi.ga",
"dellingr.com",
"delmang.com",
Expand Down
2 changes: 1 addition & 1 deletion data/data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13674,6 +13674,7 @@ belence.ml
belence.tk
belengendwin.com
belfastdistilleryco.com
belgianairways.com
beli4d.com
belibeli.shop
belice.com
Expand Down Expand Up @@ -24081,7 +24082,6 @@ deliveryquebec.com
deliveu.site
delivvr.com
deliy.ru
dell.com
dellfroi.ga
dellingr.com
delmang.com
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
"validator": "^13.12.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/validator": "^13.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8.57.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13675,6 +13675,7 @@ export const DOMAINS = new Set([
"belence.tk",
"belengendwin.com",
"belfastdistilleryco.com",
"belgianairways.com",
"beli4d.com",
"belibeli.shop",
"belice.com",
Expand Down Expand Up @@ -24082,7 +24083,6 @@ export const DOMAINS = new Set([
"deliveu.site",
"delivvr.com",
"deliy.ru",
"dell.com",
"dellfroi.ga",
"dellingr.com",
"delmang.com",
Expand Down

0 comments on commit fdb5614

Please sign in to comment.