From db91049ea7a73c717b715f588bdb9c7f0391907f Mon Sep 17 00:00:00 2001 From: Devin Ivy Date: Fri, 6 May 2022 21:09:32 -0400 Subject: [PATCH 1/2] Upgrade deps for node v14+ --- LICENSE.md | 3 ++- package.json | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 952b7a8..b75208d 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,5 @@ -Copyright (c) 2016-2020, Sideway Inc, and project contributors +Copyright (c) 2016-2022, Project contributors +Copyright (c) 2016-2020, Sideway Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/package.json b/package.json index ed93dcf..9c339bf 100755 --- a/package.json +++ b/package.json @@ -18,16 +18,16 @@ ] }, "dependencies": { - "@hapi/hoek": "9.x.x", - "@hapi/teamwork": "5.x.x", - "@hapi/validate": "1.x.x" + "@hapi/hoek": "^10.0.0", + "@hapi/teamwork": "^6.0.0", + "@hapi/validate": "^2.0.0" }, "devDependencies": { - "@hapi/code": "8.x.x", + "@hapi/code": "^9.0.0", "@hapi/eslint-plugin": "*", - "@hapi/lab": "24.x.x", + "@hapi/lab": "^25.0.0", "@types/node": "^17.0.31", - "typescript": "~4.4.4" + "typescript": "^4.6.4" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y", From 784f7020038ddd39cc7671e54d00467f819eead6 Mon Sep 17 00:00:00 2001 From: devin ivy Date: Sat, 7 May 2022 20:33:42 -0400 Subject: [PATCH 2/2] Update lab, fix typescript dep range --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c339bf..04b6fb4 100755 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ "devDependencies": { "@hapi/code": "^9.0.0", "@hapi/eslint-plugin": "*", - "@hapi/lab": "^25.0.0", + "@hapi/lab": "^25.0.1", "@types/node": "^17.0.31", - "typescript": "^4.6.4" + "typescript": "~4.6.4" }, "scripts": { "test": "lab -a @hapi/code -t 100 -L -Y",