From 8c0c822fca84662bf3ee4d7a00137e9dce693099 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 04:40:30 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.2 to 1.8.2 in /apps/api 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] --- 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 f15598a8..08c1b044 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -40,7 +40,7 @@ "ajv-formats": "^2.1.1", "ajv-keywords": "^5.1.0", "async-mutex": "^0.4.0", - "axios": "1.6.2", + "axios": "1.8.2", "bcryptjs": "^2.4.3", "body-parser": "^1.20.0", "class-transformer": "^0.5.1",