From bc6060cec60c518d8cd44267bdc56ad119bb9e10 Mon Sep 17 00:00:00 2001 From: Daniel Adams Date: Tue, 17 Dec 2024 10:44:16 -1000 Subject: [PATCH] Bump beacon ver to include new image checks --- utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/package.json b/utils/package.json index 6756bd9..3e0d389 100644 --- a/utils/package.json +++ b/utils/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "axios": "^0.27.2", - "sig-beacon": "^0.0.9", + "sig-beacon": "^0.0.10", "three": "^0.166.1", "uuid": "^8.3.2" },