From f42ba412d209d2d973c21946237326a046c14e8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:00:45 -0600 Subject: [PATCH] chore(deps): update dependency @apollo/subgraph to v2.8.3 (#282) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cadc658..7d44aa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,9 +55,9 @@ } }, "node_modules/@apollo/federation-internals": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.8.2.tgz", - "integrity": "sha512-EtHUF5Tcf2SHxRcWtchjT6Rqgp2jNYronoV/ynDvULIRl+U8Nvh1a3IgqTskWanyP/KGnYyRamk5x2DBQfxztg==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.8.3.tgz", + "integrity": "sha512-5GOeQ1I5C7uCU6ob/TbRGqWg2m+9qo8/8qlGhfaMUqN3ukSCmgkKUDdfg1M6sB3lDmIoL5tAoSkmJegKSaDR5A==", "license": "Elastic-2.0", "dependencies": { "@types/uuid": "^9.0.0", @@ -152,13 +152,13 @@ } }, "node_modules/@apollo/subgraph": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.8.2.tgz", - "integrity": "sha512-DYzuyF+1/PSSLN/z3JReABAD7QCfUHIsCDtWk134Pz7vo2oaJCLfL67kdbGew4TZyTnBn08oh0Z4F3X/5ZSQKw==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.8.3.tgz", + "integrity": "sha512-n00rjSstDEdD58Ug+9wCzOffrFcx6SAszKkYF/X1ugzBUruKNun+7S7wgd8m3KXImZwwQ5WTLiISBtTC8PRYsg==", "license": "MIT", "dependencies": { "@apollo/cache-control-types": "^1.0.2", - "@apollo/federation-internals": "2.8.2" + "@apollo/federation-internals": "2.8.3" }, "engines": { "node": ">=14.15.0"