From 55d0f71d746aa1029263588fd2576ee5b8c43c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Apr 2025 22:33:30 +0000 Subject: [PATCH] Bump @apollo/client from 3.13.7 to 3.13.8 in the graphql-packages group Bumps the graphql-packages group with 1 update: [@apollo/client](https://github.com/apollographql/apollo-client). Updates `@apollo/client` from 3.13.7 to 3.13.8 - [Release notes](https://github.com/apollographql/apollo-client/releases) - [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/apollographql/apollo-client/compare/v3.13.7...v3.13.8) --- updated-dependencies: - dependency-name: "@apollo/client" dependency-version: 3.13.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: graphql-packages ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7db97a2ce47..ac3459d9206 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", - "@apollo/client": "^3.13.7", + "@apollo/client": "^3.13.8", "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/mdx": "^4.2.3", "@astrojs/partytown": "^2.1.4", @@ -403,9 +403,9 @@ } }, "node_modules/@apollo/client": { - "version": "3.13.7", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.13.7.tgz", - "integrity": "sha512-jOp8EctxOirgg5BSV0hgpcUSprrW7b9pf4r8ybUcY6Z+0T+ja5W82kI/rJeLUHxhT3YOKBm+72hWUHfsNIa+Fg==", + "version": "3.13.8", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.13.8.tgz", + "integrity": "sha512-YM9lQpm0VfVco4DSyKooHS/fDTiKQcCHfxr7i3iL6a0kP/jNO5+4NFK6vtRDxaYisd5BrwOZHLJpPBnvRVpKPg==", "license": "MIT", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", diff --git a/package.json b/package.json index 09ea1b9cc28..3cc73700900 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@11ty/eleventy-fetch": "^4.0.1", - "@apollo/client": "^3.13.7", + "@apollo/client": "^3.13.8", "@astro-community/astro-embed-youtube": "^0.5.6", "@astrojs/mdx": "^4.2.3", "@astrojs/partytown": "^2.1.4",