From d06d09606f8b57df86ffe5cf4b646f4f896b7d0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 18:59:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76344f5c..a29f6949 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "@js-joda/core": "^5.6.1", "@js-joda/timezone": "^2.18.2", - "axios": "~1.6.2", + "axios": "~1.6.3", "https-proxy-agent": "^7.0.2", "is-base64": "^1.1.0", "jsonwebtoken": "^9.0.2",