@graphql-hive/gateway 2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472 → 2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +33 -25
  2. package/package.json +19 -28
package/CHANGELOG.md CHANGED
@@ -1,48 +1,56 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
3
+ ## 2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Introduce and use the new Hive Logger
7
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
8
8
 
9
9
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
10
10
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
11
11
 
12
12
  ### Patch Changes
13
13
 
14
- - [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
14
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
15
15
 
16
16
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
17
17
 
18
- - [#1171](https://github.com/graphql-hive/gateway/pull/1171) [`2a0390f`](https://github.com/graphql-hive/gateway/commit/2a0390f33620cc6e73c7297b6cf29866dd799317) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
18
+ - [#1245](https://github.com/graphql-hive/gateway/pull/1245) [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
19
19
 
20
- - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
21
- - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
22
- - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
23
- - Added dependency [`@opentelemetry/exporter-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-jaeger/v/2.0.1) (to `dependencies`)
24
- - Added dependency [`@opentelemetry/exporter-zipkin@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-zipkin/v/2.0.1) (to `dependencies`)
25
- - Added dependency [`@opentelemetry/propagator-b3@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-b3/v/2.0.1) (to `dependencies`)
26
- - Added dependency [`@opentelemetry/propagator-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-jaeger/v/2.0.1) (to `dependencies`)
27
- - Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
28
- - Added dependency [`@opentelemetry/sdk-metrics-base@^0.31.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics-base/v/0.31.0) (to `dependencies`)
20
+ - Updated dependency [`@graphql-mesh/utils@^0.104.5` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.5) (from `^0.104.2`, in `dependencies`)
29
21
 
30
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`35a3e29`](https://github.com/graphql-hive/gateway/commit/35a3e29789f9e03f17b096922335ef27ba138089) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
22
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`6a06016`](https://github.com/graphql-hive/gateway/commit/6a060165a9cb1e70b1bba82cf877c0865997da90) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
31
23
 
32
24
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
33
25
 
34
- - Updated dependencies [[`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031), [`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`35a3e29`](https://github.com/graphql-hive/gateway/commit/35a3e29789f9e03f17b096922335ef27ba138089), [`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`4bab6a3`](https://github.com/graphql-hive/gateway/commit/4bab6a3048cd6a9b20b221d625ed94a1e2cf8689), [`fc4661b`](https://github.com/graphql-hive/gateway/commit/fc4661b8f1abceab01d9920f7e999efbb89be3c6), [`4fd18a1`](https://github.com/graphql-hive/gateway/commit/4fd18a1a7d95654d8bffd14026ee3c8861b5b4f6), [`2bd7a17`](https://github.com/graphql-hive/gateway/commit/2bd7a1708b7e1984a9bf7ca3eb763bf8ad3313c0), [`c190214`](https://github.com/graphql-hive/gateway/commit/c19021425af92ddb12195eb0b11b51cd6ac1d22f), [`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031), [`35a3e29`](https://github.com/graphql-hive/gateway/commit/35a3e29789f9e03f17b096922335ef27ba138089), [`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031), [`680a646`](https://github.com/graphql-hive/gateway/commit/680a6467be70b53d3bb6089114072fb25c172283), [`7decf1d`](https://github.com/graphql-hive/gateway/commit/7decf1d355e1cda9e688f2736abea86106afd3a0), [`e2f1c30`](https://github.com/graphql-hive/gateway/commit/e2f1c30d24e94e2cf388b2f1fe4e4f71c591bece), [`d1cdc67`](https://github.com/graphql-hive/gateway/commit/d1cdc6724bc67f17abd36d9cabbd26b7ef0e3adb), [`c190214`](https://github.com/graphql-hive/gateway/commit/c19021425af92ddb12195eb0b11b51cd6ac1d22f), [`403f771`](https://github.com/graphql-hive/gateway/commit/403f7716d70790c977c714858c7a066042e08031)]:
35
- - @graphql-hive/gateway-runtime@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
36
- - @graphql-hive/plugin-aws-sigv4@1.0.12-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
37
- - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
38
- - @graphql-mesh/plugin-prometheus@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
39
- - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
40
- - @graphql-mesh/transport-http-callback@1.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
41
- - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
42
- - @graphql-mesh/transport-ws@2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
43
- - @graphql-hive/logger@1.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
26
+ - [#1245](https://github.com/graphql-hive/gateway/pull/1245) [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Propagate headers even from cache
27
+
28
+ - Updated dependencies [[`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e), [`931d576`](https://github.com/graphql-hive/gateway/commit/931d5763c1f8c6d7fdc299bd87a634fecdd70b15), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`6a06016`](https://github.com/graphql-hive/gateway/commit/6a060165a9cb1e70b1bba82cf877c0865997da90), [`931d576`](https://github.com/graphql-hive/gateway/commit/931d5763c1f8c6d7fdc299bd87a634fecdd70b15), [`3dc8ab2`](https://github.com/graphql-hive/gateway/commit/3dc8ab25d40b6a6191c1b4185e97882caef4e8d6), [`ed323fa`](https://github.com/graphql-hive/gateway/commit/ed323fa06d196c1df128a493006238078bf69fc6), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`5342e35`](https://github.com/graphql-hive/gateway/commit/5342e3569354d4d458f11a4df1445d5a29f965fb), [`47a4a0a`](https://github.com/graphql-hive/gateway/commit/47a4a0ade8dba280cb0cc06513f467ecdece03cd), [`7e6444f`](https://github.com/graphql-hive/gateway/commit/7e6444f6751c74636eb4af040f185bdaaef8f72c), [`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`6a06016`](https://github.com/graphql-hive/gateway/commit/6a060165a9cb1e70b1bba82cf877c0865997da90), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e), [`bcc7cc3`](https://github.com/graphql-hive/gateway/commit/bcc7cc36ae403f241fad8020ff87b159acd2d198), [`e669532`](https://github.com/graphql-hive/gateway/commit/e669532e99b04a82d4c75081ff15425ea0f3051a), [`36defae`](https://github.com/graphql-hive/gateway/commit/36defaece8c654fd29e4cbfcd741c72d2ae0b9bc), [`b3c2013`](https://github.com/graphql-hive/gateway/commit/b3c201330ddb26364c0f8ad192e1bd4bc73433cc), [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85), [`7e6444f`](https://github.com/graphql-hive/gateway/commit/7e6444f6751c74636eb4af040f185bdaaef8f72c), [`c5239fb`](https://github.com/graphql-hive/gateway/commit/c5239fb630eb0559cc4a99592cd1dc1d2c3aa53e)]:
29
+ - @graphql-hive/gateway-runtime@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
30
+ - @graphql-hive/plugin-aws-sigv4@1.0.13-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
31
+ - @graphql-hive/plugin-deduplicate-request@1.0.1-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
32
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
33
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
34
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
35
+ - @graphql-mesh/plugin-prometheus@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
36
+ - @graphql-mesh/transport-http@0.6.43-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
37
+ - @graphql-mesh/transport-http-callback@1.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
38
+ - @graphql-mesh/transport-ws@2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
39
+ - @graphql-hive/logger@1.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7
40
+
41
+ ## 1.15.1
42
+
43
+ ### Patch Changes
44
+
45
+ - [#1215](https://github.com/graphql-hive/gateway/pull/1215) [`33b7f35`](https://github.com/graphql-hive/gateway/commit/33b7f355df25d03069ed3836336c71334c5ba20c) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade Debian dependencies containing CVEs in Docker image
46
+
47
+ - Updated dependencies [[`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`4bab6a3`](https://github.com/graphql-hive/gateway/commit/4bab6a3048cd6a9b20b221d625ed94a1e2cf8689)]:
48
+ - @graphql-hive/gateway-runtime@1.9.1
49
+ - @graphql-hive/plugin-aws-sigv4@1.0.12
44
50
  - @graphql-hive/plugin-deduplicate-request@1.0.0
45
- - @graphql-mesh/transport-http@0.6.43-alpha-5e2eb920b5984daeb211aceccf0c40b205400472
51
+ - @graphql-mesh/hmac-upstream-signature@1.2.27
52
+ - @graphql-mesh/plugin-opentelemetry@1.3.59
53
+ - @graphql-mesh/plugin-prometheus@1.3.47
46
54
 
47
55
  ## 1.15.0
48
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
3
+ "version": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,45 +53,36 @@
53
53
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
54
54
  "@escape.tech/graphql-armor-max-depth": "^2.4.0",
55
55
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
56
- "@graphql-hive/gateway-runtime": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
57
57
  "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/logger": "1.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
59
- "@graphql-hive/plugin-aws-sigv4": "1.0.12-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
60
- "@graphql-hive/plugin-deduplicate-request": "^1.0.0",
58
+ "@graphql-hive/logger": "1.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
59
+ "@graphql-hive/plugin-aws-sigv4": "1.0.13-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
60
+ "@graphql-hive/plugin-deduplicate-request": "1.0.1-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
61
61
  "@graphql-hive/pubsub": "^1.0.0",
62
62
  "@graphql-mesh/cache-cfw-kv": "^0.105.0",
63
63
  "@graphql-mesh/cache-localforage": "^0.105.3",
64
64
  "@graphql-mesh/cache-redis": "^0.104.0",
65
65
  "@graphql-mesh/cache-upstash-redis": "^0.1.0",
66
66
  "@graphql-mesh/cross-helpers": "^0.4.10",
67
- "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
68
68
  "@graphql-mesh/plugin-http-cache": "^0.105.2",
69
69
  "@graphql-mesh/plugin-jit": "^0.2.0",
70
- "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
71
71
  "@graphql-mesh/plugin-mock": "^0.105.0",
72
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
73
- "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
72
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
73
+ "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
74
74
  "@graphql-mesh/plugin-rate-limit": "^0.104.0",
75
75
  "@graphql-mesh/plugin-snapshot": "^0.104.0",
76
- "@graphql-mesh/transport-http": "0.6.43-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
77
- "@graphql-mesh/transport-http-callback": "1.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
78
- "@graphql-mesh/transport-ws": "2.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
76
+ "@graphql-mesh/transport-http": "0.6.43-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
77
+ "@graphql-mesh/transport-http-callback": "1.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
78
+ "@graphql-mesh/transport-ws": "2.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
79
79
  "@graphql-mesh/types": "^0.104.0",
80
- "@graphql-mesh/utils": "^0.104.2",
80
+ "@graphql-mesh/utils": "^0.104.5",
81
81
  "@graphql-tools/code-file-loader": "^8.1.15",
82
82
  "@graphql-tools/graphql-file-loader": "^8.0.20",
83
83
  "@graphql-tools/load": "^8.0.14",
84
84
  "@graphql-tools/utils": "^10.8.1",
85
85
  "@graphql-yoga/render-graphiql": "^5.13.5",
86
- "@opentelemetry/api": "^1.9.0",
87
- "@opentelemetry/context-zone": "^2.0.1",
88
- "@opentelemetry/core": "^2.0.1",
89
- "@opentelemetry/exporter-jaeger": "^2.0.1",
90
- "@opentelemetry/exporter-zipkin": "^2.0.1",
91
- "@opentelemetry/propagator-b3": "^2.0.1",
92
- "@opentelemetry/propagator-jaeger": "^2.0.1",
93
- "@opentelemetry/sampler-jaeger-remote": "^0.202.0",
94
- "@opentelemetry/sdk-metrics-base": "^0.31.0",
95
86
  "commander": "^13.1.0",
96
87
  "dotenv": "^16.4.7",
97
88
  "graphql-ws": "^6.0.4",
@@ -100,26 +91,26 @@
100
91
  "ws": "^8.18.0"
101
92
  },
102
93
  "devDependencies": {
103
- "@graphql-mesh/transport-common": "1.0.0-alpha-5e2eb920b5984daeb211aceccf0c40b205400472",
94
+ "@graphql-mesh/transport-common": "1.0.0-alpha-b59321b772f970ee1e46d2ffc249e59427634cb7",
104
95
  "@graphql-mesh/transport-soap": "^0.10.0",
105
96
  "@graphql-tools/executor": "^1.4.7",
106
97
  "@rollup/plugin-commonjs": "^28.0.0",
107
98
  "@rollup/plugin-json": "^6.1.0",
108
- "@rollup/plugin-node-resolve": "patch:@rollup/plugin-node-resolve@npm%3A16.0.1#~/.yarn/patches/@rollup-plugin-node-resolve-npm-16.0.1-2936474bab.patch",
99
+ "@rollup/plugin-node-resolve": "^16.0.0",
109
100
  "@rollup/plugin-sucrase": "^5.0.2",
110
101
  "@tsconfig/node18": "^18.2.4",
111
102
  "@types/adm-zip": "^0.5.5",
112
- "@types/bun": "1.2.15",
103
+ "@types/bun": "1.2.16",
113
104
  "@types/ws": "^8.5.12",
114
105
  "@whatwg-node/fetch": "^0.10.8",
115
106
  "adm-zip": "^0.5.15",
116
- "bun": "^1.2.15",
107
+ "bun": "^1.2.16",
117
108
  "graphql": "^16.9.0",
118
109
  "parse-duration": "^2.0.0",
119
- "pkgroll": "2.12.2",
110
+ "pkgroll": "2.13.1",
120
111
  "postject": "^1.0.0-alpha.6",
121
112
  "rimraf": "^6.0.1",
122
- "rollup": "4.40.2",
113
+ "rollup": "4.43.0",
123
114
  "rollup-plugin-tsconfig-paths": "^1.5.2",
124
115
  "tsx": "4.19.4"
125
116
  },