diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 60314413d..ff65a5303 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 340 Mich Update all.json (#1028) - 332 Jaco Bump deps (#1029) + 333 Jaco Update all.json (#1033) 98 mhusnirizal update all.json (#1026) 75 michalisFr Update all.json (#1030) 30 frankywild Update all.json (#1017) diff --git a/all.json b/all.json index f50434d4e..1dc7116e5 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "dot2x.com", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -997,6 +996,7 @@ "dot-giveaway.com", "dot-promo.com", "dot21.net", + "dot2x.com", "dot4.org", "dot4.tech", "dot4.top", diff --git a/meta/2022-02.json b/meta/2022-02.json index a40425822..2c35a399a 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-02-01", + "url": "dot2x.com" + }, { "date": "2022-02-01", "url": "dotdrop2x.com" diff --git a/package.json b/package.json index 20b8b4e52..19ed6ee00 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.102", + "version": "0.8.103", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a1c83d448..e2af2a8cf 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.102", + "version": "0.8.103", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 513ff828a..c5c96fa2e 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.102' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.103' };