From f9e8b0b0440d84e5c61e3a9b371bda2511df70fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Mar 2025 09:49:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a68b60..f8c0bce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "Apache-2.0", "dependencies": { "@oada/oada-id-client": "^1.0.8", - "axios": "^0.19.2", + "axios": "^1.8.3", "bluebird": "^3.5.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1",