tods-competition-factory 2.2.32 → 2.2.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.2.32",
25
+ "version": "2.2.33",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -135,22 +135,22 @@
135
135
  "@rollup/plugin-terser": "0.4.4",
136
136
  "@rollup/plugin-typescript": "12.3.0",
137
137
  "@swc/cli": "0.7.9",
138
- "@swc/core": "1.15.5",
138
+ "@swc/core": "1.15.7",
139
139
  "@types/express": "5.0.6",
140
140
  "@types/jest": "30.0.0",
141
141
  "@types/node": "24.10.4",
142
142
  "@types/supertest": "6.0.3",
143
143
  "@typescript-eslint/eslint-plugin": "8.50.0",
144
144
  "@typescript-eslint/parser": "8.50.0",
145
- "@vitest/coverage-v8": "4.0.15",
146
- "@vitest/ui": "4.0.15",
145
+ "@vitest/coverage-v8": "4.0.16",
146
+ "@vitest/ui": "4.0.16",
147
147
  "agadoo": "^3.0.0",
148
148
  "ajv": "8.17.1",
149
149
  "ajv-formats": "3.0.1",
150
150
  "body-parser": "2.2.1",
151
151
  "c8": "10.1.3",
152
152
  "chalk": "5.6.2",
153
- "esbuild": "0.27.1",
153
+ "esbuild": "0.27.2",
154
154
  "eslint": "8.57.1",
155
155
  "eslint-config-prettier": "10.1.8",
156
156
  "eslint-import-resolver-typescript": "4.4.4",
@@ -160,7 +160,7 @@
160
160
  "eslint-plugin-prettier": "5.5.4",
161
161
  "eslint-plugin-sonarjs": "3.0.5",
162
162
  "esm": "3.2.25",
163
- "fs-extra": "11.3.2",
163
+ "fs-extra": "11.3.3",
164
164
  "globals": "16.5.0",
165
165
  "husky": "9.1.7",
166
166
  "jest": "30.2.0",
@@ -184,8 +184,8 @@
184
184
  "typescript": "5.9.3",
185
185
  "variable-diff": "2.0.2",
186
186
  "vite": "7.3.0",
187
- "vite-tsconfig-paths": "6.0.1",
188
- "vitest": "4.0.15"
187
+ "vite-tsconfig-paths": "6.0.3",
188
+ "vitest": "4.0.16"
189
189
  },
190
190
  "lint-staged": {
191
191
  "*.{js,ts}": "eslint --cache --fix",