From d0b3467f67098d653d69828a7e7c5af5d008a1a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 11:55:50 +0000 Subject: [PATCH] fix: authentication/source/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- authentication/source/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication/source/package.json b/authentication/source/package.json index 5eba9113..651e9640 100644 --- a/authentication/source/package.json +++ b/authentication/source/package.json @@ -28,7 +28,7 @@ "dependencies": { "@aps_sdk/autodesk-sdkmanager": "^1.0.0", "@types/node": "^20.9.0", - "axios": "^1.7.8" + "axios": "^1.13.5" }, "devDependencies": { "prettier": "^2.8.8",