Skip to content

Commit

Permalink
fix: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gairal committed Sep 5, 2024
1 parent a7698ab commit bfe3201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@types/koa-logger": "^3.1.5",
"@types/koa__cors": "^5.0.0",
"@types/koa__router": "^12.0.4",
"@types/node": "^22.1.0",
"@types/node": "^22.5.4",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.0.5",
"firestore-vitest-mock": "^0.6.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.10",
"supertest": "^7.0.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5"
Expand All @@ -41,7 +41,7 @@
"koa": "^2.15.3",
"koa-helmet": "^7.0.2",
"koa-logger": "^3.2.1",
"winston": "^3.13.1"
"winston": "^3.14.2"
},
"lint-staged": {
"*.{js,cjs,ts,json,md,lint}": ["bun lint --fix"]
Expand Down

0 comments on commit bfe3201

Please sign in to comment.