From 5ba8d607c540588b0731931d9ae0fd1a27c4e8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 20:20:58 +0000 Subject: [PATCH] Bump axios from 0.21.4 to 0.27.0 Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.27.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.27.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 d25a162..ab38169 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "dependencies": { "@adiwajshing/baileys": "^3.3.0", "async": "^2.4.1", - "axios": "^0.21.0", + "axios": "^0.27.0", "cfonts": "^2.9.0", "dotenv": "^8.2.0", "brainly-scraper": "^1.0.3",