From de8a6371eb3ab99671463c5347d39844bb4626d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Feb 2026 08:21:44 +0000 Subject: [PATCH] fix: orion-server/src/main/resources/webapp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- orion-server/src/main/resources/webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orion-server/src/main/resources/webapp/package.json b/orion-server/src/main/resources/webapp/package.json index 1e4f81c0..c844d289 100644 --- a/orion-server/src/main/resources/webapp/package.json +++ b/orion-server/src/main/resources/webapp/package.json @@ -7,7 +7,7 @@ "@material-ui/icons": "^4.5.1", "@material-ui/lab": "^4.0.0-alpha.49", "apexcharts": "^3.15.2", - "axios": "^0.19.2", + "axios": "^1.13.5", "express": "^4.17.1", "final-form": "^4.20.0", "gestalt": "^0.112.0",