From 8dd61994f2b3642da3d5a6a7e272ee9709b2dd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 19:51:24 +0000 Subject: [PATCH] Bump axios from 0.18.0 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 0.18.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/v0.18.0...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51cd363..352a3a6 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "express": "4.16.4", "lodash": "4.17.4", "moment": "2.19.3", - "axios": "0.18.0", + "axios": "1.13.5", "jsonwebtoken": "8.3.0", "mongoose": "5.0.0" },