From 87aa1d569836e5c4592b273dc6d5f9531cbd90f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Oct 2025 10:03:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181 - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0114ed7..cc09880 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@apollo/client": "^3.5.7", "axios": "^0.28.0", - "graphql": "^16.2.0", + "graphql": "^16.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", @@ -49,7 +49,7 @@ "redux": "^4.1.2", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.0", - "styled-components": "^5.3.3", + "styled-components": "^5.3.7", "twilio-video": "^2.25.0" } }