diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 41faaea05..cc5257020 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 574 Mich Update all.json (#1851) 427 Jaco Allow surge.sh as a top-level domain (#1901) - 264 mhusnirizal update all.json (#1906) + 265 mhusnirizal update all.json (#1911) 187 Frank Update all.json (#1910) 102 thwjanssen89 Update all.json (#1909) 84 michalisFr Update all.json from Allure Security findings (#1879) diff --git a/all.json b/all.json index a8af83375..43a4993f5 100644 --- a/all.json +++ b/all.json @@ -25,8 +25,6 @@ "zapto.org" ], "deny": [ - "syncerror.site", - "resolve.syncerror.site", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -8430,6 +8428,7 @@ "syncdev.online", "syncdirect.info", "syncedwallets.live", + "syncerror.site", "synceth.xyz", "syncfix.netlify.app", "syncfixaccess.net", diff --git a/meta/2022-07.json b/meta/2022-07.json index 874ed5266..54754f815 100644 --- a/meta/2022-07.json +++ b/meta/2022-07.json @@ -1,4 +1,12 @@ [ + { + "date": "2022-07-26", + "url": "resolve.syncerror.site" + }, + { + "date": "2022-07-26", + "url": "syncerror.site" + }, { "date": "2022-07-25", "url": "blockchainsfix.com" diff --git a/package.json b/package.json index d1cc3ce35..7c01c5d28 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.2-32-x", + "version": "0.18.2-33-x", "versions": { - "git": "0.18.2-32-x", + "git": "0.18.2-33-x", "npm": "0.18.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1d0d96ae2..d669efd03 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.2-32-x", + "version": "0.18.2-33-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 19deaca19..a6f8e0cd8 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-32-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.2-33-x' };