From b5d3d137b1c4f9efed605d72cab53150d3583ce7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 07:00:08 +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-9403194 --- 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..22d1936 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": "^0.30.0", "bluebird": "^3.7.2", "http-status-codes": "^1.4.0", "read-pkg-up": "^7.0.1",