From 8ecd52e2b13b63b6cb3cecf0cd659949998566c6 Mon Sep 17 00:00:00 2001 From: canove Date: Wed, 6 Jan 2021 20:04:06 -0300 Subject: [PATCH] chore: updated axios --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 200114c..078c767 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.0.4", "@testing-library/user-event": "^12.1.7", - "axios": "^0.20.0", + "axios": "^0.21.1", "date-fns": "^2.16.1", "emoji-mart": "^3.0.0", "formik": "^2.2.0",