diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5b29a8136..9f3f036a1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 426 Jaco Another starter (#1880) 259 mhusnirizal update all.json (#1882) 185 Frank Update all.json (#1860) - 88 thwjanssen89 Update all.json (#1885) + 89 thwjanssen89 Update all.json (#1886) 82 michalisFr Update all.json from Allure Security findings (#1865) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 6397fa3c8..d80cff539 100644 --- a/all.json +++ b/all.json @@ -26,7 +26,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "lonkpost.pages.dev", "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", @@ -4705,6 +4704,7 @@ "logmainnetconnect.online", "logwalletconnect.online", "loliverse.io", + "lonkpost.pages.dev", "looksrareconnect.org", "looksrareliveconnect.org", "loopfixchains.site", diff --git a/meta/2022-07.json b/meta/2022-07.json index eb85fc9a4..cb5d5e28a 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -95,6 +95,10 @@ "date": "2022-07-22", "url": "itokenconnect.co" }, + { + "date": "2022-07-22", + "url": "lonkpost.pages.dev" + }, { "date": "2022-07-22", "url": "mainnetconnect.ml" diff --git a/package.json b/package.json index 4537248a5..cf49816f6 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-8-x", + "version": "0.18.2-9-x", "versions": { - "git": "0.18.2-8-x", + "git": "0.18.2-9-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c6f2cbb76..dfdc30b47 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-8-x", + "version": "0.18.2-9-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 f3f2bf60e..acc4ba03f 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-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-9-x' };