Skip to content

Commit db3ec21

Browse files
committed
chore: upgrade packages
1 parent 2132240 commit db3ec21

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,29 @@
1818
],
1919
"dependencies": {
2020
"@hapi/boom": "^10.0.1",
21-
"@hapi/bounce": "^3.0.1",
21+
"@hapi/bounce": "^3.0.2",
2222
"@hapi/call": "^9.0.1",
2323
"@hapi/cryptiles": "^6.0.1",
24-
"@hapi/hoek": "^11.0.2",
24+
"@hapi/hoek": "^11.0.7",
2525
"@hapi/iron": "^7.0.1",
2626
"@hapi/teamwork": "^6.0.0",
2727
"@hapi/validate": "^2.0.1",
28-
"ws": "^8.17.1"
28+
"ws": "^8.18.0"
2929
},
3030
"devDependencies": {
3131
"@hapi/code": "^9.0.3",
3232
"@hapi/eslint-plugin": "^7.0.0",
33-
"@hapi/hapi": "^21.3.9",
33+
"@hapi/hapi": "^21.3.12",
3434
"@hapi/lab": "^26.0.0",
35-
"@types/node": "^20.14.2",
35+
"@hapi/podium": "^5.0.1",
36+
"@types/node": "^20.17.12",
3637
"joi": "^17.13.3",
3738
"typescript": "^5.4.5"
3839
},
3940
"scripts": {
4041
"test": "lab -a @hapi/code -t 100 -L -m 10000 -Y",
4142
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 10000"
4243
},
43-
"license": "BSD-3-Clause"
44+
"license": "BSD-3-Clause",
45+
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
4446
}

0 commit comments

Comments
 (0)