diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 5fa5c4375..e5d1d8cd4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 583 Mich Update all.json (#2464) 463 Jaco 0.18.10 (#2382) 358 mhusnirizal update all.json (#2419) - 329 Frank Update all.json (#2459) + 330 Frank Update all.json (#2465) 300 Tim Janssen Update all.json (#2463) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 86f1f2285..52a9f07d3 100644 --- a/all.json +++ b/all.json @@ -99,7 +99,6 @@ "2chainencrypt.com", "2ethereum.website", "2fa-establish.com", - "dappsreauthenticator.firebaseapp.com", "2polkadot.com", "2rfleche.ma", "2xbinancelive.online", @@ -3418,6 +3417,7 @@ "dappsratifyserverlink.com", "dappsreapprove.com", "dappsreapprove.xyz", + "dappsreauthenticator.firebaseapp.com", "dappsreauthenticator.web.app", "dappsreauthonliine.com", "dappsreconfigure.com", diff --git a/meta/2022-10.json b/meta/2022-10.json index 373ca7fb4..eed56b08c 100644 --- a/meta/2022-10.json +++ b/meta/2022-10.json @@ -1,4 +1,8 @@ [ + { + "date": "2022-10-24", + "url": "dappsreauthenticator.firebaseapp.com" + }, { "date": "2022-10-24", "url": "dappsreauthenticator.web.app" diff --git a/package.json b/package.json index 40ea89097..1af442a70 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.11-71-x", + "version": "0.18.11-72-x", "versions": { - "git": "0.18.11-71-x", + "git": "0.18.11-72-x", "npm": "0.18.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 417d31528..916e0d073 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.11-71-x", + "version": "0.18.11-72-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 30c15616d..26439f01f 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-71-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.11-72-x' };