Skip to content

Commit 087ad82

Browse files
fix(deps): update dependency koa to v3 [security]
1 parent cb847fb commit 087ad82

File tree

4 files changed

+48
-34
lines changed

4 files changed

+48
-34
lines changed

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"ioredis": "^5.3.2",
4242
"json-canonicalize": "^1.0.6",
4343
"knex": "^3.1.0",
44-
"koa": "^2.15.4",
44+
"koa": "^3.0.0",
4545
"koa-bodyparser": "^4.4.1",
4646
"koa-session": "^6.4.0",
4747
"objection": "^3.1.5",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ioredis": "^5.3.2",
8888
"json-canonicalize": "^1.0.6",
8989
"knex": "^3.1.0",
90-
"koa": "^2.15.4",
90+
"koa": "^3.0.0",
9191
"koa-bodyparser": "^4.4.1",
9292
"lodash": "^4.17.21",
9393
"luxon": "^3.4.4",

pnpm-lock.yaml

Lines changed: 45 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/test-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/node": "^20.14.15",
2323
"graphql": "^16.11.0",
2424
"json-canonicalize": "^1.0.6",
25-
"koa": "^2.15.3",
25+
"koa": "^3.0.0",
2626
"mock-account-service-lib": "workspace:*",
2727
"yaml": "^2.7.0"
2828
}

0 commit comments

Comments
 (0)