From cf4985e55cd64134d00bd2ad4b241261947ef81f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:04:58 +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..7e311ef8 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.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-redux": "~8.1.0",