From d9aa42f7bc2199697895251ff4fd8487d73634c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:52:19 +0000 Subject: [PATCH] [CI Skip] bump/beta 0.18.14-5-x skip-checks: true --- CONTRIBUTORS | 1 + all.json | 2 +- meta/2022-07.json | 8 -------- meta/2022-12.json | 4 ---- package.json | 4 ++-- packages/phishing/package.json | 2 +- packages/phishing/src/packageInfo.ts | 2 +- 7 files changed, 6 insertions(+), 17 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 08041d38b..dfb8693e2 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -20,6 +20,7 @@ 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Abdulaziz Kamil Update all.json (#2562) + 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all.json b/all.json index f23e5a717..012ddaf5b 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,7 @@ { "allow": [ - "amplifyapp.com", "*.fleek.co", + "amplifyapp.com", "ddns.net", "ddns.us", "duckdns.org", diff --git a/meta/2022-07.json b/meta/2022-07.json index be1ac69b6..90bf62553 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -459,10 +459,6 @@ "date": "2022-07-27", "url": "corroboratehub.com" }, - { - "date": "2022-07-27", - "url": "d3bh89dd6mad4t.amplifyapp.com" - }, { "date": "2022-07-27", "url": "dapps-encrypted.online" @@ -3795,10 +3791,6 @@ "date": "2022-07-17", "url": "walletreconcile.com" }, - { - "date": "2022-07-17", - "url": "wallets.d3bh89dd6mad4t.amplifyapp.com" - }, { "date": "2022-07-17", "url": "webdapp-syncs.com" diff --git a/meta/2022-12.json b/meta/2022-12.json index 71b9e0dcc..c71a41638 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -903,10 +903,6 @@ "date": "2022-12-18", "url": "holders-tokens.com" }, - { - "date": "2022-12-18", - "url": "main.d2ppfxa01ibhbl.amplifyapp.com" - }, { "date": "2022-12-18", "url": "migrationchain.site" diff --git a/package.json b/package.json index 9dc3eae73..59abb188a 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-4-x", + "version": "0.18.14-5-x", "versions": { - "git": "0.18.14-4-x", + "git": "0.18.14-5-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 70cc15974..29a32b01a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-4-x", + "version": "0.18.14-5-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index edbac5268..10f3280ee 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.14-4-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-5-x' };