From e61fa50088fa7369ac91370971ae7456fe07c03d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Mar 2022 13:37:44 +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 25203bfcc4..d239b2816f 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "node-fetch": "1.6.3", "nuclide-prebuilt-libs": "0.0.8", "nullthrows": "1.0.0", - "plist": "2.0.1", + "plist": "3.0.4", "react": "15.3.1", "react-devtools-core": "2.1.3", "react-dom": "15.3.1",