|
4 | 4 | "name": "OpenForis", |
5 | 5 | "email": "openforis.arena@gmail.com" |
6 | 6 | }, |
7 | | - "version": "1.2.23", |
| 7 | + "version": "1.2.24", |
8 | 8 | "description": "", |
9 | 9 | "main": "dist/index.js", |
10 | 10 | "types": "dist/index.d.ts", |
11 | 11 | "devDependencies": { |
| 12 | + "@eslint/js": "^10.0.1", |
12 | 13 | "@machinomy/types-node-db-migrate": "^0.0.2", |
13 | 14 | "@types/bcryptjs": "^3.0.0", |
14 | 15 | "@types/compression": "^1.8.1", |
|
22 | 23 | "@types/passport": "^1.0.17", |
23 | 24 | "@types/passport-jwt": "^4.0.1", |
24 | 25 | "@types/passport-local": "^1.0.38", |
25 | | - "@types/supertest": "^6.0.3", |
26 | | - "@typescript-eslint/eslint-plugin": "^8.57.1", |
27 | | - "@typescript-eslint/parser": "^8.57.1", |
| 26 | + "@types/supertest": "^7.2.0", |
| 27 | + "@typescript-eslint/eslint-plugin": "^8.57.2", |
| 28 | + "@typescript-eslint/parser": "^8.57.2", |
28 | 29 | "copyfiles": "^2.4.1", |
29 | 30 | "dotenv": "^17.3.1", |
30 | | - "eslint": "^9.39.4", |
| 31 | + "eslint": "^10.1.0", |
31 | 32 | "husky": "9.1.7", |
32 | 33 | "jest": "^30.3.0", |
33 | 34 | "lint-staged": "^16.4.0", |
|
37 | 38 | "supertest": "^7.2.2", |
38 | 39 | "ts-jest": "^29.4.6", |
39 | 40 | "ts-node": "^10.9.2", |
40 | | - "typescript": "^5.9.3", |
41 | | - "typescript-eslint": "^8.57.1" |
| 41 | + "typescript": "^6.0.2", |
| 42 | + "typescript-eslint": "^8.57.2" |
42 | 43 | }, |
43 | 44 | "dependencies": { |
44 | 45 | "@godaddy/terminus": "^4.12.1", |
45 | | - "@openforis/arena-core": "^1.0.94", |
| 46 | + "@openforis/arena-core": "^1.0.95", |
46 | 47 | "bcryptjs": "^3.0.3", |
47 | 48 | "compression": "^1.8.1", |
48 | 49 | "cookie-parser": "^1.4.7", |
|
54 | 55 | "jsonwebtoken": "^9.0.3", |
55 | 56 | "lodash.throttle": "^4.1.1", |
56 | 57 | "log4js": "^6.9.1", |
57 | | - "otplib": "^12.0.1", |
| 58 | + "otplib": "^13.4.0", |
58 | 59 | "passport": "^0.7.0", |
59 | 60 | "passport-jwt": "^4.0.1", |
60 | 61 | "passport-local": "^1.0.0", |
|
93 | 94 | "url": "https://github.com/openforis/arena-server/issues" |
94 | 95 | }, |
95 | 96 | "homepage": "https://github.com/openforis/arena-server#readme", |
96 | | - "packageManager": "yarn@4.12.0", |
| 97 | + "packageManager": "yarn@4.13.0", |
97 | 98 | "publishConfig": { |
98 | 99 | "registry": "https://npm.pkg.github.com" |
99 | 100 | } |
|
0 commit comments