From aa1b0af6f02b94fc2ddb6c9cf16121466da7f62c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:42:02 +0000 Subject: [PATCH] fix: packages/client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- packages/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/package.json b/packages/client/package.json index a1cf82c..b8f587d 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@digitally-imported/dto": "workspace:*", - "axios": "^0.19.2", + "axios": "^1.6.4", "bluebird": "^3.7.2", "http-status-codes": "^1.4.0", "read-pkg-up": "^7.0.1",