Skip to content

Commit d62658f

Browse files
chore(deps): update dependency esbuild to v0.25.9 (#6970)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79e205d commit d62658f

File tree

5 files changed

+146
-136
lines changed

5 files changed

+146
-136
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"overrides.miniflare": "To address CVE: https://github.com/graphql-hive/console/security/dependabot/245",
109109
"overrides.tar-fs": "https://github.com/graphql-hive/console/security/dependabot/290",
110110
"overrides": {
111-
"esbuild": "0.25.0",
111+
"esbuild": "0.25.9",
112112
"csstype": "3.1.2",
113113
"[email protected]>html-minifier": "-",
114114
"[email protected]>html-minifier": "-",

packages/libraries/external-composition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@apollo/composition": "2.9.3",
64-
"esbuild": "0.25.0",
64+
"esbuild": "0.25.9",
6565
"fastify": "4.29.1",
6666
"graphql": "16.9.0"
6767
},

packages/services/broker-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@cloudflare/workers-types": "4.20241230.0",
1212
"@types/service-worker-mock": "2.0.4",
1313
"@whatwg-node/server": "0.10.5",
14-
"esbuild": "0.25.0",
14+
"esbuild": "0.25.9",
1515
"itty-router": "4.2.2",
1616
"toucan-js": "4.1.0",
1717
"undici": "6.21.3",

packages/services/cdn-worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@whatwg-node/server": "0.10.5",
2323
"bcryptjs": "2.4.3",
2424
"dotenv": "16.4.7",
25-
"esbuild": "0.25.0",
25+
"esbuild": "0.25.9",
2626
"fastify": "4.29.1",
2727
"graphql": "16.9.0",
2828
"itty-router": "4.2.2",

0 commit comments

Comments
 (0)