|
15 | 15 | "@linode/api-v4": "0.158.0", |
16 | 16 | "@types/json-schema": "7.0.15", |
17 | 17 | "@types/jsonwebtoken": "9.0.10", |
18 | | - "axios": "1.13.6", |
19 | | - "jose": "^6.2.1", |
20 | 18 | "async-retry": "^1.3.3", |
| 19 | + "axios": "1.13.6", |
21 | 20 | "clean-deep": "3.4.0", |
22 | 21 | "cors": "2.8.6", |
23 | 22 | "debug": "4.4.3", |
|
29 | 28 | "fs-extra": "11.3.4", |
30 | 29 | "generate-password": "1.7.1", |
31 | 30 | "glob": "13.0.6", |
| 31 | + "jose": "^6.2.2", |
32 | 32 | "jsonpath": "1.3.0", |
33 | 33 | "jsonwebtoken": "9.0.3", |
34 | 34 | "jwt-decode": "4.0.0", |
35 | 35 | "lightship": "6.7.2", |
36 | 36 | "lodash": "4.17.23", |
37 | 37 | "morgan": "1.10.1", |
| 38 | + "semver": "^7.7.4", |
38 | 39 | "simple-git": "3.33.0", |
39 | 40 | "socket.io": "4.8.3", |
40 | 41 | "swagger-ui-express": "5.0.1", |
41 | 42 | "ts-custom-error": "3.3.1", |
42 | 43 | "uuid": "13.0.0", |
43 | | - "yaml": "2.8.2", |
| 44 | + "yaml": "2.8.3", |
44 | 45 | "zod": "^4.3.6" |
45 | 46 | }, |
46 | 47 | "description": "The brain of the Otomi Container Platform. Handling console input and talking to core, it knows what to do.", |
47 | 48 | "devDependencies": { |
48 | 49 | "@babel/core": "7.29.0", |
49 | | - "@babel/preset-env": "7.29.0", |
| 50 | + "@babel/preset-env": "7.29.2", |
50 | 51 | "@babel/preset-typescript": "7.28.5", |
51 | 52 | "@commitlint/cli": "20.5.0", |
52 | 53 | "@commitlint/config-conventional": "20.5.0", |
53 | 54 | "@eslint/compat": "2.0.3", |
54 | 55 | "@redocly/openapi-cli": "1.0.0-beta.95", |
55 | 56 | "@semantic-release/changelog": "6.0.3", |
56 | | - "@types/async-retry": "^1.4.8", |
57 | 57 | "@semantic-release/git": "10.0.1", |
58 | | - "@types/debug": "^4.1.12", |
| 58 | + "@types/async-retry": "^1.4.8", |
| 59 | + "@types/debug": "^4.1.13", |
59 | 60 | "@types/expect": "24.3.2", |
60 | 61 | "@types/express": "^5.0.6", |
61 | 62 | "@types/fs-extra": "11.0.4", |
62 | 63 | "@types/jest": "30.0.0", |
63 | 64 | "@types/jsonpath": "0.2.4", |
64 | 65 | "@types/lodash": "4.17.24", |
65 | 66 | "@types/node": "24.12.0", |
| 67 | + "@types/semver": "^7.7.1", |
66 | 68 | "@types/supertest": "7.2.0", |
67 | | - "@typescript-eslint/eslint-plugin": "8.57.0", |
68 | | - "@typescript-eslint/parser": "8.57.0", |
| 69 | + "@typescript-eslint/eslint-plugin": "8.57.1", |
| 70 | + "@typescript-eslint/parser": "8.57.1", |
69 | 71 | "babel-jest": "30.3.0", |
70 | 72 | "commitizen": "4.3.1", |
71 | 73 | "copyfiles": "2.4.1", |
|
0 commit comments