From 2f4ec623129f87dbb73c338361f33f87c608bd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:21:34 +0000 Subject: [PATCH] Bump axios from 1.6.2 to 1.8.2 in /packages/server Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/package.json b/packages/server/package.json index baa7328b198..f4e4e46175a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -58,7 +58,7 @@ "@types/lodash": "^4.14.202", "@types/uuid": "^9.0.7", "async-mutex": "^0.4.0", - "axios": "1.6.2", + "axios": "1.8.2", "content-disposition": "0.5.4", "cors": "^2.8.5", "crypto-js": "^4.1.1",