From 9629870ce01e080598034bd5c89c2887b373e5f3 Mon Sep 17 00:00:00 2001 From: Matt Boutet Date: Wed, 5 Apr 2023 13:49:51 -0400 Subject: [PATCH 1/2] Update dependencies to latest. No code changes, all tests passing --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cc0e6b5..471a3bc 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ "a/b" ], "dependencies": { - "@hapi/bossy": ">=5.1.0 <6", - "@hapi/bourne": "2.x.x", - "@hapi/hoek": "9.x.x", + "@hapi/bossy": "6.x", + "@hapi/bourne": "3.x.x", + "@hapi/hoek": "11.x.x", "joi": "17.x.x" }, "devDependencies": { - "@hapi/code": "8.x.x", - "@hapi/lab": "24.x.x", + "@hapi/code": "9.x.x", + "@hapi/lab": "25.x.x", "coveralls": "3.x.x" }, "bin": { From 8dc68467eb05f2f98a5f439bbac93ee68fa68f0a Mon Sep 17 00:00:00 2001 From: Matt Boutet Date: Wed, 5 Apr 2023 14:02:03 -0400 Subject: [PATCH 2/2] Add engines attribute --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 471a3bc..8fd1f6e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "version": "6.0.2", "repository": "git://github.com/hapipal/confidence", "main": "lib/index.js", + "engines": { + "node": ">=16" + }, "keywords": [ "hapi", "configuration",