From 5976e6e61e77c2f2b28e9bdee5add688ae134639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:42:08 +0000 Subject: [PATCH] Bump @hapi/boom from 9.1.2 to 10.0.1 in /backend Bumps [@hapi/boom](https://github.com/hapijs/boom) from 9.1.2 to 10.0.1. - [Release notes](https://github.com/hapijs/boom/releases) - [Commits](https://github.com/hapijs/boom/compare/v9.1.2...v10.0.1) --- updated-dependencies: - dependency-name: "@hapi/boom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 15 +++++++++++---- backend/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 6a612a64..73271c86 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -613,11 +613,18 @@ } }, "@hapi/boom": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-9.1.2.tgz", - "integrity": "sha512-uJEJtiNHzKw80JpngDGBCGAmWjBtzxDCz17A9NO2zCi8LLBlb5Frpq4pXwyN+2JQMod4pKz5BALwyneCgDg89Q==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/@hapi/boom/-/boom-10.0.1.tgz", + "integrity": "sha512-ERcCZaEjdH3OgSJlyjVk8pHIFeus91CjKP3v+MpgBNp5IvGzP2l/bRiD78nqYcKPaZdbKkK5vDBVPd2ohHBlsA==", "requires": { - "@hapi/hoek": "9.x.x" + "@hapi/hoek": "^11.0.2" + }, + "dependencies": { + "@hapi/hoek": { + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-11.0.4.tgz", + "integrity": "sha512-PnsP5d4q7289pS2T2EgGz147BFJ2Jpb4yrEdkpz2IhgEUzos1S7HTl7ezWh1yfYzYlj89KzLdCRkqsP6SIryeQ==" + } } }, "@hapi/hoek": { diff --git a/backend/package.json b/backend/package.json index 963ca443..b3cbeb4a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -17,7 +17,7 @@ "author": "", "license": "ISC", "dependencies": { - "@hapi/boom": "^9.1.2", + "@hapi/boom": "^10.0.1", "axios": "^0.21.1", "body-parser": "^1.19.0", "celebrate": "^14.0.0",