|
1 | 1 | {
|
2 | 2 | "name": "@chubbyts/chubbyts-http-multipart",
|
3 | 3 | "type": "module",
|
4 |
| - "version": "1.2.1", |
| 4 | + "version": "1.3.0", |
5 | 5 | "description": "Chubbyts Http multipart request handling",
|
6 | 6 | "keywords": [
|
7 | 7 | "chubbyts",
|
|
43 | 43 | "node": ">=18"
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 |
| - "@chubbyts/chubbyts-http-types": "^1.3.1", |
| 46 | + "@chubbyts/chubbyts-http-types": "^1.3.1 || ^2.0.0", |
47 | 47 | "busboy": "^1.6.0"
|
48 | 48 | },
|
49 | 49 | "devDependencies": {
|
50 |
| - "@chubbyts/chubbyts-eslint": "^3.0.3", |
| 50 | + "@chubbyts/chubbyts-eslint": "^3.0.4", |
51 | 51 | "@chubbyts/chubbyts-function-mock": "^1.5.2",
|
52 | 52 | "@chubbyts/chubbyts-packaging": "^3.0.2",
|
53 | 53 | "@stryker-mutator/core": "^8.7.1",
|
54 | 54 | "@stryker-mutator/vitest-runner": "^8.7.1",
|
55 | 55 | "@types/busboy": "^1.5.4",
|
56 |
| - "@types/node": "^22.10.5", |
57 |
| - "@types/qs": "^6.9.17", |
58 |
| - "@vitest/coverage-v8": "^2.1.8", |
| 56 | + "@types/node": "^22.13.1", |
| 57 | + "@types/qs": "^6.9.18", |
| 58 | + "@vitest/coverage-v8": "^3.0.5", |
59 | 59 | "form-data": "^4.0.1",
|
60 | 60 | "prettier": "^3.4.2",
|
61 |
| - "qs": "^6.13.1", |
62 |
| - "typescript": "^5.7.2", |
63 |
| - "vitest": "^2.1.8" |
| 61 | + "qs": "^6.14.0", |
| 62 | + "typescript": "^5.7.3", |
| 63 | + "vitest": "^3.0.5" |
64 | 64 | },
|
65 | 65 | "publishConfig": {
|
66 | 66 | "access": "public"
|
|
0 commit comments