Skip to content

Commit f4ef6eb

Browse files
release: on branch version-2.9 (#3406)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to version-2.9, this PR will be updated. # Releases ## @apollo/composition@2.9.6 ### Patch Changes - Updated dependencies \[[`b51586d4a5c891f8832e78f8415d798282567831`](b51586d)]: - @apollo/federation-internals@2.9.6 - @apollo/query-graphs@2.9.6 ## @apollo/gateway@2.9.6 ### Patch Changes - Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. ([#3400](#3400)) See the associated GitHub Advisories [GHSA-pfjj-6f4p-rvmh](GHSA-pfjj-6f4p-rvmh) for more information. - Updated dependencies \[[`b51586d4a5c891f8832e78f8415d798282567831`](b51586d)]: - @apollo/query-planner@2.9.6 - @apollo/federation-internals@2.9.6 - @apollo/composition@2.9.6 ## @apollo/federation-internals@2.9.6 ### Patch Changes - Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. ([#3400](#3400)) See the associated GitHub Advisories [GHSA-pfjj-6f4p-rvmh](GHSA-pfjj-6f4p-rvmh) for more information. ## @apollo/query-graphs@2.9.6 ### Patch Changes - Updated dependencies \[[`b51586d4a5c891f8832e78f8415d798282567831`](b51586d)]: - @apollo/federation-internals@2.9.6 ## @apollo/query-planner@2.9.6 ### Patch Changes - Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. ([#3400](#3400)) See the associated GitHub Advisories [GHSA-pfjj-6f4p-rvmh](GHSA-pfjj-6f4p-rvmh) for more information. - Updated dependencies \[[`b51586d4a5c891f8832e78f8415d798282567831`](b51586d)]: - @apollo/federation-internals@2.9.6 - @apollo/query-graphs@2.9.6 ## @apollo/subgraph@2.9.6 ### Patch Changes - Updated dependencies \[[`b51586d4a5c891f8832e78f8415d798282567831`](b51586d)]: - @apollo/federation-internals@2.9.6 ## apollo-federation-integration-testsuite@2.9.6 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b51586d commit f4ef6eb

16 files changed

Lines changed: 89 additions & 41 deletions

File tree

.changeset/cute-planets-move.md

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

composition-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG for `@apollo/composition`
22

3+
## 2.9.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b51586d4a5c891f8832e78f8415d798282567831`](https://github.com/apollographql/federation/commit/b51586d4a5c891f8832e78f8415d798282567831)]:
8+
- @apollo/federation-internals@2.9.6
9+
- @apollo/query-graphs@2.9.6
10+
311
## 2.9.5
412

513
### Patch Changes

composition-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/composition",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Apollo Federation composition utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -27,8 +27,8 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"@apollo/federation-internals": "2.9.5",
31-
"@apollo/query-graphs": "2.9.5"
30+
"@apollo/federation-internals": "2.9.6",
31+
"@apollo/query-graphs": "2.9.6"
3232
},
3333
"peerDependencies": {
3434
"graphql": "^16.5.0"

federation-integration-testsuite-js/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CHANGELOG for `federation-integration-testsuite-js`
22

3+
## 2.9.6
4+
35
## 2.9.5
46

57
## 2.9.4

federation-integration-testsuite-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-federation-integration-testsuite",
33
"private": true,
4-
"version": "2.9.5",
4+
"version": "2.9.6",
55
"description": "Apollo Federation Integrations / Test Fixtures",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

gateway-js/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG for `@apollo/gateway`
22

3+
## 2.9.6
4+
5+
### Patch Changes
6+
7+
- Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. ([#3400](https://github.com/apollographql/federation/pull/3400))
8+
9+
See the associated GitHub Advisories [GHSA-pfjj-6f4p-rvmh](https://github.com/apollographql/federation/security/advisories/GHSA-pfjj-6f4p-rvmh) for more information.
10+
11+
- Updated dependencies [[`b51586d4a5c891f8832e78f8415d798282567831`](https://github.com/apollographql/federation/commit/b51586d4a5c891f8832e78f8415d798282567831)]:
12+
- @apollo/query-planner@2.9.6
13+
- @apollo/federation-internals@2.9.6
14+
- @apollo/composition@2.9.6
15+
316
## 2.9.5
417

518
### Patch Changes

gateway-js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/gateway",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Apollo Gateway",
55
"author": "Apollo <packages@apollographql.com>",
66
"main": "dist/index.js",
@@ -25,9 +25,9 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@apollo/composition": "2.9.5",
29-
"@apollo/federation-internals": "2.9.5",
30-
"@apollo/query-planner": "2.9.5",
28+
"@apollo/composition": "2.9.6",
29+
"@apollo/federation-internals": "2.9.6",
30+
"@apollo/query-planner": "2.9.6",
3131
"@apollo/server-gateway-interface": "^1.1.0",
3232
"@apollo/usage-reporting-protobuf": "^4.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",

internals-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG for `@apollo/federation-internals`
22

3+
## 2.9.6
4+
5+
### Patch Changes
6+
7+
- Fixed several code paths that access response objects to prevent JavaScript prototype pollution and unintended access to the prototype chain. ([#3400](https://github.com/apollographql/federation/pull/3400))
8+
9+
See the associated GitHub Advisories [GHSA-pfjj-6f4p-rvmh](https://github.com/apollographql/federation/security/advisories/GHSA-pfjj-6f4p-rvmh) for more information.
10+
311
## 2.9.5
412

513
### Patch Changes

internals-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/federation-internals",
3-
"version": "2.9.5",
3+
"version": "2.9.6",
44
"description": "Apollo Federation internal utilities",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)