From 881032d70d96df6b8f01c84f180cfcf310849523 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Jun 2024 02:27:26 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.7.17 to 3.10.4 Snyk has created this PR to upgrade @apollo/client from 3.7.17 to 3.10.4. See this package in npm: @apollo/client See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/7d3fe4c1-0ac4-4437-b919-3a5377398eb8?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..12799b48d988f 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.10.4", "deepmerge": "^4.2.2", "lodash": "4.17.21", "graphql": "^15.3.0",