From bac40df024c8a6129c44c1994239a04aa49ee918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 17:02:07 +0000 Subject: [PATCH] Bump axios from 1.12.2 to 1.13.2 Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.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.12.2...v1.13.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 334190f..7cc922e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@hapi/good-console": "^9.0.1", "@hapi/hapi": "^21.4.0", "ansi-colors": "^4.1.1", - "axios": "^1.6.7", + "axios": "^1.13.2", "axios-retry": "^3.1.2", "ejs": "^3.0.1", "flatted": "^3.2.4", @@ -960,9 +960,9 @@ } }, "node_modules/axios": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz", - "integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==", + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", + "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 185cf92..522a57c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@hapi/good-console": "^9.0.1", "@hapi/hapi": "^21.4.0", "ansi-colors": "^4.1.1", - "axios": "^1.6.7", + "axios": "^1.13.2", "axios-retry": "^3.1.2", "ejs": "^3.0.1", "flatted": "^3.2.4",