From 949adeaab259c04b71700222c6e4c98441d0d491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 15:06:30 +0000 Subject: [PATCH] Bump axios from 0.17.1 to 1.2.1 Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 1.2.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.17.1...v1.2.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production 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 c39e539..ddc86b4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", - "axios": "0.17.1", + "axios": "1.2.1", "material-ui": "^0.20.2", "moment": "^2.29.3", "react": "^17.0.2",