resolve-email 4.0.46 → 4.0.47

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,14 @@ 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.46](https://github.com/bcomnes/resolve-email/compare/v4.0.45...v4.0.46)
10
+ ## [v4.0.47](https://github.com/bcomnes/resolve-email/compare/v4.0.46...v4.0.47)
11
+
12
+ ### Commits
13
+
14
+ - Merge pull request #191 from bcomnes/dependabot/submodules/disposable-email-domains-3684456 [`d80d512`](https://github.com/bcomnes/resolve-email/commit/d80d512246164f5177dc780f4fcbfefd93625f87)
15
+ - Bump disposable-email-domains from `3bef27c` to `3684456` [`9a77795`](https://github.com/bcomnes/resolve-email/commit/9a77795b941cdd88c455a68dd090f18d20a50a46)
16
+
17
+ ## [v4.0.46](https://github.com/bcomnes/resolve-email/compare/v4.0.45...v4.0.46) - 2026-04-28
11
18
 
12
19
  ### Merged
13
20
 
package/disposable.json CHANGED
@@ -4092,6 +4092,7 @@
4092
4092
  "dropjar.com",
4093
4093
  "droplar.com",
4094
4094
  "dropmail.me",
4095
+ "dropons.com",
4095
4096
  "dropout.co.uk",
4096
4097
  "dropsin.net",
4097
4098
  "dropzone.com",
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.46",
4
+ "version": "4.0.47",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"