From ee966d25eee0268e95a7f947f5c677f03c6b7378 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Jan 2024 14:55:02 +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 32bfa1a2b..16e748660 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "dependencies": { "@scaleleap/amazon-marketplaces": "^17.1.0", "agentkeepalive": "4.2.1", - "axios": "0.27.2", + "axios": "1.6.4", "client-oauth2": "4.3.3", "fp-ts": "2.12.1", "http-status-codes": "2.2.0",