From 41b60dfde47eadfbf3db150d1952ad84570c9e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 02:04:44 +0000 Subject: [PATCH] chore(deps): update dependency @apollo/client to ^3.10.4 --- pnpm-lock.yaml | 8 ++++---- test/integration/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 715f4d51ea..66019bc06e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -672,8 +672,8 @@ importers: test/integration: devDependencies: '@apollo/client': - specifier: ^3.10.2 - version: 3.10.2(graphql@16.8.1) + specifier: ^3.10.4 + version: 3.10.4(graphql@16.8.1) '@interledger/http-signature-utils': specifier: 2.0.2 version: 2.0.2 @@ -759,8 +759,8 @@ packages: graphql: 16.8.1 dev: false - /@apollo/client@3.10.2(graphql@16.8.1): - resolution: {integrity: sha512-J4e2RQN4DgMthCqBtBOXOawYTWmdJprAWqv8rdYLmeW4/Pnrlrl4Hvb/zvENlitDAiRUU33Dc/3OJqIMEJAxNw==} + /@apollo/client@3.10.4(graphql@16.8.1): + resolution: {integrity: sha512-51gk0xOwN6Ls1EbTG5svFva1kdm2APHYTzmFhaAdvUQoJFDxfc0UwQgDxGptzH84vkPlo1qunY1FuboyF9LI3Q==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 diff --git a/test/integration/package.json b/test/integration/package.json index cb2ef6c365..a5e81ff753 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@apollo/client": "^3.10.2", + "@apollo/client": "^3.10.4", "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "^6.9.0", "@koa/bodyparser": "^5.1.1",