resolve-email 4.0.43 → 4.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [v4.0.43](https://github.com/bcomnes/resolve-email/compare/v4.0.42...v4.0.43)
10
+ ## [v4.0.45](https://github.com/bcomnes/resolve-email/compare/v4.0.44...v4.0.45)
11
+
12
+ ### Commits
13
+
14
+ - Merge pull request #189 from bcomnes/dependabot/submodules/disposable-email-domains-fe11737 [`5c54992`](https://github.com/bcomnes/resolve-email/commit/5c54992473c8830d8abdec3ff0b1148390255c1e)
15
+ - Bump disposable-email-domains from `9341a5d` to `fe11737` [`9c41f61`](https://github.com/bcomnes/resolve-email/commit/9c41f615bc7eab51917765de8a2eb7b68593aa91)
16
+
17
+ ## [v4.0.44](https://github.com/bcomnes/resolve-email/compare/v4.0.43...v4.0.44) - 2026-04-24
18
+
19
+ ### Commits
20
+
21
+ - Merge pull request #180 from bcomnes/dependabot/npm_and_yarn/typescript-574b0d5a74 [`c397f47`](https://github.com/bcomnes/resolve-email/commit/c397f473154927bb07cb4139bd5ca114d124127e)
22
+ - Merge pull request #188 from bcomnes/dependabot/submodules/disposable-email-domains-9341a5d [`0f7f8ec`](https://github.com/bcomnes/resolve-email/commit/0f7f8ec4c94344d7e47e8dbab1cd2e68eff4c434)
23
+ - Bump typescript in the typescript group across 1 directory [`331d0e2`](https://github.com/bcomnes/resolve-email/commit/331d0e2203c7895be95beee982b3dcfce724b3bc)
24
+
25
+ ## [v4.0.43](https://github.com/bcomnes/resolve-email/compare/v4.0.42...v4.0.43) - 2026-04-23
11
26
 
12
27
  ### Merged
13
28
 
package/disposable.json CHANGED
@@ -1381,6 +1381,7 @@
1381
1381
  "aa5zy64.com",
1382
1382
  "aaaargh.co.uk",
1383
1383
  "aaathats3as.com",
1384
+ "aachendate.de",
1384
1385
  "aakk.link",
1385
1386
  "aakkmail.com",
1386
1387
  "aaqwe.ru",
@@ -3054,6 +3055,7 @@
3054
3055
  "chasingshadows.co.uk",
3055
3056
  "chat.ru",
3056
3057
  "chataddict.com",
3058
+ "chatgptmail.shop",
3057
3059
  "chatgptuk.pp.ua",
3058
3060
  "chatich.com",
3059
3061
  "chattown.com",
@@ -3823,6 +3825,8 @@
3823
3825
  "diemhenvn.com",
3824
3826
  "digdig.org",
3825
3827
  "digi-value.fr",
3828
+ "digibeast.my",
3829
+ "digibeast.store",
3826
3830
  "diginey.com",
3827
3831
  "digital-filestore.de",
3828
3832
  "digital-message.com",
@@ -4389,6 +4393,7 @@
4389
4393
  "emaillime.com",
4390
4394
  "emailmiser.com",
4391
4395
  "emailmonkey.club",
4396
+ "emailmuaqat.shop",
4392
4397
  "emailna.co",
4393
4398
  "emailnator.com",
4394
4399
  "emailnax.com",
@@ -6102,6 +6107,7 @@
6102
6107
  "hidemail.pro",
6103
6108
  "hidemail.us",
6104
6109
  "hidesmail.net",
6110
+ "hidingmail.net",
6105
6111
  "hidmail.org",
6106
6112
  "hidzz.com",
6107
6113
  "hiemail.net",
@@ -10207,6 +10213,8 @@
10207
10213
  "napoleon.co.uk",
10208
10214
  "nara.org",
10209
10215
  "narcissist.co.uk",
10216
+ "narsub.online",
10217
+ "narsub.shop",
10210
10218
  "naseej.com",
10211
10219
  "nashvilleusa.com",
10212
10220
  "naslazhdai.ru",
@@ -13246,6 +13254,7 @@
13246
13254
  "thebeachpad.com",
13247
13255
  "thebearshark.com",
13248
13256
  "thebeesknees.co.uk",
13257
+ "thebest73.shop",
13249
13258
  "thebigs.com",
13250
13259
  "thebitches.com",
13251
13260
  "thebottom.co.uk",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "resolve-email",
3
3
  "description": "Resolve the domain of an email address to see if it even has a chance of delivering",
4
- "version": "4.0.43",
4
+ "version": "4.0.45",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"
@@ -14,7 +14,7 @@
14
14
  "installed-check": "^10.0.1",
15
15
  "neostandard": "^0.13.0",
16
16
  "npm-run-all2": "^8.0.1",
17
- "typescript": "~5.9.2"
17
+ "typescript": "~6.0.3"
18
18
  },
19
19
  "engines": {
20
20
  "node": ">=22.1.0",