diff --git a/bun.lock b/bun.lock index 71c087c..5ecde26 100644 --- a/bun.lock +++ b/bun.lock @@ -6,10 +6,10 @@ "name": "obsidian-modules", "dependencies": { "@codemirror/state": "^6.5.4", - "@codemirror/view": "^6.39.16", + "@codemirror/view": "^6.43.0", "@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", @@ -132,7 +132,7 @@ "@codemirror/state": ["@codemirror/state@6.6.0", "", { "dependencies": { "@marijn/find-cluster-break": "^1.0.0" } }, "sha512-4nbvra5R5EtiCzr9BTHiTLc+MLXK2QGiAVYMyi8PkQd3SR+6ixar/Q/01Fa21TBIDOZXgeWV4WppsQolSreAPQ=="], - "@codemirror/view": ["@codemirror/view@6.42.1", "", { "dependencies": { "@codemirror/state": "^6.6.0", "crelt": "^1.0.6", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } }, "sha512-ToN3oFc0nsxNUYVF5P0ztLgbC4UPPjPtA9aKYhkOKQaZASpOUo6ISXyQLP66ctVwlDc+j6Jv0uK5IFALkiXztg=="], + "@codemirror/view": ["@codemirror/view@6.43.0", "", { "dependencies": { "@codemirror/state": "^6.6.0", "crelt": "^1.0.6", "style-mod": "^4.1.0", "w3c-keyname": "^2.2.4" } }, "sha512-V7ZCLQO3Jus9hzh2jVCCPW3mO4IBMr43O37PqSUYautJSnnJF41YlgLw21x0fLJTYvJ+Vkm6Gp+qKGH9pltgXA=="], "@commitlint/cli": ["@commitlint/cli@20.5.3", "", { "dependencies": { "@commitlint/format": "^20.5.0", "@commitlint/lint": "^20.5.3", "@commitlint/load": "^20.5.3", "@commitlint/read": "^20.5.0", "@commitlint/types": "^20.5.0", "tinyexec": "^1.0.0", "yargs": "^17.0.0" }, "bin": { "commitlint": "./cli.js" } }, "sha512-OJdL0EXWD5y9LPa0nr/geOwzaS8BsdaybKkcloB0JgsguGxNv2R+hC2FTPqrAcprg35zF33KOQerY0x8W1aesA=="], @@ -370,9 +370,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 0a641aa..512948c 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ }, "dependencies": { "@codemirror/state": "^6.5.4", - "@codemirror/view": "^6.39.16", + "@codemirror/view": "^6.43.0", "@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",