From dd94660890d480e92583bf020076057e4e57a0b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 17:35:33 +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 43401e7..b10e796 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "pluralize": "^8.0.0", "redis": "^4.5.1", "reflect-metadata": "0.1.13", - "rimraf": "^3.0.2", + "rimraf": "^4.0.0", "rxjs": "^7.5.5", "socket.io": "^4.5.4", "ts-mixer": "^6.0.2",