From 466afedc4230beb223d665ef8b6d8573be51e32d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Feb 2022 21:47:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PLIST-2405644 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8984e8f92..3993e2ca8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "lodash": "~2.4.1", "optimist": "^0.6.1", "rcedit": "0.2.0", - "plist": "^1.0.0", + "plist": "^3.0.4", "progress": "~1.1.7", "request": "~2.40.0", "rimraf": "^2.2.8",