From 35774674ff6fa7f7e0d0d169e5cc7394bd1cae3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:24:59 +0000 Subject: [PATCH] build(deps): bump axios from 1.12.2 to 1.13.0 Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.13.0. - [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.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9120aa1..ac6f4c1 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ "build": "node scripts/build.js" }, "dependencies": { - "axios": "^1.9.0" + "axios": "^1.13.0" } } diff --git a/yarn.lock b/yarn.lock index 56cd8bb..b259c52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27,10 +27,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^1.9.0: - version "1.12.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7" - integrity "sha1-bDBzkBNs96InjQnOxjsTbfxubac= sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==" +axios@^1.13.0: + version "1.13.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.0.tgz#ead6f495f41f9c8869dcf7b0f24f5a4ab89707f0" + integrity sha512-zt40Pz4zcRXra9CVV31KeyofwiNvAbJ5B6YPz9pMJ+yOSLikvPT4Yi5LjfgjRa9CawVYBaD1JQzIVcIvBejKeA== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"