diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fe6247932..a3aa3ce50 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 597 Mich block 27 scams, all on the same hosting (#2678) 474 Jaco Bump deps (w/ deprecation warnings) (#2689) - 396 Tim Janssen Update all.json (#2680) + 397 Tim Janssen Update all.json (#2690) 394 Frank Update all.json (#2688) 374 mhusnirizal update all.json (#2686) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index b76e60bb9..f6cd3b696 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "fearlesswallet-desktop.io", - "xencrypto.solutions", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -4988,6 +4986,7 @@ "fastsolutionsapp.com", "fastsynchronization.com", "fastwebprotocol.com", + "fearlesswallet-desktop.io", "fearlesswallet.app", "fearlesswalletdesktop.io", "ferrum-network.site", @@ -14447,6 +14446,7 @@ "xcube.online", "xdapp.xyz", "xencrypto.live", + "xencrypto.solutions", "xenmint.network", "xgghif.xyz", "xii.jp", diff --git a/meta/2022-12.json b/meta/2022-12.json index c68f627c5..c49500889 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -15,6 +15,10 @@ "date": "2022-12-14", "url": "fast-dapp.site" }, + { + "date": "2022-12-14", + "url": "fearlesswallet-desktop.io" + }, { "date": "2022-12-14", "url": "fearlesswallet.app" @@ -39,6 +43,10 @@ "date": "2022-12-14", "url": "xencrypto.live" }, + { + "date": "2022-12-14", + "url": "xencrypto.solutions" + }, { "date": "2022-12-14", "url": "xenmint.network" diff --git a/package.json b/package.json index 5e2bf8ba6..bef6265c5 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-40-x", + "version": "0.18.13-41-x", "versions": { - "git": "0.18.13-40-x", + "git": "0.18.13-41-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1b63dd3f0..3baf08812 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-40-x", + "version": "0.18.13-41-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index e2ea5f2a4..f5fdd8b87 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.13-40-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-41-x' };