Skip to content

Commit

Permalink
chore: upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Jan 7, 2025
1 parent 2132240 commit b01a3d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,28 @@
],
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/bounce": "^3.0.1",
"@hapi/bounce": "^3.0.2",
"@hapi/call": "^9.0.1",
"@hapi/cryptiles": "^6.0.1",
"@hapi/hoek": "^11.0.2",
"@hapi/hoek": "^11.0.7",
"@hapi/iron": "^7.0.1",
"@hapi/teamwork": "^6.0.0",
"@hapi/validate": "^2.0.1",
"ws": "^8.17.1"
"ws": "^8.18.0"
},
"devDependencies": {
"@hapi/code": "^9.0.3",
"@hapi/eslint-plugin": "^7.0.0",
"@hapi/hapi": "^21.3.9",
"@hapi/hapi": "^21.3.12",
"@hapi/lab": "^26.0.0",
"@types/node": "^20.14.2",
"@types/node": "^20.17.12",
"joi": "^17.13.3",
"typescript": "^5.4.5"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 10000 -Y",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 10000"
},
"license": "BSD-3-Clause"
"license": "BSD-3-Clause",
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}

0 comments on commit b01a3d2

Please sign in to comment.