Skip to content

Commit 3355110

Browse files
committed
chore: update safe dependencies
1 parent c26d133 commit 3355110

15 files changed

Lines changed: 2974 additions & 2762 deletions

File tree

meteor/package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"validate:dev-dependencies": "yarn npm audit --environment development --severity moderate"
3636
},
3737
"dependencies": {
38-
"@babel/runtime": "^7.29.2",
38+
"@babel/runtime": "^7.29.7",
3939
"@koa/cors": "^5.0.0",
40-
"@koa/router": "^15.4.0",
40+
"@koa/router": "^15.6.0",
4141
"@mos-connection/helper": "^5.0.0-alpha.0",
4242
"@slack/webhook": "^7.0.9",
4343
"@sofie-automation/blueprints-integration": "portal:../packages/blueprints-integration",
@@ -51,28 +51,28 @@
5151
"deep-extend": "0.6.0",
5252
"deepmerge": "^4.3.1",
5353
"elastic-apm-node": "^4.15.0",
54-
"i18next": "^26.0.8",
54+
"i18next": "^26.3.1",
5555
"indexof": "0.0.1",
56-
"koa": "^3.2.0",
56+
"koa": "^3.2.1",
5757
"koa-bodyparser": "^4.4.1",
5858
"koa-mount": "^4.2.0",
5959
"koa-static": "^5.0.0",
6060
"meteor-node-stubs": "^1.2.27",
6161
"moment": "^2.30.1",
62-
"nanoid": "^3.3.11",
62+
"nanoid": "^3.3.12",
6363
"ntp-client": "^0.5.3",
6464
"object-path": "^0.11.8",
6565
"p-lazy": "^3.1.0",
66-
"semver": "^7.7.4",
66+
"semver": "^7.8.4",
6767
"superfly-timeline": "9.2.0",
6868
"threadedclass": "^1.4.0",
6969
"type-fest": "^4.41.0",
7070
"underscore": "^1.13.8",
7171
"winston": "^3.19.0"
7272
},
7373
"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",
7676
"@meteorjs/rspack": "2.0.1",
7777
"@rsdoctor/rspack-plugin": "1.5.7",
7878
"@rspack/cli": "1.7.1",
@@ -81,30 +81,29 @@
8181
"@sofie-automation/code-standard-preset": "^3.2.2",
8282
"@types/deep-extend": "^0.6.2",
8383
"@types/jest": "^30.0.0",
84-
"@types/koa": "^3.0.2",
84+
"@types/koa": "^3.0.3",
8585
"@types/koa-bodyparser": "^4.3.13",
8686
"@types/koa-mount": "^4.0.5",
8787
"@types/koa-static": "^4.0.4",
8888
"@types/koa__cors": "^5.0.1",
89-
"@types/node": "^22.19.17",
89+
"@types/node": "^22.19.21",
9090
"@types/semver": "^7.7.1",
9191
"@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",
9494
"ejson": "^2.2.3",
9595
"eslint": "^9.39.4",
9696
"fast-clone": "^1.5.13",
9797
"glob": "^13.0.6",
98-
"i18next-cli": "^1.56.7",
98+
"i18next-cli": "^1.64.1",
9999
"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",
102102
"legally": "^3.5.10",
103103
"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"
108107
},
109108
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
110109
"lint-staged": {

0 commit comments

Comments
 (0)