From 0757113a97e55d4b5c4740a53095c73dcea8a3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 14:20:20 +0000 Subject: [PATCH] build(deps): bump @ts-morph/bootstrap Bumps the bun group with 1 update in the / directory: [@ts-morph/bootstrap](https://github.com/dsherret/ts-morph). Updates `@ts-morph/bootstrap` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/dsherret/ts-morph/releases) - [Commits](https://github.com/dsherret/ts-morph/compare/tsa-0.28.1...tsa-0.29.0) --- updated-dependencies: - dependency-name: "@ts-morph/bootstrap" dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: bun ... Signed-off-by: dependabot[bot] --- bun.lock | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",