diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 23e9501f0..858844076 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) 346 Frank Update all.json (#2500) - 316 Tim Janssen Update all.json (#2505) + 317 Tim Janssen Update all.json (#2506) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index d01b279f1..72a6b30b8 100644 --- a/all.json +++ b/all.json @@ -28,7 +28,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dapps-securechainnode.pages.dev", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -3118,6 +3117,7 @@ "dapps-reservetool.com", "dapps-resolves.tech", "dapps-rewards.com", + "dapps-securechainnode.pages.dev", "dapps-secured.com", "dapps-seedify.com", "dapps-seedify.live", diff --git a/meta/2022-10.json b/meta/2022-10.json index edea2cec9..27d28ed41 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -11,6 +11,10 @@ "date": "2022-10-31", "url": "dapp-brdg.web.app" }, + { + "date": "2022-10-31", + "url": "dapps-securechainnode.pages.dev" + }, { "date": "2022-10-31", "url": "modulefix.com" diff --git a/package.json b/package.json index 10b62dd28..15b38afdc 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-105-x", + "version": "0.18.11-106-x", "versions": { - "git": "0.18.11-105-x", + "git": "0.18.11-106-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0310edf0f..27bf7d7c7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-105-x", + "version": "0.18.11-106-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 3c37b3f65..6ace97adf 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.11-105-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-106-x' };