From 16f0d7b69fdd40422280c129559cd51f73af0f69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Mar 2025 07:27:09 +0000 Subject: [PATCH] fix: services/idp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- services/idp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/idp/package.json b/services/idp/package.json index 77c4ed7a12e..b8094e83691 100644 --- a/services/idp/package.json +++ b/services/idp/package.json @@ -85,7 +85,7 @@ "@types/react-dom": "^17.0.2", "@types/react-redux": "^7.1.19", "@types/redux-logger": "^3.0.9", - "axios": "^0.27.2", + "axios": "^0.30.0", "classnames": "^2.2.6", "i18next": "^21.6.13", "i18next-browser-languagedetector": "^6.1.3",