diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c12467a3a..88058afb4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -669,8 +669,8 @@ importers: test/integration: devDependencies: '@apollo/client': - specifier: ^3.10.2 - version: 3.10.2(graphql@16.8.1) + specifier: ^3.10.3 + version: 3.10.3(graphql@16.8.1) '@interledger/http-signature-utils': specifier: 2.0.2 version: 2.0.2 @@ -756,8 +756,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.3(graphql@16.8.1): + resolution: {integrity: sha512-4EIgZnFmRO1laWv3NCxlVIxcvimG63djuAXvyXhpQH3wkNMv9SykrasKRN08+z+cn/fVisBOLmkSRdyNyP9f4A==} 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..6b78bd238d 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.3", "@interledger/http-signature-utils": "2.0.2", "@interledger/open-payments": "^6.9.0", "@koa/bodyparser": "^5.1.1",