From 972dc17efd394971b679a2d6df7c984985f3a1ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 10:13:53 +0000 Subject: [PATCH] fix(deps): update dependency axios to v1 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af530f48..73e207a0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@uiw/react-markdown-preview": "^5.0.0", "@uiw/reset.css": "^1.0.6", "@wcj/dark-mode": "^1.0.15", - "axios": "^0.27.2", + "axios": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "~8.1.0",