v3.0.3: update deps

This commit is contained in:
AJ ONeal 2019-04-06 02:37:52 -06:00
parent bd907f2004
commit d5d44ea2d2
2 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"le-challenge-dns": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-3.0.2.tgz",
"integrity": "sha512-cmg26G2VdcRL9Ja8JegsES3B2jBTZ/LkkaqzrUAMRl2UQQiS/+kursn3J761ht58/sXOpYVp5V6rQwIXSknDbg=="
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/le-challenge-dns/-/le-challenge-dns-3.0.3.tgz",
"integrity": "sha512-6jz9YMpWhTXJKK+Id/S0j8R3oEiH6ya5WBTPzc7GsNR21voesejP7UJaDcdH9GQrjf7gBX3xyr4BlL/GplNBOw=="
},
"le-challenge-http": {
"version": "3.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "le-challenge-manual",
"version": "3.0.2",
"version": "3.0.3",
"description": "A cli-based strategy for node-letsencrypt. Prints the ACME challenge Token and Key and then waits for you to hit enter before continuing.",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js",
@ -27,7 +27,7 @@
"url": "https://git.coolaj86.com/coolaj86/le-challenge-manual.js/issues"
},
"dependencies": {
"le-challenge-dns": "^3.0.2",
"le-challenge-dns": "^3.0.3",
"le-challenge-http": "^3.0.0"
}
}