Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump koa from 2.15.3 to 2.15.4 #180

Merged
merged 1 commit into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion satellite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"electron-updater": "^6.5.0",
"exit-hook": "^4.0.0",
"infinitton-idisplay": "^1.2.0",
"koa": "^2.15.3",
"koa": "^2.15.4",
"koa-body": "^6.0.1",
"koa-router": "^13.0.1",
"koa-static": "^5.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7049,9 +7049,9 @@ __metadata:
languageName: node
linkType: hard

"koa@npm:^2.15.3":
version: 2.15.3
resolution: "koa@npm:2.15.3"
"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"
Expand All @@ -7076,7 +7076,7 @@ __metadata:
statuses: "npm:^1.5.0"
type-is: "npm:^1.6.16"
vary: "npm:^1.1.2"
checksum: 10c0/1dca5027e06855dfc4144093fc678c445b5718c3a61b3b7840e3def999f3efcd0359665fb30d3f427890dfee12ebb1e7d01e210d2122a17240d2f3ceae12b2f2
checksum: 10c0/fd2171b4dba706d35244fe60403a61671717a167453349813757999dad280049ddd0dcdba23cda197a5a3538f4c034cf0fd1f9caeb849be1ca1eecaa78db2f99
languageName: node
linkType: hard

Expand Down Expand Up @@ -9174,7 +9174,7 @@ __metadata:
electron-updater: "npm:^6.5.0"
exit-hook: "npm:^4.0.0"
infinitton-idisplay: "npm:^1.2.0"
koa: "npm:^2.15.3"
koa: "npm:^2.15.4"
koa-body: "npm:^6.0.1"
koa-router: "npm:^13.0.1"
koa-static: "npm:^5.0.0"
Expand Down
Loading