diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6df246ea1..44163898a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 575 Mich Update all.json (#2119) 451 Jaco Pin Github actions (#2126) 302 mhusnirizal update all.json (#2099) - 240 Frank Update all.json (#2152) + 241 Frank Update all.json (#2153) 193 Tim Janssen Update all.json (#2151) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index e8d3d30a7..764987feb 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "whitelist-reg.click", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -12108,6 +12107,7 @@ "weyu.pro", "wfree.digital", "whitelist-network.com", + "whitelist-reg.click", "whitelist-slot.com", "whitelist.host", "whitelistconnector.netlify.app", diff --git a/meta/2022-08.json b/meta/2022-08.json index 0985120fa..6a996e8cf 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -51,6 +51,10 @@ "date": "2022-08-31", "url": "web.flowlinksapp.com" }, + { + "date": "2022-08-31", + "url": "whitelist-reg.click" + }, { "date": "2022-08-30", "url": "0xzabo.com" diff --git a/package.json b/package.json index 6373023ff..73700142b 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-46-x", + "version": "0.18.7-47-x", "versions": { - "git": "0.18.7-46-x", + "git": "0.18.7-47-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f52220c0c..adabcb3e6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-46-x", + "version": "0.18.7-47-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5f8b4d42d..0a41ec1ac 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.18.7-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-47-x' };