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 c627a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
],
"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"
},
Expand Down
1 change: 1 addition & 0 deletions test/esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('import()', () => {
expect(Object.keys(Nes)).to.equal([
'Client',
'default',
...(process.version.match(/^v(\d+)/)[1] >= 23 ? ['module.exports'] : []),
'plugin'
]);
});
Expand Down

0 comments on commit c627a42

Please sign in to comment.