From c1105b3b566b293c849922c7f600cc6b4f5f8ecb Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 28 Nov 2023 00:37:05 +0000
Subject: [PATCH] chore(deps): update all non-major dependencies (#7792)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@apollo/gateway](https://togithub.com/apollographql/federation) |
[`2.5.7` ->
`2.6.1`](https://renovatebot.com/diffs/npm/@apollo%2fgateway/2.5.7/2.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fgateway/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fgateway/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fgateway/2.5.7/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fgateway/2.5.7/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [@apollo/subgraph](https://togithub.com/apollographql/federation) |
[`2.5.7` ->
`2.6.1`](https://renovatebot.com/diffs/npm/@apollo%2fsubgraph/2.5.7/2.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@apollo%2fsubgraph/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@apollo%2fsubgraph/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@apollo%2fsubgraph/2.5.7/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@apollo%2fsubgraph/2.5.7/2.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [nock](https://togithub.com/nock/nock) | [`13.3.8` ->
`13.4.0`](https://renovatebot.com/diffs/npm/nock/13.3.8/13.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nock/13.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/nock/13.3.8/13.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/nock/13.3.8/13.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
apollographql/federation (@apollo/gateway)
###
[`v2.6.1`](https://togithub.com/apollographql/federation/blob/HEAD/gateway-js/CHANGELOG.md#261)
[Compare
Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.6.0...@apollo/gateway@2.6.1)
##### Patch Changes
- Updated dependencies
\[[`0d5ab01a`](https://togithub.com/apollographql/federation/commit/0d5ab01a4e91bac10f47732fee3fe4d8017f051f)]:
-
[@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.1
-
[@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.1
-
[@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.1
###
[`v2.6.0`](https://togithub.com/apollographql/federation/releases/tag/%40apollo/gateway%402.6.0)
[Compare
Source](https://togithub.com/apollographql/federation/compare/@apollo/gateway@2.5.7...@apollo/gateway@2.6.0)
##### Minor Changes
- Add more information to OpenTelemetry spans.
([#2700](https://togithub.com/apollographql/federation/pull/2700))
Rename `operationName` to `graphql.operation.name` and add a
`graphql.operation.type` attribute, in conformance with the
OpenTelemetry
Semantic Conventions for GraphQL. The `operationName` attribute is now
deprecated, but it is still emitted alongside `graphql.operation.name`.
Add a `graphql.document` span attribute to the `gateway.request` span,
containing the entire GraphQL source sent in the request. This feature
is disable by default.
When one or more GraphQL or internal errors occur, report them in the
OpenTelemetry span in which they took place, as an exception event. This
feature is disabled by default.
To enable the `graphql.document` span attribute and the exception event
reporting, add the following entries to your `ApolloGateway` instance
configuration:
```ts
const gateway = new ApolloGateway({
// ...
telemetry: {
// Set to `true` to include the `graphql.document` attribute
includeDocument: true,
// Set to `true` to report all exception events, or set to a number
// to report at most that number of exception events per span
reportExceptions: true,
// or: reportExceptions: 1
},
});
```
- Update `license` field in `package.json` to use `Elastic-2.0` SPDX
identifier
([#2741](https://togithub.com/apollographql/federation/pull/2741))
- Introduce the new `@policy` scope for composition
([#2818](https://togithub.com/apollographql/federation/pull/2818))
> Note that this directive will only be *fully* supported by the Apollo
Router as a GraphOS Enterprise feature at runtime. Also note that
*composition* of valid `@policy` directive applications will succeed,
but the resulting supergraph will not be *executable* by the Gateway or
an Apollo Router which doesn't have the GraphOS Enterprise entitlement.
Users may now compose `@policy` applications from their subgraphs into a
supergraph.
The directive is defined as follows:
```graphql
scalar federation__Policy
directive @policy(policies: [[federation__Policy!]!]!) on
| FIELD_DEFINITION
| OBJECT
| INTERFACE
| SCALAR
| ENUM
```
The `Policy` scalar is effectively a `String`, similar to the `FieldSet`
type.
In order to compose your `@policy` usages, you must update your
subgraph's federation spec version to v2.6 and add the `@policy` import
to your existing imports like so:
```graphql
@link(url: "https://specs.apollo.dev/federation/v2.6", import:
[..., "@policy"])
```
- Add graphql.operation.name attribute on gateway.plan span
([#2807](https://togithub.com/apollographql/federation/pull/2807))
##### Patch Changes
- Updated dependencies
\[[`b18841be`](https://togithub.com/apollographql/federation/commit/b18841be897e6d4f47454568776f199e2adb60ae),
[`e325b499`](https://togithub.com/apollographql/federation/commit/e325b499d592dabe61c93112c292c92ca10afbc5)]:
-
[@apollo/query-planner](https://togithub.com/apollo/query-planner)[@2](https://togithub.com/2).6.0
-
[@apollo/composition](https://togithub.com/apollo/composition)[@2](https://togithub.com/2).6.0
-
[@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.0
apollographql/federation (@apollo/subgraph)
###
[`v2.6.1`](https://togithub.com/apollographql/federation/blob/HEAD/subgraph-js/CHANGELOG.md#261)
[Compare
Source](https://togithub.com/apollographql/federation/compare/@apollo/subgraph@2.6.0...@apollo/subgraph@2.6.1)
##### Patch Changes
- Updated dependencies
\[[`0d5ab01a`](https://togithub.com/apollographql/federation/commit/0d5ab01a4e91bac10f47732fee3fe4d8017f051f)]:
-
[@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.1
###
[`v2.6.0`](https://togithub.com/apollographql/federation/releases/tag/%40apollo/subgraph%402.6.0)
[Compare
Source](https://togithub.com/apollographql/federation/compare/@apollo/subgraph@2.5.7...@apollo/subgraph@2.6.0)
##### Patch Changes
- Updated dependencies
\[[`b18841be`](https://togithub.com/apollographql/federation/commit/b18841be897e6d4f47454568776f199e2adb60ae),
[`e325b499`](https://togithub.com/apollographql/federation/commit/e325b499d592dabe61c93112c292c92ca10afbc5)]:
-
[@apollo/federation-internals](https://togithub.com/apollo/federation-internals)[@2](https://togithub.com/2).6.0
nock/nock (nock)
### [`v13.4.0`](https://togithub.com/nock/nock/releases/tag/v13.4.0)
[Compare
Source](https://togithub.com/nock/nock/compare/v13.3.8...v13.4.0)
##### Features
- add `context.query()` to nock back
([#2553](https://togithub.com/nock/nock/issues/2553))
([617511f](https://togithub.com/nock/nock/commit/617511ffb48cbf00928f9ee62292a2db3c124b11))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/apollo-server).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package-lock.json | 126 +++++++++++++++++++++++-----------------------
package.json | 6 +--
2 files changed, 66 insertions(+), 66 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index df6f52b31b3..47754e0595d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,8 +11,8 @@
],
"devDependencies": {
"@apollo/client": "3.8.7",
- "@apollo/gateway": "2.5.7",
- "@apollo/subgraph": "2.5.7",
+ "@apollo/gateway": "2.6.1",
+ "@apollo/subgraph": "2.6.1",
"@apollo/utils.createhash": "2.0.1",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
@@ -62,7 +62,7 @@
"jest-mock-random": "1.1.1",
"jest-serializer-html": "7.1.0",
"lodash.sumby": "4.6.0",
- "nock": "13.3.8",
+ "nock": "13.4.0",
"node-fetch": "2.7.0",
"prettier": "3.1.0",
"prettier-2": "npm:prettier@2.8.8",
@@ -144,13 +144,13 @@
}
},
"node_modules/@apollo/composition": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.5.7.tgz",
- "integrity": "sha512-Yx0F+GqKU0Yy6GJF7Rw7wgC5wPLG3eoReN7FUibswpZavf8HNTNniZu0BcB/rtOrAmznwCXkLw97KfAHQoj6YA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.1.tgz",
+ "integrity": "sha512-jj4Y/r15EX5N/e4VtU/ftxNQI8NyYDc2IS3Tq2/pUH57sM0HyCqJzwc0tVsptEAhwgYVzuFgiRXlchMjwer/Zg==",
"dev": true,
"dependencies": {
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-graphs": "2.5.7"
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-graphs": "2.6.1"
},
"engines": {
"node": ">=14.15.0"
@@ -160,9 +160,9 @@
}
},
"node_modules/@apollo/federation-internals": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.5.7.tgz",
- "integrity": "sha512-+c7m2c4FG4lMURZhtjFP59mm4/0zM49w6C/9uxryXriZKG3l3n5Ay12V/w9LNm7laoQkZjIBECBU39yT40mdBw==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.1.tgz",
+ "integrity": "sha512-6nsLtspVvJ3+41JDhhJkJIvLKHTZSZempPQjiaoehZJ9SU/8oPZQ9FomF8XGbgEZMKmnc+4/YweonQURusDW5w==",
"dev": true,
"dependencies": {
"@types/uuid": "^9.0.0",
@@ -191,14 +191,14 @@
}
},
"node_modules/@apollo/gateway": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-2.5.7.tgz",
- "integrity": "sha512-hLI15fg8O9FCCjo0f7H4CcMy6f2ux/U5MW1BU63xLtwJWCcxJhv2aaiEjdIkg4+RwbGB1JCPtQQ7EYZfNm+uXg==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-2.6.1.tgz",
+ "integrity": "sha512-lpTw1u8HAcG3ZIFhL/fYHyd+H4sgbK9K/RPaTpqaYReNCYYj0HRqUl5HrU3mhFbCEbyTyXZzVugIu6aDoTNvaQ==",
"dev": true,
"dependencies": {
- "@apollo/composition": "2.5.7",
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-planner": "2.5.7",
+ "@apollo/composition": "2.6.1",
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-planner": "2.6.1",
"@apollo/server-gateway-interface": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.createhash": "^2.0.0",
@@ -247,12 +247,12 @@
}
},
"node_modules/@apollo/query-graphs": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.5.7.tgz",
- "integrity": "sha512-6kWJw4dYrk70jLEy/5fcfDaKB0vaFYe+NoLwDEZu7K3U4Y191xxNwUbjxkmQZSBwQ95beGrtOu7XWmJCnzKPlA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.1.tgz",
+ "integrity": "sha512-7D7Rxcmy1/bQ7ZkTFocy+MbG1rhCEyrhCZj8WW5zgwMp0qfr/PCQxB1/fhU4pxdugXWZsgPlNi5o7O8iqeYKxQ==",
"dev": true,
"dependencies": {
- "@apollo/federation-internals": "2.5.7",
+ "@apollo/federation-internals": "2.6.1",
"deep-equal": "^2.0.5",
"ts-graphviz": "^1.5.4",
"uuid": "^9.0.0"
@@ -278,13 +278,13 @@
}
},
"node_modules/@apollo/query-planner": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/query-planner/-/query-planner-2.5.7.tgz",
- "integrity": "sha512-WQ6UZNkd52M1OT+K1/OdfK/+8ktgj+KVr97QRm91eoydHldyG6oBuxC/1zdTKPY8wzL1ku6xNwRiAMUNe5cNZg==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/query-planner/-/query-planner-2.6.1.tgz",
+ "integrity": "sha512-BdpqxyRS2ags3suVp9+mmxgK47Vv1SUKfqqCD4O4UO2dIzDadZBM6PzvIan0mGZeVFyZ9dyzM3TZ59Nhik5Rqg==",
"dev": true,
"dependencies": {
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-graphs": "2.5.7",
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-graphs": "2.6.1",
"@apollo/utils.keyvaluecache": "^2.1.0",
"chalk": "^4.1.0",
"deep-equal": "^2.0.5",
@@ -314,13 +314,13 @@
"link": true
},
"node_modules/@apollo/subgraph": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.5.7.tgz",
- "integrity": "sha512-XEpawcRL7JEmUbJsFOgFYsUDbsA+392kexch9EIlZWfc1afZmhLjzPOIAgn+KO9ohwOLkkmRjczehDwzQgYFkA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.6.1.tgz",
+ "integrity": "sha512-ldpmWKxNNWsAy6p8Wl5IxCKk4PXiQ7ketNHmcbxzRgKlpUDfc0k3oYS0pJstT9QSAdI3hbDnBr7oaj0S+8Cp9A==",
"dev": true,
"dependencies": {
"@apollo/cache-control-types": "^1.0.2",
- "@apollo/federation-internals": "2.5.7"
+ "@apollo/federation-internals": "2.6.1"
},
"engines": {
"node": ">=14.15.0"
@@ -11350,9 +11350,9 @@
}
},
"node_modules/nock": {
- "version": "13.3.8",
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz",
- "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==",
+ "version": "13.4.0",
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz",
+ "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==",
"dev": true,
"dependencies": {
"debug": "^4.1.0",
@@ -14806,19 +14806,19 @@
}
},
"@apollo/composition": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.5.7.tgz",
- "integrity": "sha512-Yx0F+GqKU0Yy6GJF7Rw7wgC5wPLG3eoReN7FUibswpZavf8HNTNniZu0BcB/rtOrAmznwCXkLw97KfAHQoj6YA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/composition/-/composition-2.6.1.tgz",
+ "integrity": "sha512-jj4Y/r15EX5N/e4VtU/ftxNQI8NyYDc2IS3Tq2/pUH57sM0HyCqJzwc0tVsptEAhwgYVzuFgiRXlchMjwer/Zg==",
"dev": true,
"requires": {
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-graphs": "2.5.7"
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-graphs": "2.6.1"
}
},
"@apollo/federation-internals": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.5.7.tgz",
- "integrity": "sha512-+c7m2c4FG4lMURZhtjFP59mm4/0zM49w6C/9uxryXriZKG3l3n5Ay12V/w9LNm7laoQkZjIBECBU39yT40mdBw==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/federation-internals/-/federation-internals-2.6.1.tgz",
+ "integrity": "sha512-6nsLtspVvJ3+41JDhhJkJIvLKHTZSZempPQjiaoehZJ9SU/8oPZQ9FomF8XGbgEZMKmnc+4/YweonQURusDW5w==",
"dev": true,
"requires": {
"@types/uuid": "^9.0.0",
@@ -14836,14 +14836,14 @@
}
},
"@apollo/gateway": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-2.5.7.tgz",
- "integrity": "sha512-hLI15fg8O9FCCjo0f7H4CcMy6f2ux/U5MW1BU63xLtwJWCcxJhv2aaiEjdIkg4+RwbGB1JCPtQQ7EYZfNm+uXg==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/gateway/-/gateway-2.6.1.tgz",
+ "integrity": "sha512-lpTw1u8HAcG3ZIFhL/fYHyd+H4sgbK9K/RPaTpqaYReNCYYj0HRqUl5HrU3mhFbCEbyTyXZzVugIu6aDoTNvaQ==",
"dev": true,
"requires": {
- "@apollo/composition": "2.5.7",
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-planner": "2.5.7",
+ "@apollo/composition": "2.6.1",
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-planner": "2.6.1",
"@apollo/server-gateway-interface": "^1.1.0",
"@apollo/usage-reporting-protobuf": "^4.1.0",
"@apollo/utils.createhash": "^2.0.0",
@@ -14881,12 +14881,12 @@
}
},
"@apollo/query-graphs": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.5.7.tgz",
- "integrity": "sha512-6kWJw4dYrk70jLEy/5fcfDaKB0vaFYe+NoLwDEZu7K3U4Y191xxNwUbjxkmQZSBwQ95beGrtOu7XWmJCnzKPlA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/query-graphs/-/query-graphs-2.6.1.tgz",
+ "integrity": "sha512-7D7Rxcmy1/bQ7ZkTFocy+MbG1rhCEyrhCZj8WW5zgwMp0qfr/PCQxB1/fhU4pxdugXWZsgPlNi5o7O8iqeYKxQ==",
"dev": true,
"requires": {
- "@apollo/federation-internals": "2.5.7",
+ "@apollo/federation-internals": "2.6.1",
"deep-equal": "^2.0.5",
"ts-graphviz": "^1.5.4",
"uuid": "^9.0.0"
@@ -14901,13 +14901,13 @@
}
},
"@apollo/query-planner": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/query-planner/-/query-planner-2.5.7.tgz",
- "integrity": "sha512-WQ6UZNkd52M1OT+K1/OdfK/+8ktgj+KVr97QRm91eoydHldyG6oBuxC/1zdTKPY8wzL1ku6xNwRiAMUNe5cNZg==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/query-planner/-/query-planner-2.6.1.tgz",
+ "integrity": "sha512-BdpqxyRS2ags3suVp9+mmxgK47Vv1SUKfqqCD4O4UO2dIzDadZBM6PzvIan0mGZeVFyZ9dyzM3TZ59Nhik5Rqg==",
"dev": true,
"requires": {
- "@apollo/federation-internals": "2.5.7",
- "@apollo/query-graphs": "2.5.7",
+ "@apollo/federation-internals": "2.6.1",
+ "@apollo/query-graphs": "2.6.1",
"@apollo/utils.keyvaluecache": "^2.1.0",
"chalk": "^4.1.0",
"deep-equal": "^2.0.5",
@@ -15026,13 +15026,13 @@
}
},
"@apollo/subgraph": {
- "version": "2.5.7",
- "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.5.7.tgz",
- "integrity": "sha512-XEpawcRL7JEmUbJsFOgFYsUDbsA+392kexch9EIlZWfc1afZmhLjzPOIAgn+KO9ohwOLkkmRjczehDwzQgYFkA==",
+ "version": "2.6.1",
+ "resolved": "https://registry.npmjs.org/@apollo/subgraph/-/subgraph-2.6.1.tgz",
+ "integrity": "sha512-ldpmWKxNNWsAy6p8Wl5IxCKk4PXiQ7ketNHmcbxzRgKlpUDfc0k3oYS0pJstT9QSAdI3hbDnBr7oaj0S+8Cp9A==",
"dev": true,
"requires": {
"@apollo/cache-control-types": "^1.0.2",
- "@apollo/federation-internals": "2.5.7"
+ "@apollo/federation-internals": "2.6.1"
}
},
"@apollo/usage-reporting-protobuf": {
@@ -23376,9 +23376,9 @@
}
},
"nock": {
- "version": "13.3.8",
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.8.tgz",
- "integrity": "sha512-96yVFal0c/W1lG7mmfRe7eO+hovrhJYd2obzzOZ90f6fjpeU/XNvd9cYHZKZAQJumDfhXgoTpkpJ9pvMj+hqHw==",
+ "version": "13.4.0",
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.4.0.tgz",
+ "integrity": "sha512-W8NVHjO/LCTNA64yxAPHV/K47LpGYcVzgKd3Q0n6owhwvD0Dgoterc25R4rnZbckJEb6Loxz1f5QMuJpJnbSyQ==",
"dev": true,
"requires": {
"debug": "^4.1.0",
diff --git a/package.json b/package.json
index 35c785f04be..49d08373260 100644
--- a/package.json
+++ b/package.json
@@ -39,8 +39,8 @@
},
"devDependencies": {
"@apollo/client": "3.8.7",
- "@apollo/gateway": "2.5.7",
- "@apollo/subgraph": "2.5.7",
+ "@apollo/gateway": "2.6.1",
+ "@apollo/subgraph": "2.6.1",
"@apollo/utils.createhash": "2.0.1",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
@@ -90,7 +90,7 @@
"jest-mock-random": "1.1.1",
"jest-serializer-html": "7.1.0",
"lodash.sumby": "4.6.0",
- "nock": "13.3.8",
+ "nock": "13.4.0",
"node-fetch": "2.7.0",
"prettier": "3.1.0",
"prettier-2": "npm:prettier@2.8.8",