From a9982efb2bfcf8499b2b2c608d3f5cfe0763e84f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Sep 2024 10:24:48 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.11.2 to 3.11.6 Snyk has created this PR to upgrade @apollo/client from 3.11.2 to 3.11.6. See this package in npm: @apollo/client See this project in Snyk: https://app.snyk.io/org/shoutz0r-shared/project/71a76727-a61b-4cc8-aecd-bfff7773f421?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa79908..6ca7650 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preview": "vite preview" }, "dependencies": { - "@apollo/client": "^3.11.5", + "@apollo/client": "^3.11.6", "@babel/plugin-proposal-class-properties": "^7.17.12", "@popperjs/core": "^2.11.6", "@thekonz/apollo-lighthouse-subscription-link": "2.0.0-rc.1",