diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 10b1c6743..941cff90b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 698 mhusnirizal update all.json (#5092) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 123 alineherzman Update all.json (#5010) + 124 alineherzman Update all.json (#5113) 97 michalisFr Update address.json (#4380) 45 Tarik Gul 13.4.3 (#4958) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/all.json b/all.json index 7aaa1345e..355928c65 100644 --- a/all.json +++ b/all.json @@ -188,10 +188,10 @@ "2000-usdt.xyz", "2022-gift.com", "2024-manta.com", + "2025-dotvip.com", "203-25-119-115.plesk.page", "203-9-150-224.plesk.page", "203-9-150-237.plesk.page", - "2025-dotvip.com", "20de.fi", "21467167545613477-io-75475-net84388756.pages.dev", "217-61-128-227.plesk.page", diff --git a/all/com/all.json b/all/com/all.json index 16c7feb98..c03afb5af 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -31,6 +31,7 @@ "1token-im.com", "2022-gift.com", "2024-manta.com", + "2025-dotvip.com", "247metamaskrapidresponse.com", "24x7-bittreks.com", "24x7-ledger.com", diff --git a/meta/2025-06.json b/meta/2025-06.json index d510c6e00..6e9b2e53c 100644 --- a/meta/2025-06.json +++ b/meta/2025-06.json @@ -1,4 +1,8 @@ [ + { + "date": "2025-06-09", + "url": "2025-dotvip.com" + }, { "date": "2025-06-09", "url": "airdrop-bondex.xyz" diff --git a/package.json b/package.json index fe1cdb495..06bba3662 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.13-0-x", + "version": "0.25.13-1-x", "versions": { - "git": "0.25.13-0-x", + "git": "0.25.13-1-x", "npm": "0.25.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 8b6183544..275c1e7d7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.13-0-x", + "version": "0.25.13-1-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.5.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 1131154b3..e8bf5aafe 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.25.13-0-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.13-1-x' };