From 7856b35165d573f8f762fb2c5fe1766479cc8ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:12:57 +0000 Subject: [PATCH] chore(deps-dev): bump axios from 1.5.1 to 1.6.0 (#1482) Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.0. - [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/v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90150a4d..97c46e4f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/node": "20.8.9", "@types/react": "18.2.20", "@types/react-dom": "18.2.7", - "axios": "1.5.1", + "axios": "1.6.0", "cross-env": "7.0.3", "eslint": "8.52.0", "eslint-config-prettier": "9.0.0",