From e8fe76aee82a6bc7d20ac9d2bcbb2d1a78386f03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 31 Oct 2023 01:55:54 +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 e158e954..0cf28f24 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@js-joda/core": "^5.5.3", "@js-joda/timezone": "^2.18.0", - "axios": "~1.4.0", + "axios": "~1.6.0", "https-proxy-agent": "^7.0.1", "is-base64": "^1.1.0", "jsonwebtoken": "^9.0.1",