From fe51d652af3db8a931a0c612f422cc9a241c72ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 07:16:11 +0000 Subject: [PATCH] build(deps): Bump axios from 1.8.2 to 1.12.0 in /apps/api Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.0. - [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.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/package.json b/apps/api/package.json index b7aef214..2c81aa95 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -44,7 +44,7 @@ "ajv-formats": "^2.1.1", "ajv-keywords": "^5.1.0", "async-mutex": "^0.4.0", - "axios": "1.8.2", + "axios": "1.12.0", "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "class-transformer": "^0.5.1",