resolve-email 4.0.47 → 4.0.48

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.47](https://github.com/bcomnes/resolve-email/compare/v4.0.46...v4.0.47)
10
+ ## [v4.0.48](https://github.com/bcomnes/resolve-email/compare/v4.0.47...v4.0.48)
11
+
12
+ ### Commits
13
+
14
+ - Merge pull request #192 from bcomnes/dependabot/submodules/disposable-email-domains-166821e [`99946b5`](https://github.com/bcomnes/resolve-email/commit/99946b576925061bf94bd4dfee92d5c588d47ef4)
15
+ - Bump disposable-email-domains from `3684456` to `166821e` [`df7bb5e`](https://github.com/bcomnes/resolve-email/commit/df7bb5e096d6752d6018c35379e1083e70026e92)
16
+
17
+ ## [v4.0.47](https://github.com/bcomnes/resolve-email/compare/v4.0.46...v4.0.47) - 2026-04-29
11
18
 
12
19
  ### Commits
13
20
 
package/disposable.json CHANGED
@@ -7320,6 +7320,7 @@
7320
7320
  "kwilco.net",
7321
7321
  "kwtest.io",
7322
7322
  "kyal.pl",
7323
+ "kynninc.com",
7323
7324
  "kyois.com",
7324
7325
  "kyoto.org",
7325
7326
  "kyriog.fr",
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.47",
4
+ "version": "4.0.48",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"