From 058bf6f5dd91550ed99c8f39a2f7b7452270d55d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Apr 2026 08:12:32 +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-15965856 - https://snyk.io/vuln/SNYK-JS-AXIOS-15969258 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- orion-server/src/main/resources/webapp/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orion-server/src/main/resources/webapp/package.json b/orion-server/src/main/resources/webapp/package.json index f43902eb..3bb89b23 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.15.0", "express": "^4.17.1", "final-form": "^4.20.0", "gestalt": "^0.112.0", @@ -23,7 +23,7 @@ "react-json-view": "^1.19.1", "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", - "react-scripts": "^3.3.0", + "react-scripts": "^5.0.0", "redux": "^4.0.5", "redux-saga": "^1.1.3" },