diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 278489dae..bd038c121 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 579 Mich Update all.json (#2370) 462 Jaco Bump TS (#2337) - 348 mhusnirizal update all.json (#2369) + 349 mhusnirizal update all.json (#2371) 295 Frank Update all.json (#2367) 264 Tim Janssen Update all.json (#2368) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index b8cc24492..5b50fd3c6 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ "zapto.org" ], "deny": [ - "fearlesswalletdesktop.io", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -4552,6 +4551,7 @@ "fastsolutionsapp.com", "fastsynchronization.com", "fastwebprotocol.com", + "fearlesswalletdesktop.io", "ferrum-network.site", "festive-knuth-9ba589.netlify.app", "fidalix.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 53e7f837f..45227cc36 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -7,6 +7,10 @@ "date": "2022-10-05", "url": "dapps-encryptoken.pages.dev" }, + { + "date": "2022-10-05", + "url": "fearlesswalletdesktop.io" + }, { "date": "2022-10-05", "url": "gdjdhdb.xyz" diff --git a/package.json b/package.json index eda4dcd30..b428f5974 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-52-x", + "version": "0.18.10-53-x", "versions": { - "git": "0.18.10-52-x", + "git": "0.18.10-53-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d32f9dc39..305022eae 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-52-x", + "version": "0.18.10-53-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 4bbc9497a..e61bdb883 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-52-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-53-x' };