diff --git a/bun.lock b/bun.lock index 49ee0fa..f97c3cb 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@codemirror/view": "^6.39.16", "@polyipseity/esbuild-plugin-inline-worker": "^1.0.3", "@polyipseity/obsidian-plugin-library": "file:./vendor/obsidian-plugin-library", - "@ts-morph/bootstrap": "^0.28.1", + "@ts-morph/bootstrap": "^0.29.0", "acorn": "^8.16.0", "acorn-walk": "^8.3.5", "astring": "^1.9.0", @@ -335,9 +335,9 @@ "@sveltejs/acorn-typescript": ["@sveltejs/acorn-typescript@1.0.9", "", { "peerDependencies": { "acorn": "^8.9.0" } }, "sha512-lVJX6qEgs/4DOcRTpo56tmKzVPtoWAaVbL4hfO7t7NVwl9AAXzQR6cihesW1BmNMPl+bK6dreu2sOKBP2Q9CIA=="], - "@ts-morph/bootstrap": ["@ts-morph/bootstrap@0.28.1", "", { "dependencies": { "@ts-morph/common": "~0.28.1" } }, "sha512-A9+I6Lv2iPKuaEHlT+aN87jCGN/S6a2TZvGywduqooM6tZrMsoJICvbWSTCjLRmoOp7E7Gs7yjbqw0pf0IkehQ=="], + "@ts-morph/bootstrap": ["@ts-morph/bootstrap@0.29.0", "", { "dependencies": { "@ts-morph/common": "~0.29.0" } }, "sha512-MBPpJ7lxt6ZjpvUrhu3pUivh9VCVM6qmcmc4NgJaoiyFgIF3nWkDk9U4cD1/3Ql32pn+rs/2UVm8jAdLG/64lQ=="], - "@ts-morph/common": ["@ts-morph/common@0.28.1", "", { "dependencies": { "minimatch": "^10.0.1", "path-browserify": "^1.0.1", "tinyglobby": "^0.2.14" } }, "sha512-W74iWf7ILp1ZKNYXY5qbddNaml7e9Sedv5lvU1V8lftlitkc9Pq1A+jlH23ltDgWYeZFFEqGCD1Ies9hqu3O+g=="], + "@ts-morph/common": ["@ts-morph/common@0.29.0", "", { "dependencies": { "minimatch": "^10.0.1", "path-browserify": "^1.0.1", "tinyglobby": "^0.2.14" } }, "sha512-35oUmphHbJvQ/+UTwFNme/t2p3FoKiGJ5auTjjpNTop2dyREspirjMy82PLSC1pnDJ8ah1GU98hwpVt64YXQsg=="], "@tybys/wasm-util": ["@tybys/wasm-util@0.10.2", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg=="], diff --git a/package.json b/package.json index f093fc3..9c83a11 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@codemirror/view": "^6.39.16", "@polyipseity/esbuild-plugin-inline-worker": "^1.0.3", "@polyipseity/obsidian-plugin-library": "file:./vendor/obsidian-plugin-library", - "@ts-morph/bootstrap": "^0.28.1", + "@ts-morph/bootstrap": "^0.29.0", "acorn": "^8.16.0", "acorn-walk": "^8.3.5", "astring": "^1.9.0",