diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cac1f7bf6b..6029675f3b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -724,8 +724,8 @@ importers: test/integration: devDependencies: '@apollo/client': - specifier: ^3.10.6 - version: 3.10.6(graphql@16.8.1) + specifier: ^3.10.8 + version: 3.10.8(graphql@16.8.1) '@interledger/http-signature-utils': specifier: 2.0.2 version: 2.0.2 @@ -811,8 +811,8 @@ packages: graphql: 16.8.1 dev: false - /@apollo/client@3.10.6(graphql@16.8.1): - resolution: {integrity: sha512-3lLFGJtzC1/mEnK11BRf+Bf8536kBQUSB1G9yMtcRsxmY+tCKdTPzsP3fMUKy10BPIE0sDUY1pux3iMPIn2vow==} + /@apollo/client@3.10.8(graphql@16.8.1): + resolution: {integrity: sha512-UaaFEitRrPRWV836wY2L7bd3HRCfbMie1jlYMcmazFAK23MVhz/Uq7VG1nwbotPb5xzFsw5RF4Wnp2G3dWPM3g==} 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 ec2fcb24c3..548b0ca0a7 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@apollo/client": "^3.10.6", + "@apollo/client": "^3.10.8", "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "6.11.1", "@koa/bodyparser": "^5.1.1",