From d530586ad94ab124dbd73ecc89903674fb647fb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:50:51 +0000 Subject: [PATCH] Bump @hapi/hapi from 21.4.4 to 21.4.6 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.4.4 to 21.4.6. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.4.4...v21.4.6) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-version: 21.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 332e9524..dc819bb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@hapi/catbox-memory": "^6.0.2", "@hapi/catbox-redis": "^7.0.2", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.4", + "@hapi/hapi": "^21.4.6", "@hapi/hoek": "^11.0.7", "@hapi/inert": "^7.1.0", "@hapi/jwt": "^3.2.1", @@ -6437,9 +6437,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/hapi": { - "version": "21.4.4", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.4.tgz", - "integrity": "sha512-vI6JPLR99WZDKI1nriD0qXDPp8sKFkZfNVGrDDZafDQ8jU+3ERMwS0vPac5aGae6yyyoGZGOBiYExw4N8ScSTQ==", + "version": "21.4.6", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.6.tgz", + "integrity": "sha512-T+DKEZrgZZeFJP0wIcmsU2Tr6TZ7LJExLV+qfFiQsBuqzZRxHwNQ9z4SshkFWocvlf3hIu9iyyB2X5bAdiH6tA==", "license": "BSD-3-Clause", "dependencies": { "@hapi/accept": "^6.0.3", diff --git a/package.json b/package.json index 5ee6f47f..6e61fb39 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@hapi/catbox-memory": "^6.0.2", "@hapi/catbox-redis": "^7.0.2", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.4", + "@hapi/hapi": "^21.4.6", "@hapi/hoek": "^11.0.7", "@hapi/inert": "^7.1.0", "@hapi/jwt": "^3.2.1",