From b33e1516be0b5e506c64e437667006e55e4e2ea0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Jan 2022 13:28:26 +0000 Subject: [PATCH] [CI Skip] release/stable 0.8.46 skip-checks: true --- CONTRIBUTORS | 2 +- all.json | 2 +- meta/2022-01.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 18667efc3..be7607598 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 324 Jaco Reformat root tsconfig.build.json (#957) 314 Mich Update all.json (#962) 83 mhusnirizal update all.json (#964) - 72 michalisFr Update all.json (#904) + 73 michalisFr Update all.json (#965) 24 Bill Laboon "tripple your DOT" scam (#838) 24 frankywild Update all.json (#954) 9 Dan Shields add multipe reported scams (#297) diff --git a/all.json b/all.json index 3cd279b43..305c69663 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "okexevent.live", "16-b.it", "1inch-wallet.org", "1metamask.com", @@ -1542,6 +1541,7 @@ "officialtoken.com", "officialwalletconnect.dev", "officialwalletconnect.tech", + "okexevent.live", "onchainwalletdaps.com", "oneledgerlive.com", "onewallet.network", diff --git a/meta/2022-01.json b/meta/2022-01.json index c0ff58cbd..516a8e784 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -11,6 +11,10 @@ "date": "2022-01-18", "url": "mobiledappsync.io" }, + { + "date": "2022-01-18", + "url": "okexevent.live" + }, { "date": "2022-01-18", "url": "tokenrestore.online" diff --git a/package.json b/package.json index f86ea68b0..991eccdee 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.45", + "version": "0.8.46", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index acdb83412..e0b7b77a2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.45", + "version": "0.8.46", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 01bde169a..585528d10 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.45' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.46' };