From 81d69afdfc797b308591cda696c48892a8b56605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 19:35:45 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 617d590c..3a6bc7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1630,9 +1630,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",