diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a546324f20..0ed00459d3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -748,8 +748,8 @@ importers: test/integration: devDependencies: '@apollo/client': - specifier: ^3.10.8 - version: 3.10.8(graphql@16.8.1) + specifier: ^3.11.2 + version: 3.11.2(graphql@16.8.1) '@interledger/http-signature-utils': specifier: 2.0.2 version: 2.0.2 @@ -835,13 +835,13 @@ packages: graphql: 16.8.1 dev: false - /@apollo/client@3.10.8(graphql@16.8.1): - resolution: {integrity: sha512-UaaFEitRrPRWV836wY2L7bd3HRCfbMie1jlYMcmazFAK23MVhz/Uq7VG1nwbotPb5xzFsw5RF4Wnp2G3dWPM3g==} + /@apollo/client@3.11.2(graphql@16.8.1): + resolution: {integrity: sha512-HVcsJChOVut6gmmf5YukTG52EXg0cxq0LU7I/0yZPcfcJOPW2cpVqveaxZt+B1fL6ZKrYVdSa2nfuK0oSpv0Yw==} peerDependencies: graphql: ^15.0.0 || ^16.0.0 graphql-ws: ^5.5.5 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 subscriptions-transport-ws: ^0.9.0 || ^0.11.0 peerDependenciesMeta: graphql-ws: diff --git a/test/integration/package.json b/test/integration/package.json index 0ad5921baf..52b8adc575 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@apollo/client": "^3.10.8", + "@apollo/client": "^3.11.2", "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "6.13.1", "@koa/bodyparser": "^5.1.1",