|
35 | 35 | "validate:dev-dependencies": "yarn npm audit --environment development --severity moderate" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@babel/runtime": "^7.28.6", |
| 38 | + "@babel/runtime": "^7.29.2", |
39 | 39 | "@koa/cors": "^5.0.0", |
40 | | - "@koa/router": "^15.3.0", |
| 40 | + "@koa/router": "^15.4.0", |
41 | 41 | "@mos-connection/helper": "^5.0.0-alpha.0", |
42 | | - "@slack/webhook": "^7.0.6", |
| 42 | + "@slack/webhook": "^7.0.9", |
43 | 43 | "@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration", |
44 | 44 | "@sofie-automation/corelib": "portal:../packages/corelib", |
45 | 45 | "@sofie-automation/job-worker": "portal:../packages/job-worker", |
46 | 46 | "@sofie-automation/meteor-lib": "portal:../packages/meteor-lib", |
47 | 47 | "@sofie-automation/shared-lib": "portal:../packages/shared-lib", |
48 | 48 | "bcrypt": "^6.0.0", |
49 | | - "body-parser": "^1.20.4", |
50 | 49 | "deep-extend": "0.6.0", |
51 | 50 | "deepmerge": "^4.3.1", |
52 | 51 | "elastic-apm-node": "^4.15.0", |
53 | 52 | "i18next": "^21.10.0", |
54 | 53 | "indexof": "0.0.1", |
55 | | - "koa": "^3.1.1", |
| 54 | + "koa": "^3.2.0", |
56 | 55 | "koa-bodyparser": "^4.4.1", |
57 | 56 | "koa-mount": "^4.2.0", |
58 | 57 | "koa-static": "^5.0.0", |
59 | | - "meteor-node-stubs": "^1.2.25", |
| 58 | + "meteor-node-stubs": "^1.2.27", |
60 | 59 | "moment": "^2.30.1", |
61 | 60 | "nanoid": "^3.3.11", |
62 | 61 | "ntp-client": "^0.5.3", |
63 | 62 | "object-path": "^0.11.8", |
64 | 63 | "p-lazy": "^3.1.0", |
65 | | - "semver": "^7.7.3", |
| 64 | + "semver": "^7.7.4", |
66 | 65 | "superfly-timeline": "9.2.0", |
67 | | - "threadedclass": "^1.3.0", |
| 66 | + "threadedclass": "^1.4.0", |
68 | 67 | "timecode": "0.0.4", |
69 | 68 | "type-fest": "^4.41.0", |
70 | | - "underscore": "^1.13.7", |
| 69 | + "underscore": "^1.13.8", |
71 | 70 | "winston": "^3.19.0" |
72 | 71 | }, |
73 | 72 | "devDependencies": { |
74 | 73 | "@babel/core": "^7.29.0", |
75 | 74 | "@babel/plugin-transform-modules-commonjs": "^7.28.6", |
76 | 75 | "@shopify/jest-koa-mocks": "^5.3.1", |
77 | | - "@sofie-automation/code-standard-preset": "^3.0.0", |
78 | | - "@types/body-parser": "^1.19.6", |
| 76 | + "@sofie-automation/code-standard-preset": "^3.2.2", |
79 | 77 | "@types/deep-extend": "^0.6.2", |
80 | 78 | "@types/jest": "^30.0.0", |
81 | | - "@types/koa": "^3.0.1", |
| 79 | + "@types/koa": "^3.0.2", |
82 | 80 | "@types/koa-bodyparser": "^4.3.13", |
83 | 81 | "@types/koa-mount": "^4.0.5", |
84 | 82 | "@types/koa-static": "^4.0.4", |
85 | 83 | "@types/koa__cors": "^5.0.1", |
86 | | - "@types/node": "^22.19.8", |
| 84 | + "@types/node": "^22.19.17", |
87 | 85 | "@types/semver": "^7.7.1", |
88 | 86 | "@types/underscore": "^1.13.0", |
89 | | - "babel-jest": "^30.2.0", |
90 | | - "commit-and-tag-version": "^12.6.1", |
| 87 | + "babel-jest": "^30.3.0", |
| 88 | + "commit-and-tag-version": "^12.7.1", |
91 | 89 | "ejson": "^2.2.3", |
92 | | - "eslint": "^9.39.2", |
| 90 | + "eslint": "^9.39.4", |
93 | 91 | "fast-clone": "^1.5.13", |
94 | | - "glob": "^13.0.1", |
| 92 | + "glob": "^13.0.6", |
95 | 93 | "i18next-conv": "^10.2.0", |
96 | 94 | "i18next-scanner": "^4.6.0", |
97 | | - "jest": "^30.2.0", |
98 | | - "jest-util": "^30.2.0", |
| 95 | + "jest": "^30.3.0", |
| 96 | + "jest-util": "^30.3.0", |
99 | 97 | "legally": "^3.5.10", |
100 | | - "open-cli": "^8.0.0", |
101 | | - "prettier": "^3.8.1", |
102 | | - "ts-jest": "^29.4.6", |
| 98 | + "open-cli": "^9.0.0", |
| 99 | + "prettier": "^3.8.3", |
| 100 | + "ts-jest": "^29.4.9", |
103 | 101 | "typescript": "~5.7.3", |
104 | 102 | "yargs": "^17.7.2" |
105 | 103 | }, |
|
129 | 127 | "@sofie-automation/job-worker": "portal:../packages/job-worker", |
130 | 128 | "@sofie-automation/shared-lib": "portal:../packages/shared-lib" |
131 | 129 | }, |
132 | | - "packageManager": "yarn@4.12.0" |
| 130 | + "packageManager": "yarn@4.14.1" |
133 | 131 | } |
0 commit comments