From 2e2a5ad1ae0c484c0361331b93faa0796f263d7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Mar 2025 07:01:23 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.11.8 to 3.13.0 Snyk has created this PR to upgrade @apollo/client from 3.11.8 to 3.13.0. 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 8eca57d..22920c6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preview": "vite preview" }, "dependencies": { - "@apollo/client": "^3.12.11", + "@apollo/client": "^3.13.0", "@babel/plugin-proposal-class-properties": "^7.17.12", "@popperjs/core": "^2.11.6", "@thekonz/apollo-lighthouse-subscription-link": "2.0.0-rc.1",