From 8956f59b7551a56533ded827c021edc8f47eefa8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 15:38:06 +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 bfa73c1..40e8353 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ }, "homepage": "https://github.com/forkzero/cloud-lock-js#readme", "dependencies": { - "axios": "^0.19.0", + "axios": "^1.6.3", "https": "^1.0.0", "retry-axios": "^1.0.1" },