From 17b4d6d57f9d566539fb2b2734d085fa5fb2ee01 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 23 Oct 2017 20:53:00 -0600 Subject: [PATCH] update git dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 575dc6b..7d19c5f 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "homepage": "https://git.daplie.com/Daplie/dig.js", "dependencies": { "cli": "^1.0.1", - "dns-suite": "git+https://git@git.daplie.com/Daplie/dns-suite#v1.1.0" + "dns-suite": "git+https://git.daplie.com/Daplie/dns-suite#v1.2" }, "optionalDependencies": { - "hexdump.js": "git+https://git@git.daplie.com/Daplie/hexdump.js#master" + "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" } }