From e0f3e9e372fc3d153798d54cc51a8a998965de20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:02:15 +0000 Subject: [PATCH] chore(deps): bump axios from 1.12.2 to 1.13.1 Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.1. - [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.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.1 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 658284897d..5650326315 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nstudio/trapezedev-project": "7.2.3", "@rigor789/resolve-package-path": "1.0.7", "archiver": "^7.0.1", - "axios": "1.12.2", + "axios": "1.13.1", "byline": "5.0.0", "chokidar": "4.0.3", "cli-table3": "0.6.5", @@ -3259,9 +3259,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.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.1.tgz", + "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", diff --git a/package.json b/package.json index 8b8a9a339a..fa63c209c9 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@rigor789/resolve-package-path": "1.0.7", "@nstudio/trapezedev-project": "7.2.3", "archiver": "^7.0.1", - "axios": "1.12.2", + "axios": "1.13.1", "byline": "5.0.0", "chokidar": "4.0.3", "cli-table3": "0.6.5",