From 4eaaebeb1d135cdab6cb8442c7cdc35cb9fd78d0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 20:23:29 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.7.17 to 3.11.5 Snyk has created this PR to upgrade @apollo/client from 3.7.17 to 3.11.5. See this package in npm: @apollo/client See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/d6bf29b8-ebed-45e7-b3aa-f5b548b2b4f3?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 0bd311e1e989e..053d04b6a273d 100644 --- a/examples/with-apollo/package.json +++ b/examples/with-apollo/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "@apollo/client": "3.7.17", + "@apollo/client": "3.11.5", "deepmerge": "^4.2.2", "lodash": "4.17.21", "graphql": "^15.3.0",