Skip to content

Commit a94cb52

Browse files
committed
chore: updates for meteor
1 parent 8052dc3 commit a94cb52

File tree

2 files changed

+792
-730
lines changed

2 files changed

+792
-730
lines changed

meteor/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@
3737
"watch-types": "run check-types --watch"
3838
},
3939
"dependencies": {
40-
"@babel/runtime": "^7.23.9",
40+
"@babel/runtime": "^7.26.0",
4141
"@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",
4545
"@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration",
4646
"@sofie-automation/corelib": "portal:../packages/corelib",
4747
"@sofie-automation/job-worker": "portal:../packages/job-worker",
4848
"@sofie-automation/meteor-lib": "portal:../packages/meteor-lib",
4949
"@sofie-automation/shared-lib": "portal:../packages/shared-lib",
5050
"app-root-path": "^3.1.0",
5151
"bcrypt": "^5.1.1",
52-
"body-parser": "^1.20.2",
52+
"body-parser": "^1.20.3",
5353
"deep-extend": "0.6.0",
5454
"deepmerge": "^4.3.1",
5555
"elastic-apm-node": "^4.10.0",
5656
"i18next": "^21.10.0",
5757
"indexof": "0.0.1",
58-
"koa": "^2.15.0",
58+
"koa": "^2.15.3",
5959
"koa-bodyparser": "^4.4.1",
6060
"koa-static": "^5.0.0",
61-
"meteor-node-stubs": "^1.2.7",
61+
"meteor-node-stubs": "^1.2.12",
6262
"moment": "^2.30.1",
6363
"nanoid": "^3.3.8",
6464
"node-gyp": "^9.4.1",
@@ -71,48 +71,48 @@
7171
"timecode": "0.0.4",
7272
"type-fest": "^4.32.0",
7373
"underscore": "^1.13.7",
74-
"winston": "^3.11.0"
74+
"winston": "^3.17.0"
7575
},
7676
"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",
8080
"@sofie-automation/code-standard-preset": "~2.4.7",
8181
"@sofie-automation/eslint-plugin": "^0.1.1",
8282
"@types/app-root-path": "^1.2.8",
8383
"@types/body-parser": "^1.19.5",
8484
"@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",
8787
"@types/koa-bodyparser": "^4.3.12",
8888
"@types/koa-static": "^4.0.4",
8989
"@types/koa__cors": "^5.0.0",
9090
"@types/koa__router": "^12.0.4",
91-
"@types/node": "^22.9.3",
91+
"@types/node": "^22.10.7",
9292
"@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",
9595
"@typescript-eslint/eslint-plugin": "^5.62.0",
9696
"@typescript-eslint/parser": "^5.62.0",
9797
"@typescript-eslint/utils": "^5.62.0",
9898
"babel-jest": "^29.7.0",
9999
"ejson": "^2.2.3",
100-
"eslint": "^8.56.0",
100+
"eslint": "^8.57.1",
101101
"eslint-config-prettier": "^8.10.0",
102-
"eslint-plugin-jest": "^27.6.3",
102+
"eslint-plugin-jest": "^27.9.0",
103103
"eslint-plugin-node": "^11.1.0",
104104
"eslint-plugin-prettier": "^4.2.1",
105105
"fast-clone": "^1.5.13",
106106
"glob": "^8.1.0",
107107
"i18next-conv": "^10.2.0",
108-
"i18next-scanner": "^4.4.0",
108+
"i18next-scanner": "^4.6.0",
109109
"jest": "^29.7.0",
110110
"legally": "^3.5.10",
111-
"open-cli": "^7.2.0",
111+
"open-cli": "^8.0.0",
112112
"prettier": "^2.8.8",
113113
"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",
116116
"yargs": "^17.7.2"
117117
},
118118
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

0 commit comments

Comments
 (0)