From fae220b1f073e928847882fbcddd94a52bad337f Mon Sep 17 00:00:00 2001 From: Francesco Trotta Date: Sat, 3 Feb 2024 13:02:17 +0100 Subject: [PATCH] chore: update dependency shelljs to ^0.8.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da3b573d5df..10c8693e248 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "regenerator-runtime": "^0.14.0", "rollup-plugin-node-polyfills": "^0.2.1", "semver": "^7.5.3", - "shelljs": "^0.8.2", + "shelljs": "^0.8.5", "sinon": "^11.0.0", "vite-plugin-commonjs": "^0.10.0", "webdriverio": "^8.14.6",