From 1e220d6cc61f93e8bb95fd73a380d4e558c231e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:40:35 +0000 Subject: [PATCH] Bump @hapi/hoek and @hapi/boom Bumps [@hapi/hoek](https://github.com/hapijs/hoek) to 8.5.1 and updates ancestor dependency [@hapi/boom](https://github.com/hapijs/boom). These dependencies need to be updated together. Updates `@hapi/hoek` from 6.2.1 to 8.5.1 - [Release notes](https://github.com/hapijs/hoek/releases) - [Commits](https://github.com/hapijs/hoek/compare/v6.2.1...v8.5.1) Updates `@hapi/boom` from 7.4.2 to 7.4.11 - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v7.4.2...v7.4.11) --- updated-dependencies: - dependency-name: "@hapi/hoek" dependency-type: indirect - dependency-name: "@hapi/boom" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3561800..233c2ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,17 +56,17 @@ } }, "@hapi/boom": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-7.4.2.tgz", - "integrity": "sha512-T2CYcTI0AqSvC6YC7keu/fh9LVSMzfoMLharBnPbOwmc+Cexj9joIc5yNDKunaxYq9LPuOwMS0f2B3S1tFQUNw==", + "version": "7.4.11", + "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-7.4.11.tgz", + "integrity": "sha512-VSU/Cnj1DXouukYxxkes4nNJonCnlogHvIff1v1RVoN4xzkKhMXX+GRmb3NyH1iar10I9WFPDv2JPwfH3GaV0A==", "requires": { - "@hapi/hoek": "6.2.1" + "@hapi/hoek": "8.x.x" } }, "@hapi/hoek": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-6.2.1.tgz", - "integrity": "sha512-+ryw4GU9pjr1uT6lBuErHJg3NYqzwJTvZ75nKuJijEzpd00Uqi6oiawTGDDf5Hl0zWmI7qHfOtaqB0kpQZJQzA==" + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-8.5.1.tgz", + "integrity": "sha512-yN7kbciD87WzLGc5539Tn0sApjyiGHAJgKvG9W8C7O+6c7qmoQMfVs0W4bX17eqz6C78QJqqFrtgdK5EWf6Qow==" }, "@types/body-parser": { "version": "1.17.0", diff --git a/package.json b/package.json index 0835de3..3e4946f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ }, "homepage": "https://github.com/stressGC/MERN-Backend#readme", "dependencies": { - "@hapi/boom": "^7.4.2", + "@hapi/boom": "^7.4.11", "@types/chai": "^4.1.7", "@types/hapi__boom": "^7.4.0", "@types/helmet": "0.0.43",