Skip to content

Commit

Permalink
fix(deps): update dependency koa to ^2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent 512aadf commit 42b7401
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 36 deletions.
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"knex": "^3.1.0",
"koa": "^2.14.2",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"koa-session": "^6.4.0",
"objection": "^3.1.3",
Expand All @@ -52,7 +52,7 @@
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@types/koa": "2.13.12",
"@types/koa": "2.14.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa-session": "^6.4.5",
"@types/koa__cors": "^4.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@types/koa": "2.13.12",
"@types/koa": "2.14.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/koa__router": "^12.0.4",
"@types/lodash": "^4.14.202",
Expand Down Expand Up @@ -72,7 +72,7 @@
"ioredis": "^5.3.2",
"json-canonicalize": "^1.0.6",
"knex": "^3.1.0",
"koa": "^2.14.2",
"koa": "^2.15.0",
"koa-bodyparser": "^4.4.1",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
Expand Down
61 changes: 29 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42b7401

Please sign in to comment.