From 99a7f5b11afab0f165c312efb5fa49e956ebcace Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 14:12:30 +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 d1904d7..65de120 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "android" ], "dependencies": { - "axios": "^0.19.0", + "axios": "^1.6.0", "cheerio-without-node-native": "^1.0.0-rc.2", "snyk": "^1.231.0" },