From d698e4dcd7e6165a60e9e8d1505ea6e4d8708bca Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Thu, 22 Feb 2024 14:45:47 -0800 Subject: [PATCH] Bump axios version to 1.6.0 (#2699) --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 2c649e2a7..5de0d013d 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -103,7 +103,7 @@ class PackageJson(SimpleNamespace): DEPENDENCIES = { "@emotion/react": "11.11.1", - "axios": "1.4.0", + "axios": "1.6.0", "json5": "2.2.3", "next": "14.0.1", "next-sitemap": "4.1.8",