From b1b504927e7065173a52c33ae063281d298c9b14 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Sun, 25 Dec 2022 16:52:45 -0600 Subject: [PATCH] Add dependencies --- package.json | 1 + pnpm-lock.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/package.json b/package.json index 345b338..f18360a 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 1384b26..999c256 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 @@ -19,6 +20,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