diff --git a/package-lock.json b/package-lock.json index 7f3eb33..8ef0c6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,9 +19,9 @@ "builtin-modules": "4.0.0", "esbuild": "0.23.1", "is-valid-hostname": "1.0.2", - "obsidian": "latest", + "obsidian": "*", "tslib": "2.7.0", - "typescript": "5.5.4" + "typescript": "5.6.2" } }, "node_modules/@codemirror/state": { @@ -2189,11 +2189,10 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 8fc66cf..7620f7c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "is-valid-hostname": "1.0.2", "obsidian": "latest", "tslib": "2.7.0", - "typescript": "5.5.4" + "typescript": "5.6.2" }, "dependencies": { "npm-check-updates": "^17.1.1",