From 4c5eda4f6ddcb4d998fa55faab45f5f11c5745e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 14:26:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8eff3b..a37de31 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "prepare": "yarn snyk-protect" }, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.6.4", "bulma": "^0.7.4", "firebase": "^6.0.2", "firebaseui": "^4.0.0",