From ae188337c51c1cff8537e9c81a05baa0f420ebe1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 15:02:28 +0000 Subject: [PATCH] fix: packages/filesystem/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- packages/filesystem/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 26ea7fcca..814a0e585 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -24,10 +24,10 @@ "minimatch": "^3.0.4", "mv": "^2.1.1", "nsfw": "^1.2.1", - "rimraf": "^2.6.2", + "rimraf": "^4.0.0", "tar-fs": "^1.16.2", "touch": "^3.1.0", - "trash": "^4.0.1", + "trash": "^5.0.0", "uuid": "^3.2.1", "zip-dir": "^1.0.2" },