Skip to content

Commit 77653ce

Browse files
fix(deps): update dependency esbuild to ^0.27.0 (#8952)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da67342 commit 77653ce

File tree

5 files changed

+116
-116
lines changed

5 files changed

+116
-116
lines changed

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.26.0",
16+
"esbuild": "^0.27.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.26.0",
32+
"esbuild": "^0.27.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.26.0",
15+
"esbuild": "^0.27.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.26.0",
125+
"esbuild": "^0.27.0",
126126
"estree-util-value-to-estree": "3.5.0",
127127
"express": "5.1.0",
128128
"form-data": "4.0.4",

0 commit comments

Comments
 (0)