diff --git a/package-lock.json b/package-lock.json index b934940..86a122f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,10 +5,10 @@ "requires": true, "packages": { "": { - "version": "0.3.5-dev", + "version": "0.3.6-dev", "license": "http://cogsmith.com/license/public", "dependencies": { - "@cogsmith/xt": "^0.0.3", + "@cogsmith/xt": "^0.0.8", "acme-client": "^4.1.3", "axios": "^0.21.1", "chalk": "^4.1.0", @@ -29,9 +29,9 @@ } }, "node_modules/@cogsmith/xt": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@cogsmith/xt/-/xt-0.0.3.tgz", - "integrity": "sha512-3VlHR7VpTNvORHR413UPYEvp03dtPl2ut8Q4yDAaP0GDaqCQceQTpnBgDgOW0j0NNhvSRPSiiIAt2yHkeysXPw==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@cogsmith/xt/-/xt-0.0.8.tgz", + "integrity": "sha512-pIGBi0XuVSi+ZlHgpqhewxEpdOPEFAgWCJV9WLrb40iNzsUm7o+h3DYYxEXTd14c9g/TGuPkBiEwk0RkVUwqcQ==", "dependencies": { "chalk": "^4.1.1", "lodash": "^4.17.21", @@ -2227,9 +2227,9 @@ }, "dependencies": { "@cogsmith/xt": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@cogsmith/xt/-/xt-0.0.3.tgz", - "integrity": "sha512-3VlHR7VpTNvORHR413UPYEvp03dtPl2ut8Q4yDAaP0GDaqCQceQTpnBgDgOW0j0NNhvSRPSiiIAt2yHkeysXPw==", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/@cogsmith/xt/-/xt-0.0.8.tgz", + "integrity": "sha512-pIGBi0XuVSi+ZlHgpqhewxEpdOPEFAgWCJV9WLrb40iNzsUm7o+h3DYYxEXTd14c9g/TGuPkBiEwk0RkVUwqcQ==", "requires": { "chalk": "^4.1.1", "lodash": "^4.17.21", diff --git a/package.json b/package.json index c1a2d54..02aaabc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "start": "node app.js" }, "dependencies": { - "@cogsmith/xt": "^0.0.7", + "@cogsmith/xt": "^0.0.8", "acme-client": "^4.1.3", "axios": "^0.21.1", "chalk": "^4.1.0", @@ -40,4 +40,4 @@ "yargs": "^16.2.0" }, "versiontaglast": "0.3.5" -} \ No newline at end of file +}