Skip to content

Commit

Permalink
fix(platform-koa): update @koa/router to v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Oct 5, 2024
1 parent 836090e commit 44e9c1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/platform/platform-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
"vitest": "2.1.2"
},
"dependencies": {
"@koa/router": "^12.0.2",
"cross-env": "7.0.3",
"@koa/router": "^13.1.0",
"encodeurl": "^2.0.0",
"koa-send": "5.0.1",
"multer": "^1.4.5-lts.1",
Expand All @@ -99,6 +98,7 @@
"@tsed/logger": ">=6.7.5",
"@tsed/openspec": "8.0.0-alpha.9",
"@tsed/schema": "8.0.0-alpha.9",
"cross-env": "7.0.3",
"koa": ">=2.13.0",
"koa-bodyparser": ">=4.3.0",
"koa-compress": ">=5.0.1",
Expand Down
16 changes: 7 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3978,16 +3978,14 @@ __metadata:
languageName: node
linkType: hard

"@koa/router@npm:^12.0.2":
version: 12.0.2
resolution: "@koa/router@npm:12.0.2"
"@koa/router@npm:^13.1.0":
version: 13.1.0
resolution: "@koa/router@npm:13.1.0"
dependencies:
debug: "npm:^4.3.4"
http-errors: "npm:^2.0.0"
koa-compose: "npm:^4.1.0"
methods: "npm:^1.1.2"
path-to-regexp: "npm:^6.3.0"
checksum: 10/6a3b50e2f31b32954716891834041322951b3b21aadf852e33ee05578148b118cac70427f1d0fe836e5ca98770802b93fc2d687adcfd9acf13aa4aea66f1af8c
checksum: 10/b5de0745b266dd8cda5873ace9594ca4b020ef6fe0e94e1de81f11a7498d0fcc106c8d972513ad52493b196b5e111ed1d07b318cf4ca4156b85a99ea5d3a3f98
languageName: node
linkType: hard

Expand Down Expand Up @@ -7740,7 +7738,7 @@ __metadata:
resolution: "@tsed/platform-koa@workspace:packages/platform/platform-koa"
dependencies:
"@koa/cors": "npm:5.0.0"
"@koa/router": "npm:^12.0.2"
"@koa/router": "npm:^13.1.0"
"@tsed/barrels": "workspace:*"
"@tsed/common": "workspace:*"
"@tsed/core": "workspace:*"
Expand All @@ -7756,7 +7754,6 @@ __metadata:
"@types/koa-send": "npm:4.1.6"
"@types/koa-session": "npm:6.4.5"
"@types/koa__router": "npm:12.0.4"
cross-env: "npm:7.0.3"
encodeurl: "npm:^2.0.0"
eslint: "npm:9.12.0"
koa: "npm:2.15.3"
Expand All @@ -7778,6 +7775,7 @@ __metadata:
"@tsed/logger": ">=6.7.5"
"@tsed/openspec": 8.0.0-alpha.9
"@tsed/schema": 8.0.0-alpha.9
cross-env: 7.0.3
koa: ">=2.13.0"
koa-bodyparser: ">=4.3.0"
koa-compress: ">=5.0.1"
Expand Down Expand Up @@ -8189,7 +8187,7 @@ __metadata:
typescript: "npm:5.4.5"
vitest: "npm:2.1.2"
peerDependencies:
"@prisma/client": ">=4.0.0"
"@prisma/client": ">=5.0.0"
"@tsed/core": 8.0.0-alpha.9
"@tsed/di": 8.0.0-alpha.9
"@tsed/json-mapper": 8.0.0-alpha.9
Expand Down

0 comments on commit 44e9c1b

Please sign in to comment.