|
37 | 37 | "watch-types": "run check-types --watch"
|
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 |
| - "@babel/runtime": "^7.23.9", |
| 40 | + "@babel/runtime": "^7.26.0", |
41 | 41 | "@koa/cors": "^5.0.0",
|
42 |
| - "@koa/router": "^12.0.1", |
43 |
| - "@mos-connection/helper": "v4.2.0", |
44 |
| - "@slack/webhook": "^6.1.0", |
| 42 | + "@koa/router": "^13.1.0", |
| 43 | + "@mos-connection/helper": "^4.2.0", |
| 44 | + "@slack/webhook": "^7.0.4", |
45 | 45 | "@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration",
|
46 | 46 | "@sofie-automation/corelib": "portal:../packages/corelib",
|
47 | 47 | "@sofie-automation/job-worker": "portal:../packages/job-worker",
|
48 | 48 | "@sofie-automation/meteor-lib": "portal:../packages/meteor-lib",
|
49 | 49 | "@sofie-automation/shared-lib": "portal:../packages/shared-lib",
|
50 | 50 | "app-root-path": "^3.1.0",
|
51 | 51 | "bcrypt": "^5.1.1",
|
52 |
| - "body-parser": "^1.20.2", |
| 52 | + "body-parser": "^1.20.3", |
53 | 53 | "deep-extend": "0.6.0",
|
54 | 54 | "deepmerge": "^4.3.1",
|
55 | 55 | "elastic-apm-node": "^4.10.0",
|
56 | 56 | "i18next": "^21.10.0",
|
57 | 57 | "indexof": "0.0.1",
|
58 |
| - "koa": "^2.15.0", |
| 58 | + "koa": "^2.15.3", |
59 | 59 | "koa-bodyparser": "^4.4.1",
|
60 | 60 | "koa-static": "^5.0.0",
|
61 |
| - "meteor-node-stubs": "^1.2.7", |
| 61 | + "meteor-node-stubs": "^1.2.12", |
62 | 62 | "moment": "^2.30.1",
|
63 | 63 | "nanoid": "^3.3.8",
|
64 | 64 | "node-gyp": "^9.4.1",
|
|
71 | 71 | "timecode": "0.0.4",
|
72 | 72 | "type-fest": "^4.32.0",
|
73 | 73 | "underscore": "^1.13.7",
|
74 |
| - "winston": "^3.11.0" |
| 74 | + "winston": "^3.17.0" |
75 | 75 | },
|
76 | 76 | "devDependencies": {
|
77 |
| - "@babel/core": "^7.23.9", |
78 |
| - "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
79 |
| - "@shopify/jest-koa-mocks": "^5.1.1", |
| 77 | + "@babel/core": "^7.26.0", |
| 78 | + "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 79 | + "@shopify/jest-koa-mocks": "^5.3.1", |
80 | 80 | "@sofie-automation/code-standard-preset": "~2.4.7",
|
81 | 81 | "@sofie-automation/eslint-plugin": "^0.1.1",
|
82 | 82 | "@types/app-root-path": "^1.2.8",
|
83 | 83 | "@types/body-parser": "^1.19.5",
|
84 | 84 | "@types/deep-extend": "^0.6.2",
|
85 |
| - "@types/jest": "^29.5.11", |
86 |
| - "@types/koa": "^2.14.0", |
| 85 | + "@types/jest": "^29.5.14", |
| 86 | + "@types/koa": "^2.15.0", |
87 | 87 | "@types/koa-bodyparser": "^4.3.12",
|
88 | 88 | "@types/koa-static": "^4.0.4",
|
89 | 89 | "@types/koa__cors": "^5.0.0",
|
90 | 90 | "@types/koa__router": "^12.0.4",
|
91 |
| - "@types/node": "^22.9.3", |
| 91 | + "@types/node": "^22.10.7", |
92 | 92 | "@types/request": "^2.48.12",
|
93 |
| - "@types/semver": "^7.5.6", |
94 |
| - "@types/underscore": "^1.11.15", |
| 93 | + "@types/semver": "^7.5.8", |
| 94 | + "@types/underscore": "^1.13.0", |
95 | 95 | "@typescript-eslint/eslint-plugin": "^5.62.0",
|
96 | 96 | "@typescript-eslint/parser": "^5.62.0",
|
97 | 97 | "@typescript-eslint/utils": "^5.62.0",
|
98 | 98 | "babel-jest": "^29.7.0",
|
99 | 99 | "ejson": "^2.2.3",
|
100 |
| - "eslint": "^8.56.0", |
| 100 | + "eslint": "^8.57.1", |
101 | 101 | "eslint-config-prettier": "^8.10.0",
|
102 |
| - "eslint-plugin-jest": "^27.6.3", |
| 102 | + "eslint-plugin-jest": "^27.9.0", |
103 | 103 | "eslint-plugin-node": "^11.1.0",
|
104 | 104 | "eslint-plugin-prettier": "^4.2.1",
|
105 | 105 | "fast-clone": "^1.5.13",
|
106 | 106 | "glob": "^8.1.0",
|
107 | 107 | "i18next-conv": "^10.2.0",
|
108 |
| - "i18next-scanner": "^4.4.0", |
| 108 | + "i18next-scanner": "^4.6.0", |
109 | 109 | "jest": "^29.7.0",
|
110 | 110 | "legally": "^3.5.10",
|
111 |
| - "open-cli": "^7.2.0", |
| 111 | + "open-cli": "^8.0.0", |
112 | 112 | "prettier": "^2.8.8",
|
113 | 113 | "standard-version": "^9.5.0",
|
114 |
| - "ts-jest": "^29.1.2", |
115 |
| - "typescript": "~5.1", |
| 114 | + "ts-jest": "^29.2.5", |
| 115 | + "typescript": "~5.1.6", |
116 | 116 | "yargs": "^17.7.2"
|
117 | 117 | },
|
118 | 118 | "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
|
|
0 commit comments