From 0681f52772679329ce3e08d4341799e830402fc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 11:02:31 +0000 Subject: [PATCH] build(deps): bump axios from 0.21.0 to 0.31.1 Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.31.1. - [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.21.0...v0.31.1) --- updated-dependencies: - dependency-name: axios dependency-version: 0.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 866c319..00da1ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "lodash": "4.17.20", "express": "4.17.1", - "axios": "0.21.0", + "axios": "0.31.1", "minimist": "1.2.5", "chalk": "4.1.0" }