|
35 | 35 | "validate:dev-dependencies": "yarn npm audit --environment development --severity moderate" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@babel/runtime": "^7.29.2", |
| 38 | + "@babel/runtime": "^7.29.7", |
39 | 39 | "@koa/cors": "^5.0.0", |
40 | | - "@koa/router": "^15.4.0", |
| 40 | + "@koa/router": "^15.6.0", |
41 | 41 | "@mos-connection/helper": "^5.0.0-alpha.0", |
42 | 42 | "@slack/webhook": "^7.0.9", |
43 | 43 | "@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration", |
|
51 | 51 | "deep-extend": "0.6.0", |
52 | 52 | "deepmerge": "^4.3.1", |
53 | 53 | "elastic-apm-node": "^4.15.0", |
54 | | - "i18next": "^26.0.8", |
| 54 | + "i18next": "^26.3.1", |
55 | 55 | "indexof": "0.0.1", |
56 | | - "koa": "^3.2.0", |
| 56 | + "koa": "^3.2.1", |
57 | 57 | "koa-bodyparser": "^4.4.1", |
58 | 58 | "koa-mount": "^4.2.0", |
59 | 59 | "koa-static": "^5.0.0", |
60 | 60 | "meteor-node-stubs": "^1.2.27", |
61 | 61 | "moment": "^2.30.1", |
62 | | - "nanoid": "^3.3.11", |
| 62 | + "nanoid": "^3.3.12", |
63 | 63 | "ntp-client": "^0.5.3", |
64 | 64 | "object-path": "^0.11.8", |
65 | 65 | "p-lazy": "^3.1.0", |
66 | | - "semver": "^7.7.4", |
| 66 | + "semver": "^7.8.4", |
67 | 67 | "superfly-timeline": "9.2.0", |
68 | 68 | "threadedclass": "^1.4.0", |
69 | 69 | "type-fest": "^4.41.0", |
70 | 70 | "underscore": "^1.13.8", |
71 | 71 | "winston": "^3.19.0" |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | | - "@babel/core": "^7.29.0", |
75 | | - "@babel/plugin-transform-modules-commonjs": "^7.28.6", |
| 74 | + "@babel/core": "^7.29.7", |
| 75 | + "@babel/plugin-transform-modules-commonjs": "^7.29.7", |
76 | 76 | "@meteorjs/rspack": "2.0.1", |
77 | 77 | "@rsdoctor/rspack-plugin": "1.5.7", |
78 | 78 | "@rspack/cli": "1.7.1", |
|
81 | 81 | "@sofie-automation/code-standard-preset": "^3.2.2", |
82 | 82 | "@types/deep-extend": "^0.6.2", |
83 | 83 | "@types/jest": "^30.0.0", |
84 | | - "@types/koa": "^3.0.2", |
| 84 | + "@types/koa": "^3.0.3", |
85 | 85 | "@types/koa-bodyparser": "^4.3.13", |
86 | 86 | "@types/koa-mount": "^4.0.5", |
87 | 87 | "@types/koa-static": "^4.0.4", |
88 | 88 | "@types/koa__cors": "^5.0.1", |
89 | | - "@types/node": "^22.19.17", |
| 89 | + "@types/node": "^22.19.21", |
90 | 90 | "@types/semver": "^7.7.1", |
91 | 91 | "@types/underscore": "^1.13.0", |
92 | | - "babel-jest": "^30.3.0", |
93 | | - "commit-and-tag-version": "^12.7.1", |
| 92 | + "babel-jest": "^30.4.1", |
| 93 | + "commit-and-tag-version": "^12.7.3", |
94 | 94 | "ejson": "^2.2.3", |
95 | 95 | "eslint": "^9.39.4", |
96 | 96 | "fast-clone": "^1.5.13", |
97 | 97 | "glob": "^13.0.6", |
98 | | - "i18next-cli": "^1.56.7", |
| 98 | + "i18next-cli": "^1.64.1", |
99 | 99 | "i18next-conv": "^16.0.0", |
100 | | - "jest": "^30.3.0", |
101 | | - "jest-util": "^30.3.0", |
| 100 | + "jest": "^30.4.2", |
| 101 | + "jest-util": "^30.4.1", |
102 | 102 | "legally": "^3.5.10", |
103 | 103 | "open-cli": "^9.0.0", |
104 | | - "prettier": "^3.8.3", |
105 | | - "ts-jest": "^29.4.9", |
106 | | - "typescript": "~5.9.3", |
107 | | - "yargs": "^17.7.2" |
| 104 | + "prettier": "^3.8.4", |
| 105 | + "ts-jest": "29.4.9", |
| 106 | + "typescript": "~5.9.3" |
108 | 107 | }, |
109 | 108 | "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", |
110 | 109 | "lint-staged": { |
|
0 commit comments