From bc8053d1581a0c06148613329e8ed0f3d4861d0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 19:33:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 123a68b..1d1eac8 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "nodeos-boot-singleUser": "^0.5.2", "nodeos-boot-singleUserMount": "^0.5.2", "nodeos-mount-utils": "^0.2.0", - "rimraf": "^2.6.1" + "rimraf": "^4.0.0" } }