Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 9682350 commit bce36c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"dependencies": {
"@hitokoto/koa-jsonp": "3.0.7",
"@hitokoto/koa-respond": "3.0.3",
"@koa/bodyparser": "^5.0.0",
"@koa/cors": "^4.0.0",
"@koa/bodyparser": "5.0.0",
"@koa/cors": "4.0.0",
"@sentry/integrations": "7.57.0",
"@sentry/node": "7.57.0",
"@sentry/tracing": "7.57.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,7 @@ __metadata:
languageName: node
linkType: hard

"@koa/bodyparser@npm:^5.0.0":
"@koa/bodyparser@npm:5.0.0":
version: 5.0.0
resolution: "@koa/bodyparser@npm:5.0.0"
dependencies:
Expand All @@ -2144,7 +2144,7 @@ __metadata:
languageName: node
linkType: hard

"@koa/cors@npm:^4.0.0":
"@koa/cors@npm:4.0.0":
version: 4.0.0
resolution: "@koa/cors@npm:4.0.0"
dependencies:
Expand Down Expand Up @@ -6735,8 +6735,8 @@ __metadata:
"@commitlint/config-conventional": "npm:17.8.1"
"@hitokoto/koa-jsonp": "npm:3.0.7"
"@hitokoto/koa-respond": "npm:3.0.3"
"@koa/bodyparser": "npm:^5.0.0"
"@koa/cors": "npm:^4.0.0"
"@koa/bodyparser": "npm:5.0.0"
"@koa/cors": "npm:4.0.0"
"@sentry/integrations": "npm:7.57.0"
"@sentry/node": "npm:7.57.0"
"@sentry/tracing": "npm:7.57.0"
Expand Down

0 comments on commit bce36c8

Please sign in to comment.