From af84792522b6fadfd6cc548906fbd451fca8d9dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 13:03:16 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.2.6 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.2.6. - [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.27.2...v1.2.6) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cfd2007..c3e18c3 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "winston": "^3.3.3" }, "devDependencies": { - "axios": "^0.27.2", + "axios": "^1.2.6", "eslint": "^8.2.0", "mocha": "^10.0.0", "nodemon": "^2.0.6",