pubface 1.1.11 → 1.1.13

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "1.1.11"
2
+ ".": "1.1.13"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.13](https://github.com/postalsys/pubface/compare/v1.1.12...v1.1.13) (2026-09-10)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update nodemailer to 10.0.3 ([8597401](https://github.com/postalsys/pubface/commit/8597401ca3157db59bb45c45ddd4330b064cbc5d))
9
+
10
+ ## [1.1.12](https://github.com/postalsys/pubface/compare/v1.1.11...v1.1.12) (2026-09-07)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** update nodemailer to 10.0.1 ([4656f4f](https://github.com/postalsys/pubface/commit/4656f4f29f7604782918d29b52e38976c3ac2217))
16
+
3
17
  ## [1.1.11](https://github.com/postalsys/pubface/compare/v1.1.10...v1.1.11) (2026-09-06)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pubface",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "Resolve public network interfaces for current machine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "ipaddr.js": "2.5.0",
32
- "nodemailer": "10.0.0"
32
+ "nodemailer": "10.0.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@eslint/js": "^10.0.1",