From 73925a9dfc809c1f4417f5247d1d1150e252ccfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:06 +0000 Subject: [PATCH] chore(deps-dev): bump axios from 1.16.1 to 1.17.0 Bumps [axios](https://github.com/axios/axios) from 1.16.1 to 1.17.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.16.1...v1.17.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.17.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 1b770dd3..5f03dfac 100644 --- a/bun.lock +++ b/bun.lock @@ -46,7 +46,7 @@ "@types/jsdom": "^28.0.3", "@types/lodash": "^4.17.24", "@types/pump": "^1.1.3", - "axios": "^1.16.1", + "axios": "^1.17.0", "concurrently": "^10.0.3", "husky": "^9.0.0", "lint-staged": "^17.0.7", diff --git a/package.json b/package.json index 16054d63..18cf9c93 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/jsdom": "^28.0.3", "@types/lodash": "^4.17.24", "@types/pump": "^1.1.3", - "axios": "^1.16.1", + "axios": "^1.17.0", "concurrently": "^10.0.3", "husky": "^9.0.0", "lint-staged": "^17.0.7",