From 9f9e8b38c5e5324dfc1bbe1541ec258fd33e31ee Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Jan 2023 23:13:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIEJAR-3149984 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 37c19cbd..e63fdb29 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-native-mock": "0.2.7", "react-timer-mixin": "0.13.3", "require-all": "2.0.0", - "superagent": "1.8.3", + "superagent": "2.0.0", "underscore": "1.8.3", "underscore.string": "3.2.2" },