From a90c3abf8943df888d1cf20cbaa2457b5c028dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 23:53:18 +0000 Subject: [PATCH] build(deps): bump @hapi/boom from 8.0.1 to 10.0.0 Bumps [@hapi/boom](https://github.com/hapijs/boom) from 8.0.1 to 10.0.0. - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v8.0.1...v10.0.0) --- updated-dependencies: - dependency-name: "@hapi/boom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7396428..22a0fd6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1027,11 +1027,18 @@ } }, "@hapi/boom": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-8.0.1.tgz", - "integrity": "sha512-SnBM2GzEYEA6AGFKXBqNLWXR3uNBui0bkmklYXX1gYtevVhDTy2uakwkSauxvIWMtlANGRhzChYg95If3FWCwA==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.0.tgz", + "integrity": "sha512-1YVs9tLHhypBqqinKQRqh7FUERIolarQApO37OWkzD+z6y6USi871Sv746zBPKcIOBuI6g6y4FrwX87mmJ90Gg==", "requires": { - "@hapi/hoek": "8.x.x" + "@hapi/hoek": "10.x.x" + }, + "dependencies": { + "@hapi/hoek": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-10.0.0.tgz", + "integrity": "sha512-CeNFz1JcLZ5xE8Vc9aau37cgHw9bxXqSDK/D55GF2GAOv0n0XjyyjSodHtKahB7A1tV3FlgCpijp3zkSITmBdA==" + } } }, "@hapi/bounce": { diff --git a/package.json b/package.json index deb48a65..6d347c7c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "@bigcommerce/stencil-paper": "^3.0.0-rc.52", "@bigcommerce/stencil-styles": "2.1.0", - "@hapi/boom": "^8.0.1", + "@hapi/boom": "^10.0.0", "@hapi/glue": "^6.2.0", "@hapi/h2o2": "^8.3.2", "@hapi/hapi": "^18.4.1",