From 1dda2ce1b3a5f9d47a72b8eea0d71f9d986ea0b1 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 13 May 2024 13:16:05 -0600 Subject: [PATCH] fix: bump acme-v2 and le-store-certbot to fix bugs on legacy systems --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a066eaa..c40d827 100644 --- a/package.json +++ b/package.json @@ -38,13 +38,13 @@ "dependencies": { "acme": "^1.3.5", "acme-dns-01-cli": "^3.0.0", - "acme-v2": "^1.8.6", + "acme-v2": "^1.8.7", "cert-info": "^1.5.1", "greenlock-store-fs": "^3.0.2", "keypairs": "^1.2.14", "le-challenge-fs": "^2.0.2", "le-sni-auto": "^2.1.9", - "le-store-certbot": "^2.2.3", + "le-store-certbot": "^2.2.4", "rsa-compat": "^2.0.8" }, "engines": {