From 10983cec6fa144628ff1f89f82a48300bf5064a6 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Tue, 9 Aug 2022 19:12:39 -0600 Subject: [PATCH] Add @hapi/boom as a dependency --- package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package.json b/package.json index 98231be..6d3d3df 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "author": "Oliver Akins", "license": "UNLICENSED", "dependencies": { + "@hapi/boom": "^10.0.0", "@hapi/hapi": "^20.2.2", "@hapi/inert": "^7.0.0", "@iarna/toml": "^2.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf2ba4d..0741366 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,6 +1,7 @@ lockfileVersion: 5.4 specifiers: + '@hapi/boom': ^10.0.0 '@hapi/hapi': ^20.2.2 '@hapi/inert': ^7.0.0 '@iarna/toml': ^2.2.5 @@ -18,6 +19,7 @@ specifiers: typescript: ^4.7.4 dependencies: + '@hapi/boom': 10.0.0 '@hapi/hapi': 20.2.2 '@hapi/inert': 7.0.0 '@iarna/toml': 2.2.5