From 6c4935e5f5bac406c201dd86095590e5b2f1cc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:15:12 +0000 Subject: [PATCH] build(deps): bump axios from 0.21.4 to 0.26.0 Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.26.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.21.4...v0.26.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 5c2a920..2fa04dd 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.21.1", + "axios": "^0.26.0", "body-parser": "^1.19.0", "common-tags": "^1.8.0", "cors": "^2.8.5",