From 33ef7014648e8747dade68e0f3b887ece6c555ed Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 4 Jan 2025 02:13:36 +0300 Subject: [PATCH] Update antietcd to 1.1.2 --- mon/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon/package.json b/mon/package.json index edbf8b54..55bb8136 100644 --- a/mon/package.json +++ b/mon/package.json @@ -9,7 +9,7 @@ "author": "Vitaliy Filippov", "license": "UNLICENSED", "dependencies": { - "antietcd": "^1.1.0", + "antietcd": "^1.1.2", "sprintf-js": "^1.1.2", "ws": "^7.2.5" },