diff --git a/bun.lockb b/bun.lockb index ad74853..de4fc48 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 8ec2384..b8d97cf 100644 --- a/package.json +++ b/package.json @@ -18,31 +18,31 @@ "license": "MIT", "devDependencies": { "@tsconfig/svelte": "^5.0.4", - "@types/bun": "latest", - "@types/jest": "^29.5.12", - "@types/lodash": "^4.17.0", - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "5.29.0", - "@typescript-eslint/parser": "5.29.0", - "builtin-modules": "^3.0.0", - "esbuild": "^0.24.2", - "esbuild-svelte": "^0.9.0", + "@types/bun": "^1.2.11", + "@types/jest": "^29.5.14", + "@types/lodash": "^4.17.16", + "@types/node": "^22.15.3", + "@typescript-eslint/eslint-plugin": "8.31.1", + "@typescript-eslint/parser": "8.31.1", + "builtin-modules": "^5.0.0", + "esbuild": "^0.25.3", + "esbuild-svelte": "^0.9.2", "jest": "^29.7.0", - "obsidian": "latest", + "obsidian": "^1.8.7", "prettier": "^3.5.3", - "svelte-check": "^4.1.3", + "svelte-check": "^4.1.7", "svelte-preprocess": "^6.0.3", - "ts-auto-guard": "^5.0.0", - "ts-jest": "^29.1.4", - "tslib": "2.4.0", - "typescript": "^5.7.3" + "ts-auto-guard": "^5.0.1", + "ts-jest": "^29.3.2", + "tslib": "2.8.1", + "typescript": "^5.8.3" }, "dependencies": { "crypto": "^1.0.1", - "idb": "^8.0.0", + "idb": "^8.0.2", "js-logger": "^1.6.1", "lodash": "^4.17.21", - "nanoid": "^5.0.7", - "svelte": "^5.17.3" + "nanoid": "^5.1.5", + "svelte": "^5.28.2" } }