Skip to content

Commit f71950a

Browse files
committed
bump
1 parent 1d4bb73 commit f71950a

File tree

3 files changed

+50
-60
lines changed

3 files changed

+50
-60
lines changed

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prettier": "3.4.2"
2222
},
2323
"devDependencies": {
24-
"@graphql-hive/gateway": "^2.1.17",
24+
"@graphql-hive/gateway": "^2.1.18",
2525
"@types/js-yaml": "4.0.9",
2626
"@types/mime-types": "2.1.4",
2727
"@types/node": "22.10.5",

deployment/services/public-graphql-api-gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { type OTELCollector } from './otel-collector';
1515
* Hive Gateway Docker Image Version
1616
* Bump this to update the used gateway version.
1717
*/
18-
const dockerImage = 'ghcr.io/graphql-hive/gateway:2.1.10';
18+
const dockerImage = 'ghcr.io/graphql-hive/gateway:2.1.18';
1919

2020
const gatewayConfigDirectory = path.resolve(
2121
__dirname,

0 commit comments

Comments
 (0)