diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e48f44ead..593d969a1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 460 Jaco 0.18.9 (#2307) 333 mhusnirizal update all.json (#2300) 281 Frank Update all.json (#2305) - 243 Tim Janssen Update all.json (#2308) + 244 Tim Janssen Update all.json (#2309) 94 michalisFr Added 0 new domains (#2303) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 3ef72d333..b5b95c2f1 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "walletsecurity.upliftingstar.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -12417,6 +12416,7 @@ "walletsecureonline.org", "walletsecureval.com", "walletsecurity.io", + "walletsecurity.upliftingstar.com", "walletsecurity.xyz", "walletsencrypt.net", "walletsencrypts.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 721cef9e7..3992b011d 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -3,6 +3,10 @@ "date": "2022-09-24", "url": "dpp-solution.web.app" }, + { + "date": "2022-09-24", + "url": "walletsecurity.upliftingstar.com" + }, { "date": "2022-09-23", "url": "allnodeauthenticator.com" diff --git a/package.json b/package.json index 35b0e3261..4fe508de9 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.10-0-x", + "version": "0.18.10-1-x", "versions": { - "git": "0.18.10-0-x", + "git": "0.18.10-1-x", "npm": "0.18.9" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 44f554878..4ac1e21fe 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.10-0-x", + "version": "0.18.10-1-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 5a0ad8f61..0cb847860 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.10-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.10-1-x' };