From 3c57d997ad702b0b3867531de7a73536b9bf27c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:03:00 +0000 Subject: [PATCH] Bump axios from 0.21.2 to 1.6.0 in /frontend/app Bumps [axios](https://github.com/axios/axios) from 0.21.2 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/v0.21.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/package.json b/frontend/app/package.json index 1a91ae1..6ee9bb7 100644 --- a/frontend/app/package.json +++ b/frontend/app/package.json @@ -11,7 +11,7 @@ "@material-ui/icons": "4.9.1", "@material-ui/styles": "4.10.0", "@paciolan/remote-component": "2.7.2", - "axios": "0.21.2", + "axios": "1.6.0", "react": "16.13.1", "react-dom": "16.13.1", "react-redux": "7.2.0",