diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c0129d5fb..3ba1e872b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 749 Frank Update all.json (#3731) - 733 Tim Janssen Update all.json (#3734) + 734 Tim Janssen Update all.json (#3735) 612 Mich Block fake moonbeam and some other scams (#3539) 540 Jaco Bump deps (#3540) 506 mhusnirizal update all.json (#3732) diff --git a/all.json b/all.json index 083b9f48b..34ddd7c61 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "collab-confirm.github.io", "09sync00.duckdns.org", "0therside.com", "0vvwvuniswap.top", @@ -3320,6 +3319,7 @@ "colinlandds.buzz", "collaabconnects.net", "collab-backend.online", + "collab-confirm.github.io", "collab-connect.land", "collab-helpdesk.com", "collab-holder-verification.com", diff --git a/all/io/all.json b/all/io/all.json index b9bdf22f3..5f9c4f8af 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -36,6 +36,7 @@ "coinfix.webflow.io", "coinprotocol.webflow.io", "colabland.io", + "collab-confirm.github.io", "collab-land-verification.github.io", "collab-pro.github.io", "collabland.io", diff --git a/meta/2023-08.json b/meta/2023-08.json index e36397cb9..aadf978be 100644 --- a/meta/2023-08.json +++ b/meta/2023-08.json @@ -31,6 +31,10 @@ "date": "2023-08-05", "url": "claimslink.app" }, + { + "date": "2023-08-05", + "url": "collab-confirm.github.io" + }, { "date": "2023-08-05", "url": "collab-pro.github.io" diff --git a/package.json b/package.json index b1357ed5f..31a3a5202 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.6-239-x", + "version": "0.21.6-240-x", "versions": { - "git": "0.21.6-239-x", + "git": "0.21.6-240-x", "npm": "0.21.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a63351967..d3bb65690 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.6-239-x", + "version": "0.21.6-240-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.3.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 560880059..efb8f3d11 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-239-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.6-240-x' };