From bc9c2b49ffdbf34894c4eea1d7af9b4ed34bfbf7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:31:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2cf1286..eb41e51 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "", "license": "MIT", "dependencies": { - "axios": "^1.6.0", + "axios": "^1.6.3", "@apollo/client": "^3.8.2", "babel-core": "^6.26.3", "babel-loader": "^8.3.0",