From 4cb2a95e100e0ed108794d8a226c91ad1aa6e2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:49:24 +0000 Subject: [PATCH] Chore(deps): Bump @hapi/inert from 7.1.0 to 7.1.1 Bumps [@hapi/inert](https://github.com/hapijs/inert) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/hapijs/inert/releases) - [Commits](https://github.com/hapijs/inert/compare/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: "@hapi/inert" dependency-version: 7.1.1 dependency-type: direct:production ... 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 1ecc829dd..d4ab040c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@hapi/crumb": "^9.0.1", "@hapi/hapi": "^21.4.4", "@hapi/hoek": "^11.0.7", - "@hapi/inert": "^7.1.0", + "@hapi/inert": "^7.1.1", "@hapi/jwt": "^3.2.3", "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3", @@ -6472,9 +6472,9 @@ "license": "BSD-3-Clause" }, "node_modules/@hapi/inert": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.0.tgz", - "integrity": "sha512-5X+cl/Ozm0U9uPGGX1dSKhnhTQIf161bH/kkTN9OBVAZKFG+nrj8j/NMj6S1zBBZWmQrkVRNPfCUGrXzB4fCFQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/@hapi/inert/-/inert-7.1.1.tgz", + "integrity": "sha512-vKSTXYbk1cDt7sLdmRIj8CofJRCcjAH9fUCUJViVzqb7Vi+ajUSfz+pAdwwY315BddwGdoXk0H3i94S0JWEKGQ==", "license": "BSD-3-Clause", "dependencies": { "@hapi/ammo": "^6.0.1", diff --git a/package.json b/package.json index 9a47e7f2d..f8648fbda 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@hapi/crumb": "^9.0.1", "@hapi/hapi": "^21.4.4", "@hapi/hoek": "^11.0.7", - "@hapi/inert": "^7.1.0", + "@hapi/inert": "^7.1.1", "@hapi/jwt": "^3.2.3", "@hapi/scooter": "^7.0.0", "@hapi/vision": "^7.0.3",