From a7e80e13f9d5c9d17bffc714f4f51b59756d2377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:40:17 +0000 Subject: [PATCH] Bump @hapi/hapi from 21.4.0 to 21.4.2 Bumps [@hapi/hapi](https://github.com/hapijs/hapi) from 21.4.0 to 21.4.2. - [Release notes](https://github.com/hapijs/hapi/releases) - [Commits](https://github.com/hapijs/hapi/compare/v21.4.0...v21.4.2) --- updated-dependencies: - dependency-name: "@hapi/hapi" dependency-version: 21.4.2 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 d1e84fab8..811ce7817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@hapi/catbox-memory": "^6.0.2", "@hapi/catbox-redis": "^7.0.2", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.0", + "@hapi/hapi": "^21.4.2", "@hapi/hoek": "^11.0.7", "@hapi/inert": "^7.1.0", "@hapi/jwt": "^3.2.0", @@ -2685,9 +2685,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/hapi": { - "version": "21.4.0", - "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.0.tgz", - "integrity": "sha512-kqiRWbYYLSSt2rYbxyNj8svPsXP715p4W/K3OXpXeiiVLNSdBX4f+zfmC+dY6eyb6rqTqTAbx6x8b5HpJTkviQ==", + "version": "21.4.2", + "resolved": "https://registry.npmjs.org/@hapi/hapi/-/hapi-21.4.2.tgz", + "integrity": "sha512-wkjpjc80Hnl0cBfDAG+EtX876AGtpg9fpt6q9GXTnGyoW5C4+hBCem8MmBPuwlhlfJ9U9FYGm3Yf7nWp9+/NDQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/accept": "^6.0.3", diff --git a/package.json b/package.json index 1fcf2e7f2..203566ab4 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@hapi/catbox-memory": "^6.0.2", "@hapi/catbox-redis": "^7.0.2", "@hapi/crumb": "^9.0.1", - "@hapi/hapi": "^21.4.0", + "@hapi/hapi": "^21.4.2", "@hapi/hoek": "^11.0.7", "@hapi/inert": "^7.1.0", "@hapi/jwt": "^3.2.0",