From 0d77a21e3aab78ced88a8fd2cf0733944bc6fb87 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Aug 2022 21:05:04 +0000 Subject: [PATCH] fix: upgrade axios from 0.26.1 to 0.27.2 Snyk has created this PR to upgrade axios from 0.26.1 to 0.27.2. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/a-oaw/project/575c1283-81d2-4fcd-845b-16e19cdce29d?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 15ad402c2b5551..954c4766232de0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "@markdoc/markdoc": "^0.1.3", "@soerenmartius/vue3-clipboard": "^0.1.2", "@vueuse/core": "^8.6.0", - "axios": "^0.26.0", + "axios": "^0.27.2", "canvas-confetti": "^1.5.1", "dayjs": "^1.10.7", "dompurify": "^2.3.9",