From a283552f4a212cf3549aba252a8ef7848435c697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Jan 2022 09:43:35 +0000 Subject: [PATCH] :arrow_up: Bump axios from 0.23.0 to 0.25.0 Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.25.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.23.0...v0.25.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a8f61..052cc6c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@koishijs/plugin-manager": "^1.0.1", "@koishijs/plugin-status": "^5.0.1", "@koishijs/utils": "^5.0.0", - "axios": "^0.23.0", + "axios": "^0.25.0", "axios-logger": "^2.6.0", "canvaskit-wasm": "^0.32.0", "cheerio": "^1.0.0-rc.10",