From b26001956ebf8727ee6bed38cd48720f2138beb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:46:00 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /packages/dota directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /packages/steam directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.9 to 1.15.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.7.9...v1.15.2) Updates `axios` from 1.2.0-alpha.1 to 1.15.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.7.9...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/dota/package.json | 2 +- packages/steam/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/dota/package.json b/packages/dota/package.json index 68c536fe8..065c75dad 100644 --- a/packages/dota/package.json +++ b/packages/dota/package.json @@ -30,7 +30,7 @@ "@types/long": "^5.0.0", "@types/lru-cache": "^7.10.10", "@vitalets/google-translate-api": "^9.2.1", - "axios": "1.7.9", + "axios": "1.15.2", "axios-retry": "^4.5.0", "body-parser": "^1.20.3", "chokidar": "^4.0.3", diff --git a/packages/steam/package.json b/packages/steam/package.json index d472de545..af917fd63 100644 --- a/packages/steam/package.json +++ b/packages/steam/package.json @@ -27,7 +27,7 @@ "dependencies": { "@dotabod/shared-utils": "workspace:*", "@node-steam/id": "^1.2.0", - "axios": "1.2.0-alpha.1", + "axios": "1.15.2", "bytebuffer": "^5.0.1", "dota2": "https://github.com/dotabod/node-dota2", "i18next": "^23.11.2",