From 2ebfb1aca1a694d9f7ce2b123d93b91a1f4efcdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 13 Sep 2025 08:00:25 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filesystem/package.json b/packages/filesystem/package.json index 26ea7fcca..a8c5f0a71 100644 --- a/packages/filesystem/package.json +++ b/packages/filesystem/package.json @@ -27,7 +27,7 @@ "rimraf": "^2.6.2", "tar-fs": "^1.16.2", "touch": "^3.1.0", - "trash": "^4.0.1", + "trash": "^10.0.0", "uuid": "^3.2.1", "zip-dir": "^1.0.2" },