Skip to content

Commit 82a3d1c

Browse files
fix(deps): update all non-major dependencies (#8950)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f462594 commit 82a3d1c

File tree

7 files changed

+141
-141
lines changed

7 files changed

+141
-141
lines changed

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@graphql-mesh/cli": "0.100.18",
1010
"@graphql-mesh/graphql": "0.104.16",
1111
"@types/node": "^24.4.0",
12-
"fastify": "5.6.1",
12+
"fastify": "5.6.2",
1313
"graphql": "16.12.0",
1414
"ts-node": "^10.9.2",
1515
"ts-node-dev": "2.0.0",

examples/openwhisk-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@graphql-mesh/cli": "0.100.18",
1515
"@graphql-mesh/graphql": "0.104.16",
16-
"esbuild": "^0.25.0",
16+
"esbuild": "^0.26.0",
1717
"graphql": "16.12.0",
1818
"typescript": "^5.4.2"
1919
}

examples/v1-next/apollo-federation-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@graphql-codegen/typescript-resolvers": "5.1.0",
3030
"@graphql-mesh/compose-cli": "1.5.3",
3131
"@types/node": "^24.4.0",
32-
"esbuild": "^0.25.0",
32+
"esbuild": "^0.26.0",
3333
"lru-cache": "patch:lru-cache@npm%3A11.2.1#~/.yarn/patches/lru-cache-npm-11.2.1-60cdd96af2.patch"
3434
}
3535
}

examples/v1-next/integrations/openwhisk-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@graphql-hive/gateway": "^2.0.0",
15-
"esbuild": "^0.25.0",
15+
"esbuild": "^0.26.0",
1616
"graphql": "16.12.0",
1717
"typescript": "^5.4.2"
1818
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"cross-fetch": "^4.0.0",
123123
"date-and-time": "^4.0.0",
124124
"es5-ext": "0.10.64",
125-
"esbuild": "^0.25.0",
125+
"esbuild": "^0.26.0",
126126
"estree-util-value-to-estree": "3.5.0",
127127
"express": "5.1.0",
128128
"form-data": "4.0.4",

packages/cache/cfw-kv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"tslib": "^2.4.0"
4242
},
4343
"devDependencies": {
44-
"@cloudflare/workers-types": "4.20251107.0",
44+
"@cloudflare/workers-types": "4.20251109.0",
4545
"graphql": "16.12.0"
4646
},
4747
"publishConfig": {

0 commit comments

Comments
 (0)