diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 40b968cf1..2976cb488 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 451 Jaco Pin Github actions (#2126) 302 mhusnirizal update all.json (#2099) 237 Frank Update all.json (#2144) - 188 Tim Janssen Update all.json (#2141) + 189 Tim Janssen Update all.json (#2145) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 4d520ed8c..62d3917cf 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "connect.defisecure.site", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1797,6 +1796,7 @@ "connect-wallets.biz", "connect-wallets.com", "connect-wallets.live", + "connect.defisecure.site", "connect2chain.com", "connectaccess.online", "connectaccess.surge.sh", diff --git a/meta/2022-08.json b/meta/2022-08.json index 188a6bc9b..cad04b154 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -15,6 +15,10 @@ "date": "2022-08-30", "url": "bitgert.online" }, + { + "date": "2022-08-30", + "url": "connect.defisecure.site" + }, { "date": "2022-08-30", "url": "cryptoprotection.app" diff --git a/package.json b/package.json index 0f26ebbaf..d3c3c884e 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-37-x", + "version": "0.18.7-38-x", "versions": { - "git": "0.18.7-37-x", + "git": "0.18.7-38-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e89f40199..d4c747fd2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-37-x", + "version": "0.18.7-38-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 45ab96221..9af135a70 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-37-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-38-x' };