|
1 | 1 | { |
2 | 2 | "name": "automation-core", |
3 | | - "version": "26.3.0-0", |
| 3 | + "version": "26.3.0-1", |
4 | 4 | "private": true, |
5 | 5 | "engines": { |
6 | 6 | "node": ">=22.20.0" |
|
28 | 28 | "i18n-extract-pot": "node ./scripts/extract-i18next-pot.mjs -f \"{./lib/**/*.+(ts|tsx),./server/**/*.+(ts|tsx),../packages/job-worker/src/**/*.+(ts|tsx),../packages/corelib/src/**/*.+(ts|tsx),../packages/webui/src/**/*.+(ts|tsx)}\" -o i18n/template.pot", |
29 | 29 | "i18n-compile-json": "node ./scripts/i18n-compile-json.mjs", |
30 | 30 | "visualize": "meteor --production --extra-packages bundle-visualizer", |
31 | | - "release": "standard-version --commit-all", |
| 31 | + "release": "commit-and-tag-version --commit-all", |
32 | 32 | "prepareChangelog": "run release --prerelease --release-as patch", |
33 | 33 | "validate:all-dependencies": "run validate:prod-dependencies && run validate:dev-dependencies && run license-validate", |
34 | 34 | "validate:prod-dependencies": "yarn npm audit --environment production", |
35 | 35 | "validate:dev-dependencies": "yarn npm audit --environment development --severity moderate" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@babel/runtime": "^7.26.7", |
| 38 | + "@babel/runtime": "^7.28.6", |
39 | 39 | "@koa/cors": "^5.0.0", |
40 | | - "@koa/router": "^13.1.0", |
| 40 | + "@koa/router": "^15.3.0", |
41 | 41 | "@mos-connection/helper": "^5.0.0-alpha.0", |
42 | | - "@slack/webhook": "^7.0.4", |
| 42 | + "@slack/webhook": "^7.0.6", |
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 | | - "app-root-path": "^3.1.0", |
49 | | - "bcrypt": "^5.1.1", |
50 | | - "body-parser": "^1.20.3", |
| 48 | + "bcrypt": "^6.0.0", |
| 49 | + "body-parser": "^1.20.4", |
51 | 50 | "deep-extend": "0.6.0", |
52 | 51 | "deepmerge": "^4.3.1", |
53 | | - "elastic-apm-node": "^4.11.0", |
| 52 | + "elastic-apm-node": "^4.15.0", |
54 | 53 | "i18next": "^21.10.0", |
55 | 54 | "indexof": "0.0.1", |
56 | | - "koa": "^2.15.3", |
| 55 | + "koa": "^3.1.1", |
57 | 56 | "koa-bodyparser": "^4.4.1", |
58 | | - "koa-mount": "^4.0.0", |
| 57 | + "koa-mount": "^4.2.0", |
59 | 58 | "koa-static": "^5.0.0", |
60 | | - "meteor-node-stubs": "^1.2.12", |
| 59 | + "meteor-node-stubs": "^1.2.25", |
61 | 60 | "moment": "^2.30.1", |
62 | | - "nanoid": "^3.3.8", |
63 | | - "node-gyp": "^9.4.1", |
| 61 | + "nanoid": "^3.3.11", |
64 | 62 | "ntp-client": "^0.5.3", |
65 | 63 | "object-path": "^0.11.8", |
66 | 64 | "p-lazy": "^3.1.0", |
67 | | - "semver": "^7.6.3", |
| 65 | + "semver": "^7.7.3", |
68 | 66 | "superfly-timeline": "9.2.0", |
69 | | - "threadedclass": "^1.2.2", |
| 67 | + "threadedclass": "^1.3.0", |
70 | 68 | "timecode": "0.0.4", |
71 | | - "type-fest": "^4.33.0", |
| 69 | + "type-fest": "^4.41.0", |
72 | 70 | "underscore": "^1.13.7", |
73 | | - "winston": "^3.17.0" |
| 71 | + "winston": "^3.19.0" |
74 | 72 | }, |
75 | 73 | "devDependencies": { |
76 | | - "@babel/core": "^7.26.7", |
77 | | - "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
| 74 | + "@babel/core": "^7.29.0", |
| 75 | + "@babel/plugin-transform-modules-commonjs": "^7.28.6", |
78 | 76 | "@shopify/jest-koa-mocks": "^5.3.1", |
79 | 77 | "@sofie-automation/code-standard-preset": "^3.0.0", |
80 | | - "@types/app-root-path": "^1.2.8", |
81 | | - "@types/body-parser": "^1.19.5", |
| 78 | + "@types/body-parser": "^1.19.6", |
82 | 79 | "@types/deep-extend": "^0.6.2", |
83 | | - "@types/jest": "^29.5.14", |
84 | | - "@types/koa": "^2.15.0", |
85 | | - "@types/koa-bodyparser": "^4.3.12", |
86 | | - "@types/koa-mount": "^4", |
| 80 | + "@types/jest": "^30.0.0", |
| 81 | + "@types/koa": "^3.0.1", |
| 82 | + "@types/koa-bodyparser": "^4.3.13", |
| 83 | + "@types/koa-mount": "^4.0.5", |
87 | 84 | "@types/koa-static": "^4.0.4", |
88 | | - "@types/koa__cors": "^5.0.0", |
89 | | - "@types/koa__router": "^12.0.4", |
90 | | - "@types/node": "^22.10.10", |
91 | | - "@types/request": "^2.48.12", |
92 | | - "@types/semver": "^7.5.8", |
| 85 | + "@types/koa__cors": "^5.0.1", |
| 86 | + "@types/node": "^22.19.8", |
| 87 | + "@types/semver": "^7.7.1", |
93 | 88 | "@types/underscore": "^1.13.0", |
94 | | - "babel-jest": "^29.7.0", |
| 89 | + "babel-jest": "^30.2.0", |
| 90 | + "commit-and-tag-version": "^12.6.1", |
95 | 91 | "ejson": "^2.2.3", |
96 | | - "eslint": "^9.18.0", |
| 92 | + "eslint": "^9.39.2", |
97 | 93 | "fast-clone": "^1.5.13", |
98 | | - "glob": "^11.0.1", |
| 94 | + "glob": "^13.0.1", |
99 | 95 | "i18next-conv": "^10.2.0", |
100 | 96 | "i18next-scanner": "^4.6.0", |
101 | | - "jest": "^29.7.0", |
| 97 | + "jest": "^30.2.0", |
| 98 | + "jest-util": "^30.2.0", |
102 | 99 | "legally": "^3.5.10", |
103 | 100 | "open-cli": "^8.0.0", |
104 | | - "prettier": "^3.4.2", |
105 | | - "standard-version": "^9.5.0", |
106 | | - "ts-jest": "^29.2.5", |
| 101 | + "prettier": "^3.8.1", |
| 102 | + "ts-jest": "^29.4.6", |
107 | 103 | "typescript": "~5.7.3", |
108 | 104 | "yargs": "^17.7.2" |
109 | 105 | }, |
|
122 | 118 | "server": "server/main.ts" |
123 | 119 | } |
124 | 120 | }, |
125 | | - "standard-version": { |
| 121 | + "commit-and-tag-version": { |
126 | 122 | "scripts": { |
127 | 123 | "postbump": "yarn libs:syncVersionsAndChangelogs && yarn install && git add yarn.lock" |
128 | 124 | } |
|
0 commit comments