|
2 | 2 | "name": "ovm",
|
3 | 3 | "description": "Obsidian Vaults Manager",
|
4 | 4 | "type": "commonjs",
|
5 |
| - "version": "0.5.1", |
| 5 | + "version": "0.6.0", |
6 | 6 | "license": "GPL-3.0-only",
|
7 | 7 | "author": "Masoud Ghorbani",
|
8 | 8 | "homepage": "https://github.com/msudgh/ovm",
|
|
63 | 63 | "/oclif.manifest.json"
|
64 | 64 | ],
|
65 | 65 | "dependencies": {
|
66 |
| - "@inquirer/core": "9.0.10", |
67 |
| - "@inquirer/prompts": "5.3.8", |
| 66 | + "@inquirer/core": "10.1.2", |
| 67 | + "@inquirer/prompts": "7.2.1", |
68 | 68 | "@oclif/core": "4.0.36",
|
69 |
| - "@oclif/plugin-help": "6.2.19", |
70 |
| - "async": "3.2.5", |
| 69 | + "@oclif/plugin-help": "6.2.20", |
| 70 | + "async": "3.2.6", |
71 | 71 | "date-fns": "3.6.0",
|
72 |
| - "fast-folder-size": "2.2.0", |
73 |
| - "filesize": "10.1.4", |
| 72 | + "fast-folder-size": "2.3.0", |
| 73 | + "filesize": "10.1.6", |
74 | 74 | "glob": "11.0.0",
|
75 |
| - "inquirer": "10.1.8", |
| 75 | + "inquirer": "12.3.0", |
76 | 76 | "node-fetch-cache": "4.1.2",
|
77 | 77 | "obsidian-utils": "0.10.2",
|
78 |
| - "winston": "3.14.1", |
79 |
| - "zod": "3.23.8" |
| 78 | + "winston": "3.17.0", |
| 79 | + "zod": "3.24.1" |
80 | 80 | },
|
81 | 81 | "devDependencies": {
|
82 | 82 | "@istanbuljs/nyc-config-typescript": "1.0.2",
|
83 | 83 | "@oclif/prettier-config": "0.2.1",
|
84 |
| - "@oclif/test": "4.1.3", |
| 84 | + "@oclif/test": "4.1.4", |
85 | 85 | "@total-typescript/ts-reset": "0.5.1",
|
86 | 86 | "@types/async": "3.2.24",
|
87 | 87 | "@types/cacache": "17.0.2",
|
88 |
| - "@types/chai": "4.3.17", |
| 88 | + "@types/chai": "5.0.1", |
89 | 89 | "@types/fs-extra": "11.0.4",
|
90 | 90 | "@types/inquirer": "9.0.7",
|
91 |
| - "@types/mocha": "10.0.7", |
| 91 | + "@types/mocha": "10.0.10", |
92 | 92 | "@types/mock-fs": "4.13.4",
|
93 | 93 | "@types/node": "22.1.0",
|
| 94 | + "@types/proxyquire": "^1.3.31", |
94 | 95 | "@types/sinon": "17.0.3",
|
95 |
| - "@types/validator": "13.12.0", |
96 |
| - "chai": "5.1.1", |
97 |
| - "eslint": "9.8.0", |
| 96 | + "chai": "5.1.2", |
| 97 | + "eslint": "9.17.0", |
98 | 98 | "eslint-config-prettier": "9.1.0",
|
99 | 99 | "fs-extra": "11.2.0",
|
100 |
| - "globals": "15.9.0", |
| 100 | + "globals": "15.14.0", |
101 | 101 | "husky": "9.1.7",
|
102 |
| - "lint-staged": "15.2.10", |
103 |
| - "mocha": "10.7.3", |
104 |
| - "mocha-junit-reporter": "2.2.1", |
105 |
| - "mock-fs": "5.2.0", |
106 |
| - "nyc": "17.0.0", |
| 102 | + "lint-staged": "15.2.11", |
| 103 | + "mocha": "11.0.1", |
| 104 | + "nyc": "17.1.0", |
107 | 105 | "obsidian": "1.6.6",
|
108 | 106 | "oclif": "4.16.0",
|
109 |
| - "prettier": "3.3.3", |
| 107 | + "prettier": "3.4.2", |
| 108 | + "proxyquire": "^2.1.3", |
110 | 109 | "shx": "0.3.4",
|
111 | 110 | "sinon": "19.0.2",
|
112 | 111 | "ts-node": "10.9.2",
|
113 |
| - "tsx": "4.17.0", |
| 112 | + "tsx": "4.19.2", |
114 | 113 | "typescript": "5.5.4",
|
115 |
| - "typescript-eslint": "8.0.1" |
| 114 | + "typescript-eslint": "8.18.2" |
116 | 115 | },
|
117 | 116 | "pnpm": {
|
118 | 117 | "overrides": {
|
|
0 commit comments