|
25 | 25 | "engines": { |
26 | 26 | "node": ">=18.0.0" |
27 | 27 | }, |
28 | | - "packageManager": "pnpm@10.17.0", |
| 28 | + "packageManager": "pnpm@10.22.0", |
29 | 29 | "publishConfig": { |
30 | 30 | "access": "public" |
31 | 31 | }, |
|
46 | 46 | "prepublishOnly": "pnpm build", |
47 | 47 | "pretest": "pnpm --silent build", |
48 | 48 | "test": "jest", |
49 | | - "test:integration": "jest --testPathPattern=integration", |
50 | | - "test:unit": "jest --testPathPattern=unit", |
| 49 | + "test:integration": "jest --testPathPatterns=integration", |
| 50 | + "test:unit": "jest --testPathPatterns=unit", |
51 | 51 | "test:watch": "jest --watch" |
52 | 52 | }, |
53 | 53 | "dependencies": { |
54 | 54 | "@t3-oss/env-core": "0.13.8", |
55 | | - "axios": "1.12.2", |
| 55 | + "axios": "1.13.2", |
56 | 56 | "csv-parse": "6.1.0", |
57 | | - "winston": "3.17.0", |
| 57 | + "winston": "3.18.3", |
58 | 58 | "zod": "4.1.11" |
59 | 59 | }, |
60 | 60 | "devDependencies": { |
61 | | - "@eslint/js": "9.36.0", |
62 | | - "@jest/globals": "30.1.2", |
63 | | - "@swc/core": "1.13.5", |
| 61 | + "@eslint/js": "9.39.1", |
| 62 | + "@jest/globals": "30.2.0", |
| 63 | + "@swc/core": "1.15.2", |
64 | 64 | "@swc/jest": "0.2.39", |
65 | | - "@types/jest": "29.5.14", |
66 | | - "@types/node": "24.5.2", |
67 | | - "@typescript-eslint/eslint-plugin": "8.44.1", |
68 | | - "@typescript-eslint/parser": "8.44.1", |
69 | | - "eslint": "9.36.0", |
| 65 | + "@types/jest": "30.0.0", |
| 66 | + "@types/node": "24.10.1", |
| 67 | + "@typescript-eslint/eslint-plugin": "8.47.0", |
| 68 | + "@typescript-eslint/parser": "8.47.0", |
| 69 | + "eslint": "9.39.1", |
70 | 70 | "eslint-plugin-simple-import-sort": "12.1.1", |
71 | | - "jest": "29.7.0", |
| 71 | + "jest": "30.2.0", |
72 | 72 | "prettier": "3.6.2", |
73 | | - "typescript": "5.9.2" |
| 73 | + "typescript": "5.9.3" |
74 | 74 | }, |
75 | 75 | "sideEffects": false |
76 | 76 | } |
0 commit comments