diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0ed00459d3..4a85e7daca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -748,8 +748,8 @@ importers: test/integration: devDependencies: '@apollo/client': - specifier: ^3.11.2 - version: 3.11.2(graphql@16.8.1) + specifier: ^3.11.4 + version: 3.11.4(graphql@16.8.1) '@interledger/http-signature-utils': specifier: 2.0.2 version: 2.0.2 @@ -835,8 +835,8 @@ packages: graphql: 16.8.1 dev: false - /@apollo/client@3.11.2(graphql@16.8.1): - resolution: {integrity: sha512-HVcsJChOVut6gmmf5YukTG52EXg0cxq0LU7I/0yZPcfcJOPW2cpVqveaxZt+B1fL6ZKrYVdSa2nfuK0oSpv0Yw==} + /@apollo/client@3.11.4(graphql@16.8.1): + resolution: {integrity: sha512-bmgYKkULpym8wt8aXlAZ1heaYo0skLJ5ru0qJ+JCRoo03Pe+yIDbBCnqlDw6Mjj76hFkDw3HwFMgZC2Hxp30Mg==} 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 52b8adc575..a1032e1305 100644 --- a/test/integration/package.json +++ b/test/integration/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "devDependencies": { - "@apollo/client": "^3.11.2", + "@apollo/client": "^3.11.4", "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "6.13.1", "@koa/bodyparser": "^5.1.1",