diff --git a/package.json b/package.json index c37c588..6c038d3 100755 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ ] }, "devDependencies": { - "@hapi/code": "^9.0.0", - "@hapi/eslint-plugin": "^6.0.0", - "@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 4b45b84..b1a2967 100755 --- a/test/index.js +++ b/test/index.js @@ -2359,7 +2359,7 @@ describe('isPromise()', () => { try { await Promise.all(items); } - catch (err) { } + catch { } }); });