From 06ad52d1a575e5cde33c9e3fc31c5c0d7534ae81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 18:35:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 054cb51fa..7ddaee039 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.4", "classnames": "^2.3.1", "cookie-cutter": "^0.2.0", "core-js": "^3.19.1",