From c6f922662bc8ea8178e635bdcbb09e66dbed7656 Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Thu, 25 Apr 2024 11:15:41 +0200 Subject: [PATCH] chore: update dependency shelljs to ^0.8.5 (#124) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a83389a..789511d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "mocha": "^9.0.1", "npm-license": "^0.3.3", "rollup": "^2.52.7", - "shelljs": "^0.8.4", + "shelljs": "^0.8.5", "typescript": "^5.4.2" } }