From 7ba6fcd7752208a3222713499f580ed84a55a51a Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 23 Oct 2024 12:16:37 +0200 Subject: [PATCH] chore: bump packages and fix linting --- package.json | 10 +++++----- test/index.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 { } }); });