From 5b1a07a37d332e32caf9ec4c4d69238e7e5f5820 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Feb 2024 02:13:59 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.1.1 to 3.9.4 Snyk has created this PR to upgrade @apollo/client from 3.1.1 to 3.9.4. See this package in npm: https://www.npmjs.com/package/@apollo/client See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/566445a9-0f08-4bf7-b35b-5533b1177110?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-apollo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-apollo/package.json b/examples/with-apollo/package.json index 5a8e0fb9e0014..2edd94953c47e 100644 --- a/examples/with-apollo/package.json +++ b/examples/with-apollo/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@apollo/client": "3.1.1", + "@apollo/client": "3.9.4", "deepmerge": "^4.2.2", "lodash": "4.17.20", "graphql": "^15.3.0",