From ff549b9c3ec6e58514ee8f7d1b0d1aaff505a884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:33:15 +0000 Subject: [PATCH] chore(deps): 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:development ... 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 5461eae8..db718721 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3487,12 +3487,12 @@ } }, "@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==", "dev": true, "requires": { - "@hapi/hoek": "6.x.x" + "@hapi/hoek": "8.x.x" } }, "@hapi/bounce": { @@ -3747,9 +3747,9 @@ } }, "@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==", "dev": true }, "@hapi/iron": { diff --git a/package.json b/package.json index 8c7032ff..d330aa2f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@angular/cli": "^8.3.25", "@angular/compiler-cli": "^8.2.14", "@angular/language-service": "^8.2.14", - "@hapi/boom": "^7.4.2", + "@hapi/boom": "^7.4.11", "@hapi/hapi": "^19.1.1", "@types/jasmine": "^3.3.12", "@types/jasminewd2": "^2.0.6",