From 92cb224c965e6ab90b681c27e6f71fb76dfe194c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 00:48:00 +0000 Subject: [PATCH] Update axios requirement from ^1.13.2 to ^1.16.1 Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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.13.2...v1.16.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a15d1e..eec1070 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "@types/cookie-parser": "^1.4.10", "@types/express": "^4.17.23", "@types/node": "^24.10.1", - "axios": "^1.13.2", + "axios": "^1.16.1", "chai": "^4.5.0", "mocha": "^11.7.5", "typescript": "^5.9.3"