diff --git a/bun.lock b/bun.lock index df5916babfc..92e595b952c 100644 --- a/bun.lock +++ b/bun.lock @@ -1604,7 +1604,7 @@ "@types/bun": "^1.3.11", "bun-plugin-dtsx": "^0.21.17", "pickier": "^0.1.20", - "typescript": "^6.0.2", + "typescript": "^6.0.3", }, }, "packages/create-stx": { diff --git a/packages/components/package.json b/packages/components/package.json index 782859a6dd5..cad0a939cd9 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -66,6 +66,6 @@ "@types/bun": "^1.3.11", "bun-plugin-dtsx": "^0.21.17", "pickier": "^0.1.20", - "typescript": "^6.0.2" + "typescript": "^6.0.3" } }