add ip package as an actual dependency

This commit is contained in:
Joel Wetzell
2026-04-07 14:11:03 -05:00
parent d7e1f8ffc1
commit 2f6188e2d8
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -14,6 +14,7 @@
"bonjour": "3.5.1",
"electron-updater": "6.8.3",
"html-to-vdom": "0.7.0",
"ip": "2.0.1",
"lodash": "4.17.23",
"md5": "2.3.0",
"netmask": "2.0.2",
@@ -4285,6 +4286,12 @@
"node": ">= 0.4"
}
},
"node_modules/ip": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
"license": "MIT"
},
"node_modules/ip-address": {
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.0.tgz",
+1
View File
@@ -34,6 +34,7 @@
"bonjour": "3.5.1",
"electron-updater": "6.8.3",
"html-to-vdom": "0.7.0",
"ip": "2.0.1",
"lodash": "4.17.23",
"md5": "2.3.0",
"netmask": "2.0.2",