Skip to content

Commit

Permalink
chore: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Mar 29, 2024
1 parent 9b4a0e4 commit db10fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"peek-stream": "^1.1.3",
"pump": "^3.0.0",
"pumpify": "^2.0.1",
"readable-stream": "^4.5.2",
"undici": "^5.28.3"
"readable-stream": "^4.5.2"
},
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
Expand All @@ -27,7 +26,8 @@
"standard": "^17.1.0",
"tap": "^16.3.7",
"tsd": "^0.30.0",
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"undici": "^6.10.2"
},
"scripts": {
"coverage": "npm run test:unit -- --coverage-report=html",
Expand Down

0 comments on commit db10fb4

Please sign in to comment.