diff --git a/package.json b/package.json index ce58817..1bad0e1 100755 --- a/package.json +++ b/package.json @@ -45,11 +45,11 @@ ] }, "devDependencies": { - "@hapi/code": "^9.0.0", - "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.0.1", - "@types/node": "^17.0.30", - "typescript": "~4.6.4" + "@hapi/code": "^9.0.3", + "@hapi/eslint-plugin": "^7.0.0", + "@hapi/lab": "^26.0.0", + "@types/node": "^18.19.59", + "typescript": "^5.6.3" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y", diff --git a/test/index.js b/test/index.js index d292574..a02b207 100755 --- a/test/index.js +++ b/test/index.js @@ -2350,7 +2350,7 @@ describe('isPromise()', () => { try { await Promise.all(items); } - catch (err) { } + catch { } }); });