diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d64c97e1a..bf5c004c8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 461 Jaco Remove invalid firebaseapp listing (#2316) 335 mhusnirizal update all.json (#2321) 281 Frank Update all.json (#2305) - 251 Tim Janssen Update all.json (#2324) + 252 Tim Janssen Update all.json (#2325) 95 michalisFr Update all.json from Allure Security findings (#2322) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 5e3d4e222..1c55f5fad 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "zendeskauth.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -13233,6 +13232,7 @@ "zealtm.group", "zeitgeistsale.live", "zellespay.com", + "zendeskauth.com", "zerionwallet.com", "zero-swap.site", "zilochain.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 4e9979285..205292197 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -107,6 +107,10 @@ "date": "2022-09-26", "url": "websynsi.firebaseapp.com" }, + { + "date": "2022-09-26", + "url": "zendeskauth.com" + }, { "date": "2022-09-25", "url": "0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a.live" diff --git a/package.json b/package.json index 2101f7f0f..1f61915a1 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-11-x", + "version": "0.18.10-12-x", "versions": { - "git": "0.18.10-11-x", + "git": "0.18.10-12-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 196dd9cc6..579853234 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-11-x", + "version": "0.18.10-12-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.19.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9104ef2a1..be7deb8b7 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.10-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-12-x' };