From 7c7da4a8acefe5b9f3f8298654dfd02efc14b2f9 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Sat, 30 Nov 2024 06:54:06 +0000
Subject: [PATCH] fix: admin/package.json & admin/yarn.lock to reduce
 vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
---
 admin/package.json | 2 +-
 admin/yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/admin/package.json b/admin/package.json
index 43d1a0f8d5..877cd24f37 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -47,7 +47,7 @@
     "@azure/storage-queue": "12.17.0",
     "adm-zip": "^0.5.10",
     "applicationinsights": "^3.3.0",
-    "axios": "^1.7.4",
+    "axios": "^1.7.8",
     "bcryptjs": "^2.4.3",
     "bluebird": "^3.5.1",
     "connect-flash": "^0.1.1",
diff --git a/admin/yarn.lock b/admin/yarn.lock
index 273e30407b..62c7c33a49 100644
--- a/admin/yarn.lock
+++ b/admin/yarn.lock
@@ -3809,10 +3809,10 @@ available-typed-arrays@^1.0.7:
   dependencies:
     possible-typed-array-names "^1.0.0"
 
-axios@^1.7.4:
-  version "1.7.7"
-  resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
-  integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
+axios@^1.7.8:
+  version "1.7.8"
+  resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e"
+  integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==
   dependencies:
     follow-redirects "^1.15.6"
     form-data "^4.0.0"