From 5f4c9f58f15985935409c0684b6a47da162ff499 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Nov 2023 16:27:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 054cb51fa..139e81998 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@react-native-picker/picker": "^2.2.0", "@snyk/protect": "^1.940.0", "autosuggest-highlight": "^3.2.0", - "axios": "^0.27.1", + "axios": "^1.6.0", "classnames": "^2.3.1", "cookie-cutter": "^0.2.0", "core-js": "^3.19.1",