|
1 | 1 | { |
2 | 2 | "name": "nest-safe-config", |
3 | 3 | "version": "0.0.1", |
4 | | - "packageManager": "pnpm@11.6.0", |
| 4 | + "packageManager": "pnpm@11.10.0", |
5 | 5 | "description": "Validate NestJS config with Standard Schema.", |
6 | 6 | "author": "Tankosin <tankosinn@gmail.com>", |
7 | 7 | "license": "MIT", |
|
67 | 67 | "scule": "^1.3.0" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | | - "@antfu/eslint-config": "9.0.0", |
71 | | - "@nestjs/common": "11.1.26", |
| 70 | + "@antfu/eslint-config": "9.1.0", |
| 71 | + "@nestjs/common": "11.1.27", |
72 | 72 | "@nestjs/config": "4.0.4", |
73 | | - "@nestjs/core": "11.1.26", |
74 | | - "@nestjs/testing": "11.1.26", |
75 | | - "@types/node": "25.9.3", |
76 | | - "@vitest/coverage-v8": "4.1.8", |
77 | | - "arktype": "2.2.0", |
| 73 | + "@nestjs/core": "11.1.27", |
| 74 | + "@nestjs/testing": "11.1.27", |
| 75 | + "@types/node": "25.9.4", |
| 76 | + "@vitest/coverage-v8": "4.1.10", |
| 77 | + "arktype": "2.2.3", |
78 | 78 | "bumpp": "11.1.0", |
79 | | - "eslint": "10.5.0", |
| 79 | + "eslint": "10.6.0", |
80 | 80 | "installed-check": "10.0.1", |
81 | | - "lint-staged": "17.0.7", |
| 81 | + "lint-staged": "17.0.8", |
82 | 82 | "reflect-metadata": "0.2.2", |
83 | 83 | "rxjs": "7.8.2", |
84 | 84 | "simple-git-hooks": "2.13.1", |
85 | | - "tsdown": "0.22.2", |
86 | | - "tsx": "4.22.4", |
| 85 | + "tsdown": "0.22.3", |
| 86 | + "tsx": "4.23.0", |
87 | 87 | "typescript": "6.0.3", |
88 | | - "valibot": "1.4.1", |
89 | | - "vitest": "4.1.8", |
| 88 | + "valibot": "1.4.2", |
| 89 | + "vitest": "4.1.10", |
90 | 90 | "zod": "4.4.3" |
91 | 91 | }, |
92 | 92 | "simple-git-hooks": { |
|
0 commit comments