diff --git a/package-lock.json b/package-lock.json index 59c0576..b0a82b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,11 +18,11 @@ "builtin-modules": "4.0.0", "esbuild": "0.24.0", "jest": "^29.7.0", - "obsidian": "latest", + "obsidian": "*", "process": "^0.11.10", "ts-jest": "^29.1.4", "tslib": "2.7.0", - "typescript": "5.6.2" + "typescript": "5.6.3" } }, "node_modules/@ampproject/remapping": { @@ -5693,11 +5693,10 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 3aae1d6..8647ee3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "process": "^0.11.10", "ts-jest": "^29.1.4", "tslib": "2.7.0", - "typescript": "5.6.2", + "typescript": "5.6.3", "@types/js-yaml": "^4.0.9" } }