From fb4de6c9756809391f130a09f1b52bc753825270 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Aug 2021 18:18:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ADMZIP-1065796 - https://snyk.io/vuln/npm:plist:20180219 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 806446c9..a8bdd4f3 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,13 @@ ], "license": "Facebook Platform License", "dependencies": { - "adm-zip": "^0.4.7", + "adm-zip": "^0.5.2", "fastfall": "^1.5.1", "got": "^7.0.0", - "plist": "^2.1.0", + "plist": "^3.0.1", "progress": "^2.0.0", "pump": "^1.0.2", - "xcode": "^0.9.3" + "xcode": "^2.0.0" }, "peerDependencies": { "react-native": ">=0.44.0",