diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 62de324e3..df01a1702 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 598 mhusnirizal update all.json (#4290) 551 Jaco Allow addition of denySub entries (#4223) 96 michalisFr Added 0 new domains (#2338) - 54 alineherzman Update all.json (#4350) + 55 alineherzman Update all.json (#4351) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 16 Josip Š Update all.json (#4294) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index ecc2619fc..f61419650 100644 --- a/all.json +++ b/all.json @@ -33,7 +33,6 @@ "09sync00.duckdns.org", "0kxwallet.org", "0nlinebot.github.io", - "pkpmaq.top", "0pensea.co.uk", "0therside.com", "0vvwvuniswap.top", @@ -20016,6 +20015,7 @@ "pizwallet.com", "pizzazuki.com", "pjvibes.github.io", + "pkpmaq.top", "plaatshierjelink.com", "plague-taiyorobotics.pages.dev", "plaguworlzq.run", diff --git a/all/top/all.json b/all/top/all.json index 0b12b7a0b..65bfb1695 100644 --- a/all/top/all.json +++ b/all/top/all.json @@ -176,6 +176,7 @@ "pepedrop.top", "pepetoken.top", "pepeworld.top", + "pkpmaq.top", "plaiv.top", "plxclaim.top", "pnpiwj.top", diff --git a/meta/2024-04.json b/meta/2024-04.json new file mode 100644 index 000000000..03241591c --- /dev/null +++ b/meta/2024-04.json @@ -0,0 +1,6 @@ +[ + { + "date": "2024-04-01", + "url": "pkpmaq.top" + } +] diff --git a/meta/index.json b/meta/index.json index e2332e81b..11cea0a56 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2024-04", "2024-03", "2024-02", "2024-01", diff --git a/package.json b/package.json index b20cdd1f6..b800d0f11 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.5-14-x", + "version": "0.22.5-15-x", "versions": { - "git": "0.22.5-14-x", + "git": "0.22.5-15-x", "npm": "0.22.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index bedb2d241..0c00469e5 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.5-14-x", + "version": "0.22.5-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fd83dc7c7..14dd56ab8 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.22.5-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.5-15-x' };