From 4f7aba833fd419345ca81e9f3d62945e15c9ddd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 17:56:31 +0000 Subject: [PATCH] build(deps): bump axios Bumps the npm_and_yarn group with 1 update in the /auth directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.12.0 to 1.13.5 - [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.12.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/package.json b/auth/package.json index c86791c..7b5f04f 100644 --- a/auth/package.json +++ b/auth/package.json @@ -9,7 +9,7 @@ "build": "cp -r src dist" }, "dependencies": { - "axios": "^1.12.0", + "axios": "^1.13.5", "body-parser": "^2.2.1", "express": "^5.2.0", "jose": "^6.1.3",