From e2dd47e4a35c8ff7c6c3cde30db27b1bbedc1305 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 00:03:57 +0000 Subject: [PATCH] fix: neuronal_motifs/client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- neuronal_motifs/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuronal_motifs/client/package.json b/neuronal_motifs/client/package.json index 84032b5..24e69da 100644 --- a/neuronal_motifs/client/package.json +++ b/neuronal_motifs/client/package.json @@ -19,7 +19,7 @@ "@testing-library/user-event": "^13.5.0", "@turf/centroid": "^6.5.0", "@turf/turf": "^6.5.0", - "axios": "^0.26.0", + "axios": "^1.6.0", "cytoscape": "^3.23.0", "cytoscape-cose-bilkent": "^4.1.0", "cytoscape-fcose": "^2.1.0",