diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 685590b86..f46f9f654 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 442 Jaco Remove unproven listings (#1975) 280 mhusnirizal update all.json (#1991) 206 Frank Update all.json (#1999) - 129 Tim Janssen Update all.json (#1998) + 130 Tim Janssen Update all.json (#2000) 88 michalisFr Update all.json from Allure Security findings (#1977) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 0261b3cfd..abdb315b5 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "verification.unicrypt.host", "0vvwwuniswap.top", "0vwwuniswap.top", "104.168.169.107", @@ -9891,6 +9890,7 @@ "verification-vvalletconnect.com", "verification-walet.online", "verification-wallet-protocol.com", + "verification.unicrypt.host", "verificationmetamask.rf.gd", "verificationprocess-metamask.io", "verificationtw.com", diff --git a/meta/2022-08.json b/meta/2022-08.json index 102cf4c36..b0f9b75bf 100644 --- a/meta/2022-08.json +++ b/meta/2022-08.json @@ -107,6 +107,10 @@ "date": "2022-08-04", "url": "systemserver.online" }, + { + "date": "2022-08-04", + "url": "verification.unicrypt.host" + }, { "date": "2022-08-04", "url": "walletre-activation.com" diff --git a/package.json b/package.json index 1a2771a16..2735ef469 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.3-46-x", + "version": "0.18.3-47-x", "versions": { - "git": "0.18.3-46-x", + "git": "0.18.3-47-x", "npm": "0.18.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 70132283e..a971e0b2c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.3-46-x", + "version": "0.18.3-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 f7ba86591..58a8815a0 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.3-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.3-47-x' };