From 3e28470262e09f67272b4416674d89fe8c948164 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Mar 2023 19:46:16 +0000 Subject: [PATCH] fix: upgrade axios from 1.1.3 to 1.3.4 Snyk has created this PR to upgrade axios from 1.1.3 to 1.3.4. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/mck9/project/5ce5cfb0-265e-489f-a108-ddaa098aa7af?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 68634f2b..68c47752 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -58,7 +58,7 @@ "@fortawesome/fontawesome-free": "5.15.4", "@riophae/vue-treeselect": "0.4.0", "@toast-ui/editor": "3.2.1", - "axios": "1.1.3", + "axios": "1.3.4", "bootstrap": "^4.6.0", "bootstrap-icons": "1.9.1", "chartist": "0.11.4",