From 04023c8368184ea73e3ef93e2ffdfd68e3cc30fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 00:38:41 +0000 Subject: [PATCH] Bump axios from 0.15.2 to 1.6.0 in /types/axios-cancel Bumps [axios](https://github.com/axios/axios) from 0.15.2 to 1.6.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.6.0) --- updated-dependencies: - dependency-name: axios 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..01a72ff08da552 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.6.0" } }