diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d9c847053..542d6c6a2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 628 Tim Janssen Update all.json (#3461) 610 Mich block `rescue-ai.netlify.app` (#3375) 538 Jaco Adjust crosscheck to check for sub-domains (#3456) - 445 mhusnirizal update all.json (#3449) + 446 mhusnirizal update all.json (#3462) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 23 alineherzman Update address.json (#3438) diff --git a/all.json b/all.json index 986ebebf1..7335b589b 100644 --- a/all.json +++ b/all.json @@ -29,9 +29,6 @@ "zapto.org" ], "deny": [ - "vaultbox.live", - "web.vaultbox.live", - "webhostconnect-dapps.surge.sh", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0vvwvuniswap.top", @@ -16459,6 +16456,7 @@ "vault-linkingserver.live", "vault-serverdapp.live", "vaultauthentication.live", + "vaultbox.live", "vaultbypass.com", "vaultconnect.live", "vaultconnect.org", @@ -18547,6 +18545,7 @@ "webflowconnect.info", "webflowreauth.xyz", "webguru.top", + "webhostconnect-dapps.surge.sh", "webhostdapp.com", "webisync3.live", "weblink-bsc.com", diff --git a/all/live/all.json b/all/live/all.json index 6ee54b026..cac4e5cd5 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -1000,6 +1000,7 @@ "vault-linkingserver.live", "vault-serverdapp.live", "vaultauthentication.live", + "vaultbox.live", "vaultconnect.live", "vaultfix.live", "vaultguard.live", diff --git a/all/sh/all.json b/all/sh/all.json index 4f308e94b..4526b1f11 100644 --- a/all/sh/all.json +++ b/all/sh/all.json @@ -29,5 +29,6 @@ "walletaccess.surge.sh", "walletchainsync.surge.sh", "wcactivator.surge.sh", - "web3tabs.surge.sh" + "web3tabs.surge.sh", + "webhostconnect-dapps.surge.sh" ] diff --git a/meta/2023-06.json b/meta/2023-06.json index a220143aa..e80636010 100644 --- a/meta/2023-06.json +++ b/meta/2023-06.json @@ -3,6 +3,18 @@ "date": "2023-06-14", "url": "collablandconnect.live" }, + { + "date": "2023-06-14", + "url": "vaultbox.live" + }, + { + "date": "2023-06-14", + "url": "web.vaultbox.live" + }, + { + "date": "2023-06-14", + "url": "webhostconnect-dapps.surge.sh" + }, { "date": "2023-06-13", "url": "activatewalllet.org" diff --git a/package.json b/package.json index 75615fa25..8efd99f7f 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-9-x", + "version": "0.21.6-10-x", "versions": { - "git": "0.21.6-9-x", + "git": "0.21.6-10-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 85f0692bd..bd4a2d9ac 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-9-x", + "version": "0.21.6-10-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b4967b74a..7205f6a03 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.21.6-9-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-10-x' };