Skip to content

Commit

Permalink
Update dependency koa to v2.15.4 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent 2592f94 commit 8097d19
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/push-serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"aspida": "1.14.0",
"fluent-ffmpeg": "2.1.3",
"jose": "5.4.0",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"ws": "8.17.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"ffmpeg-static": "5.2.0",
"fluent-ffmpeg": "2.1.3",
"jose": "5.4.0",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"ws": "8.17.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ioredis": "5.4.1",
"is-valid-domain": "0.1.6",
"jose": "5.4.0",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1",
"multer": "1.4.5-lts.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/video/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"aspida": "1.14.0",
"ffmpeg-static": "5.2.0",
"fluent-ffmpeg": "2.1.3",
"koa": "2.15.3",
"koa": "2.15.4",
"koa-bodyparser": "4.4.1",
"koa-logger": "3.2.1"
}
Expand Down
41 changes: 36 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10834,7 +10834,38 @@ __metadata:
languageName: node
linkType: hard

"koa@npm:2.15.3, koa@npm:^2.13.1":
"koa@npm:2.15.4":
version: 2.15.4
resolution: "koa@npm:2.15.4"
dependencies:
accepts: "npm:^1.3.5"
cache-content-type: "npm:^1.0.0"
content-disposition: "npm:~0.5.2"
content-type: "npm:^1.0.4"
cookies: "npm:~0.9.0"
debug: "npm:^4.3.2"
delegates: "npm:^1.0.0"
depd: "npm:^2.0.0"
destroy: "npm:^1.0.4"
encodeurl: "npm:^1.0.2"
escape-html: "npm:^1.0.3"
fresh: "npm:~0.5.2"
http-assert: "npm:^1.3.0"
http-errors: "npm:^1.6.3"
is-generator-function: "npm:^1.0.7"
koa-compose: "npm:^4.1.0"
koa-convert: "npm:^2.0.0"
on-finished: "npm:^2.3.0"
only: "npm:~0.0.2"
parseurl: "npm:^1.3.2"
statuses: "npm:^1.5.0"
type-is: "npm:^1.6.16"
vary: "npm:^1.1.2"
checksum: 10/98de77173822f0a28c0f5d1ebd261ab02f3f905d40602e51957a0c7202122647a60c5b6c59be03361dd24bf6a5685eac97af84b306914efd057751e71f93cb0f
languageName: node
linkType: hard

"koa@npm:^2.13.1":
version: 2.15.3
resolution: "koa@npm:2.15.3"
dependencies:
Expand Down Expand Up @@ -12395,7 +12426,7 @@ __metadata:
fluent-ffmpeg: "npm:2.1.3"
jest: "npm:29.7.0"
jose: "npm:5.4.0"
koa: "npm:2.15.3"
koa: "npm:2.15.4"
koa-bodyparser: "npm:4.4.1"
koa-logger: "npm:3.2.1"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -12433,7 +12464,7 @@ __metadata:
fluent-ffmpeg: "npm:2.1.3"
jest: "npm:29.7.0"
jose: "npm:5.4.0"
koa: "npm:2.15.3"
koa: "npm:2.15.4"
koa-bodyparser: "npm:4.4.1"
koa-logger: "npm:3.2.1"
ts-node: "npm:10.9.2"
Expand Down Expand Up @@ -13103,7 +13134,7 @@ __metadata:
is-valid-domain: "npm:0.1.6"
jest: "npm:29.7.0"
jose: "npm:5.4.0"
koa: "npm:2.15.3"
koa: "npm:2.15.4"
koa-bodyparser: "npm:4.4.1"
koa-logger: "npm:3.2.1"
multer: "npm:1.4.5-lts.1"
Expand Down Expand Up @@ -14554,7 +14585,7 @@ __metadata:
ffmpeg-static: "npm:5.2.0"
fluent-ffmpeg: "npm:2.1.3"
jest: "npm:29.7.0"
koa: "npm:2.15.3"
koa: "npm:2.15.4"
koa-bodyparser: "npm:4.4.1"
koa-logger: "npm:3.2.1"
ts-node: "npm:10.9.2"
Expand Down

0 comments on commit 8097d19

Please sign in to comment.