From 940aec87fc544afb42609695319b88f61ab95397 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 00:01:21 +0000 Subject: [PATCH] fix: file-browser-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- file-browser-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 file-browser-ui/package.json diff --git a/file-browser-ui/package.json b/file-browser-ui/package.json old mode 100755 new mode 100644 index c8a07f86..e1381d2d --- a/file-browser-ui/package.json +++ b/file-browser-ui/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "async-props": "^0.3.2", - "axios": "^0.15.3", + "axios": "^1.12.0", "babel-cli": "^6.18.0", "babel-core": "^6.10.4", "babel-eslint": "^7.1.1",