typekro 0.33.6 → 0.33.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typekro",
3
- "version": "0.33.6",
3
+ "version": "0.33.7",
4
4
  "description": "A control plane aware framework for orchestrating kubernetes resources like a programmer.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -229,7 +229,7 @@
229
229
  "effect": "4.0.0-beta.84",
230
230
  "estraverse": "^5.3.0",
231
231
  "ignore": "^7.0.5",
232
- "js-yaml": "4.1.0",
232
+ "js-yaml": "4.3.0",
233
233
  "pino": "^9.8.0",
234
234
  "re2js": "2.8.6"
235
235
  },
@@ -260,6 +260,7 @@
260
260
  "typescript": ">=5.0.0"
261
261
  },
262
262
  "overrides": {
263
+ "js-yaml": "4.3.0",
263
264
  "effect": "4.0.0-beta.84",
264
265
  "@effect/platform-bun": "4.0.0-beta.84",
265
266
  "@effect/platform-node-shared": "4.0.0-beta.84",