From 59956ea868969ae39fe4ee9eaad38097a0cb00b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:48:06 +0000 Subject: [PATCH] chore(deps): bump axios in /example/react-router-rematch-old Bumps [axios](https://github.com/axios/axios) from 0.26.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.26.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/react-router-rematch-old/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/react-router-rematch-old/package.json b/example/react-router-rematch-old/package.json index 620c536..716217f 100644 --- a/example/react-router-rematch-old/package.json +++ b/example/react-router-rematch-old/package.json @@ -16,7 +16,7 @@ "@kkt/react-ssr-enhanced": "3.1.13", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", - "axios": "0.26.0", + "axios": "1.6.0", "cookie-parser": "1.4.3", "cookiejs": "1.0.15", "express": "~4.16.4",