From fa7484f25c492a232e139220061a2c1cca5e5cf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:15:41 +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 0a0fb6c..4284714 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "supertest": "^3.0.0" }, "dependencies": { - "axios": "^0.21.1", + "axios": "^1.6.4", "babel-cli": "^6.24.1", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3",