From 46319ec8034824d8a562f3f449080400f2fc0218 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Wed, 10 Aug 2022 10:23:34 -0600 Subject: [PATCH] Update deps to fix hung actions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59150f9..b857b60 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "@actions/core": "1.9.1", - "async-neocities": "2.1.1", - "minimatch": "^5.0.0", + "async-neocities": "2.1.2", + "minimatch": "5.1.0", "ms": "2.1.3", "webassert": "3.0.2" },