From 55b7baa7cf8c25ea8b23b5bc98305b2095728887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:13:22 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump axios from 1.13.2 to 1.13.4 Bumps [axios](https://github.com/axios/axios) from 1.13.2 to 1.13.4. - [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.13.4) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e809770..9157d11f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ ], "dependencies": { "artillery": "^2.0.28", - "axios": "^1.13.2", + "axios": "^1.13.4", "jsonwebtoken": "^9.0.3", "pino": "^9.11.0" }, @@ -6648,9 +6648,9 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.4.tgz", + "integrity": "sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 06f40044..3ac83072 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ ], "dependencies": { "artillery": "^2.0.28", - "axios": "^1.13.2", + "axios": "^1.13.4", "jsonwebtoken": "^9.0.3", "pino": "^9.11.0" },