From 47c513a3cad86d79889980b4687dd5405634af50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:18:53 +0000 Subject: [PATCH] [CI Skip] release/stable 0.13.53 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-06.json | 4 ++++ package.json | 2 +- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cd88ef2a4..f5ef910dc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -7,7 +7,7 @@ 13 ccris02 Update all.json (#1510) 9 Dan Shields add multipe reported scams (#297) 8 grizzly375 Update all.json (#575) - 7 thwjanssen89 Update all.json (#1630) + 8 thwjanssen89 Update all.json (#1632) 6 ccris02 Adding few newly registered phishing sites (#344) 6 Florian Franzen Add "polkadot-bonus.network" (#105) 4 Idi Eradiri fake kanaria land sale (#1597) diff --git a/all.json b/all.json index 6602cf258..6e59005b7 100644 --- a/all.json +++ b/all.json @@ -2,7 +2,6 @@ "allow": [], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "trezor-recovery.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -7831,6 +7830,7 @@ "trconnect.uk", "treustewallet.com", "trezior.io.wallet.com.en.model-one-login.organo-pharma.com", + "trezor-recovery.online", "trezor-suites.com", "tŗezor.com", "trezoŕwallet.com", diff --git a/meta/2022-06.json b/meta/2022-06.json index eae9bdb7b..654ed68f0 100644 --- a/meta/2022-06.json +++ b/meta/2022-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-06-02", + "url": "trezor-recovery.online" + }, { "date": "2022-06-02", "url": "verifywallet.info" diff --git a/package.json b/package.json index 9ef3020fc..7aa6969f3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.52", + "version": "0.13.53", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d999446db..53e70d274 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.52", + "version": "0.13.53", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 43298ee07..c9cf3a782 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.13.52' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.53' };