From ae3ea87a4c45c754c3894ed31ea8fbd2e928252e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Jan 2024 14:35:40 +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 1c3f1f4..44bd356 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test": "jest --coverage --detectOpenHandles" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.6.4", "xmlbuilder2": "^3.1.1" }, "devDependencies": {