Skip to content

Commit acefe63

Browse files
chore(release): update monorepo packages versions
1 parent 61f387c commit acefe63

File tree

25 files changed

+116
-34
lines changed

25 files changed

+116
-34
lines changed

.changeset/@graphql-hive_gateway-526-dependencies.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/kind-fans-pay.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/mean-guests-occur.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/batch-delegate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-tools/batch-delegate
22

3+
## 9.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9144222`](https://github.com/graphql-hive/gateway/commit/91442220b2242a0fa082d4b544d03621572eecd0)]:
8+
- @graphql-tools/delegate@10.2.11
9+
310
## 9.0.28
411

512
### Patch Changes

packages/batch-delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/batch-delegate",
3-
"version": "9.0.28",
3+
"version": "9.0.29",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/delegate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-tools/delegate
22

3+
## 10.2.11
4+
5+
### Patch Changes
6+
7+
- [#506](https://github.com/graphql-hive/gateway/pull/506) [`9144222`](https://github.com/graphql-hive/gateway/commit/91442220b2242a0fa082d4b544d03621572eecd0) Thanks [@ardatan](https://github.com/ardatan)! - Add `isPrototypePollutingKey` to prevent accidential prototype pollution, whenever object manipulation happens with the keys based on the user input, it is validated to prevent prototype pollution.
8+
9+
For example, `WrapQuery` takes `path` which is used to manipulate the object returned to the client. If the user input is `__proto__`, it will throw an error from now on but previously it would have polluted the prototype.
10+
311
## 10.2.10
412

513
### Patch Changes

packages/delegate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/delegate",
3-
"version": "10.2.10",
3+
"version": "10.2.11",
44
"type": "module",
55
"description": "A set of utils for faster development of GraphQL tools",
66
"repository": {

packages/federation/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-tools/federation
22

3+
## 3.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9144222`](https://github.com/graphql-hive/gateway/commit/91442220b2242a0fa082d4b544d03621572eecd0)]:
8+
- @graphql-tools/delegate@10.2.11
9+
- @graphql-tools/stitch@9.4.16
10+
- @graphql-tools/wrap@10.0.29
11+
312
## 3.0.10
413

514
### Patch Changes

packages/federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-tools/federation",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"type": "module",
55
"description": "Useful tools to create and manipulate GraphQL schemas.",
66
"repository": {

packages/fusion-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @graphql-mesh/fusion-runtime
22

3+
## 0.10.31
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9144222`](https://github.com/graphql-hive/gateway/commit/91442220b2242a0fa082d4b544d03621572eecd0)]:
8+
- @graphql-tools/delegate@10.2.11
9+
- @graphql-tools/federation@3.0.11
10+
- @graphql-tools/stitch@9.4.16
11+
- @graphql-tools/stitching-directives@3.1.26
12+
- @graphql-tools/wrap@10.0.29
13+
314
## 0.10.30
415

516
### Patch Changes

0 commit comments

Comments
 (0)