From a9257e0f3fdbacbf3d6f707c639055b70732b1fd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 14 Apr 2024 16:51:55 +0200 Subject: [PATCH] upgrade dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index debd85e..b32a23d 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "url": "http://github.com/rse/typopro/issues" }, "dependencies": { - "npm-install-fetch": "1.3.4", - "shx": "0.3.3" + "npm-install-fetch": "1.3.12", + "shx": "0.3.4" }, "scripts": { "install": "npm-install-fetch",