From 5666b8e5ddfcbf3960d8c39fee9c60678ffd21a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:22:47 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../App/complex/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker and Kubernetes - The complete guide/App/complex/client/package.json b/Docker and Kubernetes - The complete guide/App/complex/client/package.json index c32e36a..d055899 100644 --- a/Docker and Kubernetes - The complete guide/App/complex/client/package.json +++ b/Docker and Kubernetes - The complete guide/App/complex/client/package.json @@ -10,7 +10,7 @@ "react-dom": "^16.13.1", "react-scripts": "3.4.3", "react-router-dom": "4.3.1", - "axios": "0.18.0" + "axios": "1.6.0" }, "scripts": { "start": "react-scripts start",