From 4ceed5182628d907a89edb4fd7c409aba8c9595d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 May 2025 07:34:30 +0000 Subject: [PATCH] fix: upgrade @apollo/client from 3.13.4 to 3.13.7 Snyk has created this PR to upgrade @apollo/client from 3.13.4 to 3.13.7. 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 1f3fa78..2404031 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "preview": "vite preview" }, "dependencies": { - "@apollo/client": "^3.13.1", + "@apollo/client": "^3.13.7", "@babel/plugin-proposal-class-properties": "^7.17.12", "@popperjs/core": "^2.11.6", "@thekonz/apollo-lighthouse-subscription-link": "2.0.0-rc.1",