diff --git a/CONTRIBUTORS b/CONTRIBUTORS index d0c11848b..19462accc 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) - 399 Tim Janssen Update all.json (#2695) + 400 Tim Janssen Update all.json (#2697) 396 Frank Update all.json (#2693) 376 mhusnirizal update all.json (#2696) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 685aed541..aa6cf3a89 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "auth.chainsolution.site", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -760,6 +759,7 @@ "auth-webconnect.net", "auth-webs.com", "auth.app-connect.io", + "auth.chainsolution.site", "authappsolvedapps.com", "authappsvault.com", "authassets.icu", diff --git a/meta/2022-12.json b/meta/2022-12.json index 2e47498ea..24167e86e 100644 --- a/meta/2022-12.json +++ b/meta/2022-12.json @@ -3,6 +3,10 @@ "date": "2022-12-16", "url": "airdropwalletapp.pages.dev" }, + { + "date": "2022-12-16", + "url": "auth.chainsolution.site" + }, { "date": "2022-12-16", "url": "smartresolve-fix.live" diff --git a/package.json b/package.json index 8cb84dd70..edfef0544 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-46-x", + "version": "0.18.13-47-x", "versions": { - "git": "0.18.13-46-x", + "git": "0.18.13-47-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7935729f2..88cb445a3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-46-x", + "version": "0.18.13-47-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 65c119550..4047f5b65 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-46-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-47-x' };