|
2 | 2 | "name": "@chantouchsek/validatorjs", |
3 | 3 | "type": "module", |
4 | 4 | "version": "2.2.7", |
5 | | - "packageManager": "pnpm@10.26.0", |
| 5 | + "packageManager": "pnpm@10.33.0", |
6 | 6 | "description": "The validator.js library makes data validation in JavaScript very easy in both the browser and Node.js.", |
7 | 7 | "author": { |
8 | 8 | "name": "Chantouch Sek", |
|
51 | 51 | "typecheck": "tsc --noEmit" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | | - "lodash-es": "^4.17.22" |
| 54 | + "lodash-es": "^4.18.1" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@antfu/eslint-config": "^6.7.1", |
58 | | - "@commitlint/cli": "^20.2.0", |
59 | | - "@commitlint/config-conventional": "^20.2.0", |
| 57 | + "@antfu/eslint-config": "^8.2.0", |
| 58 | + "@commitlint/cli": "^20.5.0", |
| 59 | + "@commitlint/config-conventional": "^20.5.0", |
60 | 60 | "@types/lodash-es": "^4.17.12", |
61 | | - "@types/node": "^25.0.3", |
62 | | - "@vitest/coverage-v8": "^4.0.16", |
63 | | - "eslint": "^9.39.2", |
| 61 | + "@types/node": "^25.6.0", |
| 62 | + "@vitest/coverage-v8": "^4.1.4", |
| 63 | + "eslint": "^10.2.0", |
64 | 64 | "husky": "^9.1.7", |
65 | | - "lint-staged": "^16.2.7", |
| 65 | + "lint-staged": "^16.4.0", |
66 | 66 | "node-notifier": "^10.0.1", |
67 | 67 | "standard-version": "^9.5.0", |
68 | 68 | "ts-node": "^10.9.2", |
69 | 69 | "typescript": "^5.9.3", |
70 | 70 | "unbuild": "^3.6.1", |
71 | | - "vitest": "^4.0.16" |
| 71 | + "vitest": "^4.1.4" |
72 | 72 | }, |
73 | 73 | "lint-staged": { |
74 | 74 | "*.{js,ts}": "eslint . --fix" |
|
0 commit comments