diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3cc3a2c08..3a056380e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 574 Mich Update all.json (#1851) 426 Jaco Another starter (#1880) - 259 mhusnirizal update all.json (#1882) + 260 mhusnirizal update all.json (#1892) 186 Frank Update all.json (#1888) 91 thwjanssen89 Update all.json (#1891) 84 michalisFr Update all.json from Allure Security findings (#1879) diff --git a/all.json b/all.json index d49572d46..f2245a4df 100644 --- a/all.json +++ b/all.json @@ -24,7 +24,6 @@ "zapto.org" ], "deny": [ - "dnode-dapp.surge.sh", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -3444,6 +3443,7 @@ "diwanvoyage.com", "dlapings.com", "dlweb.ru", + "dnode-dapp.surge.sh", "dnodeapp.com", "dnodeapp.netlify.app", "dnodefinrec.org", diff --git a/meta/2022-07.json b/meta/2022-07.json index efd4b4d3a..b6305eca0 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -15,6 +15,10 @@ "date": "2022-07-23", "url": "defioffchain.online" }, + { + "date": "2022-07-23", + "url": "dnode-dapp.surge.sh" + }, { "date": "2022-07-23", "url": "safemintnft.silvertrade.ltd" diff --git a/package.json b/package.json index a9edc8bcf..8bbc50656 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-14-x", + "version": "0.18.2-15-x", "versions": { - "git": "0.18.2-14-x", + "git": "0.18.2-15-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 349412b12..b34fef3ac 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-14-x", + "version": "0.18.2-15-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 3175a360f..643d277a9 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.2-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-15-x' };