From 41ffe145085f7fd1334af7b1e364ce2bb8bc2d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:14:53 +0000 Subject: [PATCH] Bump axios from 0.15.2 to 1.15.0 in /types/axios-cancel Bumps [axios](https://github.com/axios/axios) from 0.15.2 to 1.15.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/v0.15.2...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- types/axios-cancel/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/axios-cancel/package.json b/types/axios-cancel/package.json index 3f66771e252b91..b93df62e725882 100644 --- a/types/axios-cancel/package.json +++ b/types/axios-cancel/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "axios": "0.15.2" + "axios": "1.15.0" } }