diff --git a/bun.lockb b/bun.lockb index 1c55b161..1a6457ab 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 58d072a1..dcaeddd7 100644 --- a/package.json +++ b/package.json @@ -24,16 +24,16 @@ "author": "Mara", "license": "AGPL-3.0", "devDependencies": { - "@biomejs/biome": "1.9.3", + "@biomejs/biome": "1.9.4", "@codemirror/buildhelper": "^1.0.2", "@codemirror/language": "github:lishid/cm-language", - "@codemirror/state": "^6.4.1", - "@codemirror/view": "^6.34.1", + "@codemirror/state": "^6.5.0", + "@codemirror/view": "^6.36.1", "@enveloppe/obsidian-dataview": "^0.5.67", "@octokit/core": "^6.1.2", "@types/luxon": "^3.4.2", - "@types/node": "^22.7.5", - "@types/obsidian-typings": "npm:obsidian-typings@^2.2.0", + "@types/node": "^22.10.2", + "@types/obsidian-typings": "npm:obsidian-typings@^2.7.0", "ansi-colors": "^4.1.3", "builtin-modules": "^4.0.0", "commander": "^12.1.0", @@ -41,24 +41,24 @@ "cross-env": "^7.0.3", "detect-indent": "^7.0.1", "detect-newline": "^4.0.1", - "dotenv": "^16.4.5", - "esbuild": "^0.24.0", - "i18next": "^23.15.2", + "dotenv": "^16.4.7", + "esbuild": "^0.24.2", + "i18next": "^24.2.0", "js-base64": "^3.7.7", "klona": "^2.0.6", "obsidian": "^1.7.2", - "prettier": "^3.3.3", + "prettier": "^3.4.2", "slugify": "^1.6.6", "ts-dedent": "^2.2.0", - "tslib": "^2.7.0", - "typescript": "^5.6.3" + "tslib": "^2.8.1", + "typescript": "^5.7.2" }, "dependencies": { "cross-var": "^1.1.0", "dedent": "^1.5.3", - "dotenv-cli": "^7.4.2", + "dotenv-cli": "^8.0.0", "env-cmd": "^10.1.0", - "ts-deepmerge": "^7.0.1", + "ts-deepmerge": "^7.0.2", "tslog": "^4.9.3" }, "peerDependencies": {