diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8e3ac84da..c1899c655 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 366 Mich Update all.json (#1097) - 336 Jaco Bump deps (#1076) + 337 Jaco Additional reported URL (#1098) 114 mhusnirizal update all.json (#1096) 77 michalisFr Update all.json (#1036) 40 frankywild Update all.json (#1090) diff --git a/all.json b/all.json index da90e211c..ce01b9044 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "exosama.cc", "0vvvvuniswap.top", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1314,6 +1313,7 @@ "exoduswallet.site", "exoduswalletlink.com", "exoduswalletweb.org", + "exosama.cc", "extension-metamask.com.goboardup.com", "extension-metamask.com.homehubstudy.com", "extension-metamask.com.hustlernation254.com", diff --git a/meta/2022-02.json b/meta/2022-02.json index b9878ea51..00bba36fd 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -31,6 +31,10 @@ "date": "2022-02-13", "url": "easy-protocol.com" }, + { + "date": "2022-02-13", + "url": "exosama.cc" + }, { "date": "2022-02-13", "url": "nodesmartconnect.com" diff --git a/package.json b/package.json index 3ffc22200..793590c3f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.160", + "version": "0.8.161", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b8d0aa077..93d3dde86 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.160", + "version": "0.8.161", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 5d7db43f5..547194e43 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.8.160' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.161' };