From 5be4d0e5c1c4d2e0ec055c6ced7202848f033b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 08:26:41 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 1.6.0 in /client Bumps [axios](https://github.com/axios/axios) from 0.19.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.19.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 0ddbfb3..31cbce6 100644 --- a/client/package.json +++ b/client/package.json @@ -7,7 +7,7 @@ "react-dom": "16.4.2", "react-scripts": "1.1.4", "react-router-dom": "4.3.1", - "axios": "0.19.2" + "axios": "1.6.0" }, "scripts": { "start": "react-scripts start",