diff --git a/gateway/package.json b/gateway/package.json index 80fb972..14993e9 100644 --- a/gateway/package.json +++ b/gateway/package.json @@ -11,7 +11,7 @@ "start": "node dist/index.js" }, "dependencies": { - "@apollo/gateway": "0.48.0", + "@apollo/gateway": "0.48.1", "apollo-server": "3.6.3", "graphql": "15.8.0", "tslib": "2.3.1" diff --git a/posts-service/package.json b/posts-service/package.json index f181aa8..2cfe116 100644 --- a/posts-service/package.json +++ b/posts-service/package.json @@ -21,9 +21,9 @@ "test:e2e": "jest --config ./test/jest-e2e.json" }, "dependencies": { - "@apollo/federation": "0.35.0", - "@apollo/gateway": "0.48.0", - "@apollo/subgraph": "0.3.0", + "@apollo/federation": "0.35.1", + "@apollo/gateway": "0.48.1", + "@apollo/subgraph": "0.3.1", "@nestjs/common": "8.2.6", "@nestjs/core": "8.2.6", "@nestjs/graphql": "9.1.2", diff --git a/yarn.lock b/yarn.lock index 4ca5106..94d2c6f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -88,22 +88,22 @@ resolved "https://registry.yarnpkg.com/@apollo/core-schema/-/core-schema-0.2.0.tgz#4eb529ee27553eeb6c18cd27eb0b94f2bd8b22a8" integrity sha512-bhzZMIyzP3rynXwtUuEt2ENJIgKd9P/iR98VsuA3tOyYdWPjD5BfsrdWO0oIJXW/pjbbr0oHX5gqutFRKYuwAA== -"@apollo/federation@0.35.0", "@apollo/federation@^0.35.0": - version "0.35.0" - resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.35.0.tgz#5b8be9025a348046135072b8b087bb7eceed22c2" - integrity sha512-x05k4y3mh5UBfkdxVxQjac8q7YRAfax4gC5vO+bKADOQESSZ4n0/RGeVjUR+lRGkg6AzrSbn0mt0BTwD4ifmLQ== +"@apollo/federation@0.35.1", "@apollo/federation@^0.35.1": + version "0.35.1" + resolved "https://registry.yarnpkg.com/@apollo/federation/-/federation-0.35.1.tgz#8715731ad66b96cfdaa2b0408ea5f16839785542" + integrity sha512-8c9coGmulfgf6/lXfPigf+IpLFR5o9RoEynbfz3FIdTynRyGBO8iszjA6lBRUmcRX0HD1ihvnii71QnQk6DX4A== dependencies: - "@apollo/subgraph" "^0.3.0" + "@apollo/subgraph" "^0.3.1" apollo-server-types "^3.0.2" lodash.xorby "^4.7.0" -"@apollo/gateway@0.48.0": - version "0.48.0" - resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-0.48.0.tgz#36e5fa0752a031109e59adee096b7329d617ffbd" - integrity sha512-iohzA5o6wOWqgqmiAO4mWH1mcGAa0WxBGSlLJ2ddlxfpJWXxGLhx8RBzFZf1dRO6FYt2Gsw+f9taNMQja4KETw== +"@apollo/gateway@0.48.1": + version "0.48.1" + resolved "https://registry.yarnpkg.com/@apollo/gateway/-/gateway-0.48.1.tgz#d9c2d63303eed408301540462473e3eeab12fba1" + integrity sha512-Rvq1Ol2CMdGG2/1X7Hr+9ISaDsDSKtsl6aS77pzRcDkMlfsFrIu5sX5AXx9azkEFeAICU4SAeCzm0O+hDRM4yw== dependencies: "@apollo/core-schema" "^0.2.0" - "@apollo/federation" "^0.35.0" + "@apollo/federation" "^0.35.1" "@apollo/query-planner" "^0.8.0" "@josephg/resolvable" "^1.0.1" "@opentelemetry/api" "^1.0.1" @@ -115,6 +115,7 @@ apollo-server-errors "^2.5.0 || ^3.0.0" apollo-server-types "^0.9.0 || ^3.0.0" apollo-utilities "^1.3.0" + async-retry "^1.3.3" loglevel "^1.6.1" make-fetch-happen "^8.0.0" pretty-format "^27.4.6" @@ -148,10 +149,10 @@ deep-equal "^2.0.5" pretty-format "^27.4.6" -"@apollo/subgraph@0.3.0", "@apollo/subgraph@^0.3.0": - version "0.3.0" - resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-0.3.0.tgz#08c189b9050e99507923d2dd4f0acc0b0f6532c6" - integrity sha512-CS+NnzR9GqS0CaDo61Bh8bKNsmdgYQjPnV8a5TTVb60kp9fZW8r+TMMDmlAHs9aVl9/JZGbXgxrted/MX6Ctfg== +"@apollo/subgraph@0.3.1", "@apollo/subgraph@^0.3.1": + version "0.3.1" + resolved "https://registry.yarnpkg.com/@apollo/subgraph/-/subgraph-0.3.1.tgz#33e2ca8f87a8b0bb988888de794361db04cedd95" + integrity sha512-MWqzfZEcvN86iwwgsgkFnkoBvv/wCdw/qyXjayuZ4wwQgVZ8NpFNbUxjRC0MwKNHwBU/ZH1oDHOnC8WbUuUMsg== "@apollographql/apollo-tools@^0.5.1": version "0.5.1" @@ -2040,7 +2041,7 @@ asap@^2.0.0: resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= -async-retry@^1.2.1: +async-retry@^1.2.1, async-retry@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/async-retry/-/async-retry-1.3.3.tgz#0e7f36c04d8478e7a58bdbed80cedf977785f280" integrity sha512-wfr/jstw9xNi/0teMHrRW7dsz3Lt5ARhYNZ2ewpadnhaIp5mbALhOAP+EAdsC7t4Z6wqsDVv9+W6gm1Dk9mEyw==